/************************************************************************* This code is from Dynamic Web Coding at dyn-web.com Copyright 2001-5 by Sharon Paine See Terms of Use at www.dyn-web.com/bus/terms.html regarding conditions under which you may use this code. This notice must be retained in the code as is! *************************************************************************/ dw_Rotator.restartDelay = 500; // delay onmouseout before call to rotate dw_Rotator.col=[];function dw_Rotator(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=dw_Rotator.col.length;dw_Rotator.col[this.index]=this;this.animString="dw_Rotator.col["+this.index+"]";};dw_Rotator.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;}};dw_Rotator.prototype.addActions=function(){var len=arguments.length;for(var i=0;i