hoje = new Date()
numero_de_imagens = 8
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img849.imageshack.us/img849/521/himajin2.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 1){
banner = "http://img16.imageshack.us/img16/6017/67833173.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 2){
banner = "http://img683.imageshack.us/img683/2708/48885744.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 3){
banner = "http://img148.imageshack.us/img148/8743/43857311.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 4){
banner = "http://img217.imageshack.us/img217/6522/85191032.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 5){
banner = "http://img545.imageshack.us/img545/5136/24030483.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 6){
banner = "http://img15.imageshack.us/img15/3464/59428201.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
if (numero == 7){
banner = "http://img18.imageshack.us/img18/7884/17979967.png"
link = "http://himajin.superforo.net/forum.htm"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 ></a>')
