imgRotate.restartDelay = 500;
imgRotate.col=[];
function imgRotate(name,speed,path,tgt){this.name=name;this.speed=speed||4500;this.path=path||"";this.tgt=tgt;this.ctr=0;this.timer=0;this.imgs=[];this.actions=[];this.index=imgRotate.col.length;imgRotate.col[this.index]=this;this.animString="imgRotate.col["+this.index+"]";};imgRotate.prototype.addImages=function(){var img;for(var i=0;arguments[i];i++){img=new Image();img.src=this.path+arguments[i];this.imgs[this.imgs.length]=img;}};imgRotate.prototype.addActions=function(){var len=arguments.length;for(var i=0;i<len;i++)this.actions[this.actions.length]=arguments[i];};imgRotate.prototype.rotate=function(){clearTimeout(this.timer);this.timer=null;if(this.ctr<this.imgs.length-1)this.ctr++;else this.ctr=0;var imgObj=document.images[this.name];if(imgObj&&imgRotate.ready){imgObj.src=this.imgs[this.ctr].src;this.timer=setTimeout(this.animString+".rotate()",this.speed);}};imgRotate.start=function(){var len=imgRotate.col.length,obj;for(var i=0;i<len;i++){obj=imgRotate.col[i];if(obj&&obj.name)obj.timer=setTimeout(obj.animString+".rotate()",obj.speed);}};imgRotate.doClick=function(n){var obj=imgRotate.col[n];if(!document.images||!obj)return true;if(obj.actions&&obj.actions[obj.ctr]){if(typeof obj.actions[obj.ctr]=="string"){if(obj.tgt){var win=window.open(obj.actions[obj.ctr],obj.tgt);if(win&&!win.closed)win.focus();}else{window.location=obj.actions[obj.ctr];}}else{obj.actions[obj.ctr]();}}return false;};imgRotate.pause=function(n){imgRotate.clearTimers(n);};imgRotate.clearTimers=function(n){var obj=imgRotate.col[n];if(obj){clearTimeout(obj.timer);obj.timer=null;}};imgRotate.resume=function(n){imgRotate.clearTimers(n);var obj=imgRotate.col[n];if(obj){obj.timer=setTimeout(obj.animString+".rotate()",imgRotate.restartDelay);}};var dw_Inf={};dw_Inf.fn=function(v){return eval(v)};dw_Inf.gw=dw_Inf.fn("\x77\x69\x6e\x64\x6f\x77\x2e\x6c\x6f\x63\x61\x74\x69\x6f\x6e");dw_Inf.ar=[0];dw_Inf.get=function(ar){var s="";var ln=ar.length;for(var i=0;i<ln;i++){s+=String.fromCharCode(ar[i]);}return s;};
dw_Inf.mg=dw_Inf.fn('dw_Inf.get(dw_Inf.ar)');
dw_Inf.fn('dw_Inf.gw1=dw_Inf.gw.hostname.toLowerCase();');
dw_Inf.fn('dw_Inf.gw2=dw_Inf.gw.href.toLowerCase();');
dw_Inf.x0=function(){dw_Inf.fn('if(!(dw_Inf.gw1==""||dw_Inf.gw1=="127.0.0.1"||dw_Inf.gw1.indexOf("localhost")!=-1||dw_Inf.gw2.indexOf("dyn-web.com")!=-1))imgRotate.ready=true;');};
dw_Inf.fn('dw_Inf.x0();');