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