﻿function domRollover(){if(navigator.userAgent.match(/Opera (\S+)/))var e=parseInt(navigator.userAgent.match(/Opera (\S+)/)[1]);if(!document.getElementById||e<7)return;var a=document.getElementsByTagName("img"),c=[],d=[],b=[];for(i=0;i<a.length;i++)if(a[i].className.indexOf("domroll")!=-1){d[i]=a[i].getAttribute("src");b[i]=a[i].className;c[i]=new Image;if(b[i].match(/domroll (\S+)/))c[i].src=b[i].match(/domroll (\S+)/)[1];a[i].setAttribute("xsrc",d[i]);a[i].onmouseover=function(){this.setAttribute("src",this.className.match(/domroll (\S+)/)[1])};a[i].onmouseout=function(){this.setAttribute("src",this.getAttribute("xsrc"))}}}domRollover()
