redirTime = "50000";
redirURL = "welcome/";
function redirTimer()
	{
	self.setTimeout("self.location.href = redirURL;",redirTime);
	}
