$(document).ready(function(){

  $("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])")
      .addClass("external")
      .attr("target","_blank");

  //  Carousel defs
  $('#rotator').innerfade({
    speed: 750,
    timeout: 5000,
    animationtype: 'fade',
    type: 'sequence',
    containerheight: '56 px'
  });

});

