function foo(){ if (document.title != "aaaaaa") document.title = "aaaaaa"; else document.title = " "; } setInterval("foo()", 500);