C
lube
D
a
M
aloca.
Mensagem na Barra de Status 2:
Copie e cole entre <HEAD> e </HEAD>
<script language="Javascript"> //<!-- INICIO DA MENSAGEM DA BARRA DE STATUS --> // <!-- Hide from old browsers message = "LINHA 1 DA MENSAGEM^" + "LINHA 2 DA MENSAGEM^" + "LINHA 3 DA MENSAGEM^" + "LINHA 4 DA MENSAGEM^" scrollSpeed = 25 lineDelay = 2000 // Do not change the text below // txt = "" function scrollText(pos) { if (message.charAt(pos) != '^') { txt = txt + message.charAt(pos) status = txt pauze = scrollSpeed } else { pauze = lineDelay txt = "" if (pos == message.length-1) pos = -1 } pos++ setTimeout("scrollText('"+pos+"')",pauze) } // Unhide --> scrollText(0) //<!-- FIM DA MENSAGEM DA BARRA DE STATUS --> </script>