function IsInWork() { Page='./index.html'; Status='NoWork'; return true; } if(Status!=OldStatus) top.location=Page;