hoje = new Date()
numero_de_imagens = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://i34.photobucket.com/albums/d111/Aikos/bhnh3.jpg"
link = "http://narutohistoria.foroactivo.com/forum.htm"
alvo = "_self"
}
if (numero == 1){
banner = "http://i34.photobucket.com/albums/d111/Aikos/bhnh2.jpg"
link = "http://narutohistoria.foroactivo.com/forum.htm"
alvo = "_self"
}
if (numero == 2){
banner = "http://i34.photobucket.com/albums/d111/Aikos/bhnh.jpg"
link = "http://narutohistoria.foroactivo.com/forum.htm"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 870px; height: 250px"></a>')