<!---------- Barra de Status ----------> <script language="JavaScript"> var hellotext=" εïз Diário de uma-Garota εïз " var thetext="" var started=false var step=0 var times=1 function welcometext() { times-- if (times==0) { if (started==false) { started = true; window.status = hellotext; setTimeout("anim()",1); } thetext = hellotext; } } function showstatustext(txt) { thetext = txt; setTimeout("welcometext()",4000) times++ } function anim() { step++ } welcometext(); </script> <!---------- Fim ----------> <body>