$(document).ready(function() {

  $('#slideshowHolder').jqFancyTransitions({ width: 400, height: 275, effect: 'fountain' });



  // External Links
  hostname = window.location.hostname
  $("a[href^=http]")
   .not("a[href*='" + hostname + "']")
   .addClass('link external')
   .attr('target', '_blank');

});
