redirTime = "15000";
redirURL = "home.htm";
function redirectTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }

