function initRollovers(){if(!document.getElementById){return}var e=new Array();var a;var g=document.getElementsByTagName("img");for(var c=0;c<g.length;c++){if(g[c].className=="imgover"){var f=g[c].getAttribute("src");var b=f.substring(f.lastIndexOf("."),f.length);var d=f.replace(b,"_over"+b);g[c].setAttribute("hsrc",d);e[c]=new Image();e[c].src=d;g[c].onmouseover=function(){a=this.getAttribute("src");this.setAttribute("src",this.getAttribute("hsrc"))};g[c].onmouseout=function(){if(!a){a=this.getAttribute("src").replace("_over"+b,b)}this.setAttribute("src",a)}}}}$(initRollovers);
