function initRollOvers(){if(!document.getElementById){return}var a=new Array();var f=document.getElementsByTagName("img");for(var d=0;d<f.length;d++){if(f[d].name=="ss_on"){var e=f[d].getAttribute("src");var b=e.substring(e.lastIndexOf("."),e.length);var c=e.replace(b,"_on"+b);f[d].setAttribute("pSrc",e);f[d].setAttribute("oSrc",c);a[d]=new Image();a[d].src=c;f[d].onmouseover=function(){this.setAttribute("src",this.getAttribute("oSrc"))};f[d].onmouseout=function(){this.setAttribute("src",this.getAttribute("pSrc"))}}}}function addOnload(a){if(typeof window.addEventListener!="undefined"){window.addEventListener("load",a,false)}else{if(typeof window.attachEvent!="undefined"){window.attachEvent("onload",a)}else{if(window.onload!=null){var b=window.onload;window.onload=function(c){b(c);window[a]()}}else{window.onload=a}}}}addOnload(initRollOvers);