$(window).load(function() { $('#rotatingImagesLive #images').cycle({ timeout: 10000, height: '303px', fx: 'fade', prev: '#if-prev', next: '#if-next' }); $('#slideshow').nivoSlider({ effect: 'fade', pauseTime: 10000, directionNav: false, controlNav: false, prev: '#if-prev', next: '#if-next' }); $('#images a.external').each(function() { $(this).click(function() { var $newWindow = window.open($(this).attr('href')); $newWindow.focus(); return false; }); }); });