if (top.location != self.location) { top.location = self.location.href } var timer = 0; function set_interval() { timer = setInterval("auto_logout()", 3600000); } function reset_interval() { clearInterval(timer); set_interval(); } function auto_logout() { window.location = "http://support.televeresystems.com/logout.php"; }