$(function() {
  //External links
  $('a[href^="http://"]').attr("target", "_blank");
  $('a[href*="feusd.lifeforms.ie"]').attr("target", "_self");
  $('a[href*="feusd.tumblr.com"]').attr("target", "_self");
  $('a[href*="feusd.com"]').attr("target", "_self");
  $('#tabs').tabs();
  //Smooth scrolling Call to Action links
  $(".calls-to-action").jScroll();
  //Portfolio Slideshows
  $('#cpd-portfolio').cycle();
  $('#reorb-portfolio').cycle();
  $('#contact #contactform').validate();
});

