var temp; var s = " "; var f = s + tline; var counter; function scroll() { temp = f.substring(0,1); f += temp; f = f.substring(1,100); window.status = f; counter = setTimeout("scroll()",100); }