Jump to content


rodrigo designer

Member Since 12/09/2003
Offline Last Active 24/11/2004, 14:36
-----

Posts I've Made

In Topic: Muda A Cada Atualziação

12/09/2003, 15:34

Veja se esse serve!!!

<script Language="JavaScript">
hoje = new Date()
numero_de_links = 4
segundos = hoje.getSeconds()
numero = segundos % numero_de_links
if (numero == 0){
links = "http://www.link.com.br"
target ="_self"
desclinks = "Descrição do link1"
}
if (numero == 1){
links = "http://www.link.com.br"
target ="_self"
desclinks = "Descrição do link2"
}
if (numero == 2){
links = "http://www.link.com.br"
target ="_self"
desclinks = "Descrição do link3"
}
if (numero == 3){
links = "http://www.link.com.br"
target ="_self"
desclinks = "Descrição do link4"
}
document.write('<font size= face=Arial><a href="' + links + '" target="' + target +'">'+ desclinks +'</a></font>')
</script>

Abraços!!!

IPB Skin By Virteq