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!!!



Postagens
Não informado

