hoje = new Date()
numero_de_imagens = 15
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "banners/1.jpg"
link = "empresa-4estacoes.htm"
texto= "4estações"
}
if (numero == 01){
banner = "banners/5.jpg"
link = "http://www.castromilk.com.br"
texto= "Castromilk"
}
if (numero == 02){
banner = "banners/19.jpg"
link = "http://www.grupoinfok.com/"
texto= "Infok Cartuchos"
}
if (numero == 03){
banner = "banners/21.jpg"
link = "empresa-atriunfante.htm"
texto= "A Triunfante"
}
if (numero == 04){
banner = "banners/3.jpg"
link = "empresa-estacao.htm"
texto= "Estação Grill - Confeitaria e Estação Bar"
}
document.write('<a href="' + link + '" target="_blank"><img src="' + banner + '" alt="' + texto + '" width="518" height="120" border="0"></a>')
