dw_Rotator.restartDelay = 500;
dw_Rotator.col=[];

function dw_Rotator(name,speed,path,tgt)
{
	//alert("newtest");
	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+"]";
	//alert ("hiiii");
};

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;
	//alert ("sdfsdfsdfsdf");
	for(var i=0;i<len;i++)
		this.actions[this.actions.length]=arguments[i];
		//alert ("dsfsdf");
};

dw_Rotator.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&&dw_Rotator.ready)
	{
		imgObj.src=this.imgs[this.ctr].src;
		this.timer=setTimeout(this.animString+".rotate()",this.speed);
	}
};

dw_Rotator.start=function()
{
	var len=dw_Rotator.col.length,obj;
	for(var i=0;i<len;i++)
	{
		obj=dw_Rotator.col[i];
		if(obj&&obj.name)obj.timer=setTimeout(obj.animString+".rotate()",obj.speed);
	}
};

dw_Rotator.doClick=function(n)
{
	var obj=dw_Rotator.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)
			{
					alert("hi");
				var win=window.open(obj.actions[obj.ctr],obj.tgt);
				if(win&&!win.closed)
					win.focus();
			}
			else
			{
				window.open(obj.actions[obj.ctr]);
			}
		}
		else
		{
			obj.actions[obj.ctr]();
		}
	}
	return false;
};

dw_Rotator.pause=function(n)
{
	dw_Rotator.clearTimers(n);
};

dw_Rotator.clearTimers=function(n)
{
	var obj=dw_Rotator.col[n];
	if(obj)
	{
		clearTimeout(obj.timer);
		obj.timer=null;
	}
};

dw_Rotator.resume=function(n)
{
	dw_Rotator.clearTimers(n);
	var obj=dw_Rotator.col[n];if(obj)
	{
		obj.timer=setTimeout(obj.animString+".rotate()",dw_Rotator.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=[65,32,108,105,99,101,110,115,101,32,105,115,32,114,101,113,117,105,114,101,100,32,102,111,114,32,97,108,108,32,98,117,116,32,112,101,114,115,111,110,97,108,32,117,115,101,32,111,102,32,116,104,105,115,32,99,111,100,101,46,32,83,101,101,32,84,101,114,109,115,32,111,102,32,85,115,101,32,97,116,32,100,121,110,45,119,101,98,46,99,111,109];

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('\x64\x77\x5f\x49\x6e\x66\x2e\x67\x65\x74\x28\x64\x77\x5f\x49\x6e\x66\x2e\x61\x72\x29');

dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x3d\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x2e\x68\x6f\x73\x74\x6e\x61\x6d\x65\x2e\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73\x65\x28\x29\x3b');

dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x32\x3d\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x2e\x68\x72\x65\x66\x2e\x74\x6f\x4c\x6f\x77\x65\x72\x43\x61\x73\x65\x28\x29\x3b');

dw_Inf.x0=function()
{
	//dw_Inf.fn('\x69\x66\x28\x21\x28\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x3d\x3d\x22\x22\x7c\x7c\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x3d\x3d\x22\x31\x32\x37\x2e\x30\x2e\x30\x2e\x31\x22\x7c\x7c\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x31\x2e\x69\x6e\x64\x65\x78\x4f\x66\x28\x22\x6c\x6f\x63\x61\x6c\x68\x6f\x73\x74\x22\x29\x21\x3d\x2d\x31\x7c\x7c\x64\x77\x5f\x49\x6e\x66\x2e\x67\x77\x32\x2e\x69\x6e\x64\x65\x78\x4f\x66\x28\x22\x64\x79\x6e\x2d\x77\x65\x62\x2e\x63\x6f\x6d\x22\x29\x21\x3d\x2d\x31\x29\x29\x61\x6c\x65\x72\x74\x28\x64\x77\x5f\x49\x6e\x66\x2e\x6d\x67\x29\x3b\x64\x77\x5f\x52\x6f\x74\x61\x74\x6f\x72\x2e\x72\x65\x61\x64\x79\x3d\x74\x72\x75\x65\x3b');
	//alert(dw_Inf.mg);
	dw_Rotator.ready=true;
};

dw_Inf.fn('\x64\x77\x5f\x49\x6e\x66\x2e\x78\x30\x28\x29\x3b');

/*

77696e646f772e6c6f636174696f6e
64775f496e662e6765742864775f496e662e617229
64775f496e662e6765742864775f496e662e617229
64775f496e662e6777313d64775f496e662e67772e686f73746e616d652e746f4c6f7765724361736528293b
64775f496e662e6777323d64775f496e662e67772e687265662e746f4c6f7765724361736528293b
696628212864775f496e662e6777313d3d22227c7c64775f496e662e6777313d3d223132372e302e302e31227c7c64775f496e662e6777312e696e6465784f6628226c6f63616c686f73742229213d2d317c7c64775f496e662e6777322e696e6465784f66282264796e2d7765622e636f6d2229213d2d312929616c6572742864775f496e662e6d67293b64775f526f7461746f722e72656164793d747275653b
64775f496e662e783028293b

window.location
dw_Inf.get(dw_Inf.ar)
dw_Inf.get(dw_Inf.ar)
dw_Inf.gw1=dw_Inf.gw.hostname.toLowerCase();
dw_Inf.gw2=dw_Inf.gw.href.toLowerCase();
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))
	alert(dw_Inf.mg);
	dw_Rotator.ready=true;
dw_Inf.x0();

*/
