function redirTimer(redirURL, redirTime)
{
	self.setTimeout("self.location.href = '"+redirURL+"';",redirTime);
}