hoje = new Date()
numero_de_imagens = 9
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = “http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen09.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 1){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen04.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 2){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen02.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 3){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen03.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 4){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen12.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 5){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen06.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 6){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen07.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 7){
banner = "http://www.gigallery.com/files/gigallery/e58aea67b01fa747687f038dfde066f6/imagen01.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
if (numero == 8){
banner = "http://www.gigallery.com/files/gigallery/49c0b9d84c2a16fcaf9d25694fda75e1/imagen01.jpg"
link = "http://soloanimeymanga.foroactivo.net/portal.htm"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 961px; height: 250px"></a>')