rdTime = "6000";
indexURL = "http://www.w2w.com";
function redirectIndex() { 
	self.setTimeout("self.location.href = indexURL;",rdTime); 
}