cambia
if(Time_Left < 0)
Time_Left = 0;

in
if(Time_Left < 0){
Time_Left = 0;
self.location.href="altraPagina.php"
}

ciao