$(document).ready(function(){$("#bottomrightimages img").each(function(){rollsrc=$(this).attr("src");rollON=rollsrc.replace("OFF","ON");newImg=new Image();$(newImg).attr("src",rollON)});$("#bottomrightimages a").mouseover(function(){imgsrc=$(this).children("img").attr("src");if(typeof(imgsrc)!="undefined"){imgsrcON=imgsrc.replace("OFF","ON");$(this).children("img").attr("src",imgsrcON)}});$("#bottomrightimages a").mouseout(function(){if(typeof(imgsrc)!="undefined"){$(this).children("img").attr("src",imgsrc)}});$("#cycle").cycle({fx:"scrollHorz",pauseOnPagerHover:1,speed:900,timeout:10000,next:"#next",prev:"#prev",pause:1})});
