hoje = new Date()
numero_de_links = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_links
if (numero == 0){
links = "http://www.astraglbt.org.br/instituicao/atividades.htm"
target ="_self"
desclinks = "Vá à sede da Astra e participe do Refresco Cultural e da Quarta Legal!"
}
if (numero == 1){
links = "http://www.astraglbt.org.br/conscientizacao/examehiv.htm"
target ="_self"
desclinks = "Fazer o exame de HIV é importante! Saiba onde e como."
}
if (numero == 2){
links = "http://www.astraglbt.org.br/realizacoes/arquivo.htm"
target ="_self"
desclinks = "A Astra realiza a Parada GLBT de Sergipe e muito mais!"
}
document.write('<a href="' + links + '" target="' + target +'">'+ desclinks +'</a></font>') 
// JavaScript Document