hoje = new Date()
numero_de_links = 6
segundos = hoje.getSeconds()
numero = segundos % numero_de_links
if (numero == 0){
links = "http://www.prestperfuracoes.com.br/contato/talentos.htm"
target ="_parent"
desclinks = "Inscreva-se em nosso banco de talentos"
}
if (numero == 1){
links = "http://www.prestperfuracoes.com.br/sgq/"
target ="_parent"
desclinks = "Tudo sobre o Sistema de Gestão de Qualidade da Prest"
}
if (numero == 2){
links = "http://www.prestperfuracoes.com.br/social/"
target ="_parent"
desclinks = "Responsabilidade social é com a Prest"
}
if (numero == 3){
links = "http://www.prestperfuracoes.com.br/tecnologia/"
target ="_parent"
desclinks = "A Prest oferece tecnologia de última geração"
}
if (numero == 4){
links = "http://www.prestperfuracoes.com.br/sms/cipa.htm"
target ="_parent"
desclinks = "CIPA: Comissão Interna de Prevenção de Acidentes"
}
if (numero == 5){
links = "http://www.prestperfuracoes.com.br/sgq/iso9001_2000.htm"
target ="_parent"
desclinks = "A Prest é certificada com ISO 9001:2000"
}
document.write('<a href="' + links + '" target="' + target +'">'+ desclinks +'</a></font>') 
// JavaScript Document