// JavaScript Document

redirTime = "2500";
redirURL = "/";

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