hoje = new Date()
numero_de_imagens = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img22.imageshack.us/img22/5845/saikatwincopia.jpg"
link = "http://jollyrogerfansub.foroactivo.com/"
alvo = "_self"
}
if (numero == 1){
banner = "http://img2.imageshack.us/img2/5402/flclgsmkr.jpg"
link = "http://jollyrogerfansub.foroactivo.com/"
alvo = "_self"
}
if (numero == 2){
banner = "http://img2.imageshack.us/img2/7530/rkgankut.jpg"
link = "http://jollyrogerfansub.foroactivo.com/"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 578px; height: 184px"></a>')