hoje = new Date()
numero_de_links = 4
segundos = hoje.getSeconds()
numero = segundos % numero_de_links
if (numero == 0){
links = "http://www.astraglbt.org.br/servico/diversao.htm"
target ="_self"
desclinks = "Conheça os points GLBT da cidade."
}
if (numero == 1){
links = "http://www.astraglbt.org.br/conscientizacao/homofobia.htm"
target ="_self"
desclinks = "Homofobia é crime! Procure seus direitos."
}
if (numero == 2){
links = "http://www.astraglbt.org.br/orkut/index.htm"
target ="_self"
desclinks = "Discuta, opine, participe! Entre em nossa comunidade no Orkut"
}
if (numero == 3){
links = "http://www.astraglbt.org.br/publicacoes/index.htm"
target ="_self"
desclinks = "Veja as publicações educativas da Astra"
}
document.write('<a href="' + links + '" target="' + target +'">'+ desclinks +'</a></font>') 
// JavaScript Document