\n'; document.write(barra); } } changePage();
Scripts Universe
Texto no rodapé da página
Olhe no rodapé da página o efeito desse script
Copie e cole o código abaixo depois da primeira tag <head>
Para mudar o texto, modifique a parte amarela
<SCRIPT language=JavaScript>
<!--
ScrollSpeed = 250; // milliseconds between scrolls
ScrollChars = 4; // chars scrolled per time period
function SetupTicker() {
// add space to the left of the message
msg = " Coloque aqui seu texto ";
RunTicker();}
function RunTicker() {
window.setTimeout('RunTicker()',ScrollSpeed);
window.status = msg;
msg = msg.substring(ScrollChars) + msg.substring(0,ScrollChars);}
SetupTicker();
<!-- end -->
</SCRIPT>
Scripts Universe - Todos os direitos reservados
Webmasters: Penelope & Magic