$(document).ready(function(){ $("#nav li").hover(function(){ $(this).addClass("hover"); },function(){ $(this).removeClass("hover"); }); $("#bannerRotation .rotator").cycle({ fx: 'fade', random: true }); $(".popup,a[href*=pop.php],a[href*='pop_print.php'],a[href*='pop-sample.php']").click(function(){ var href = $(this).attr('href'); if (!$(this).hasClass("popup") && href.indexOf('beamdynamics.com') == -1) href = 'http://beamdynamics.com/' + href; window.open( href, "popup", "top=0,left=30,width=760,height=485,resizable=no,scrollbars=no"); return false; }); });