hoje = new Date()
numero_de_imagens = 2
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img42.imageshack.us/img42/5184/logopokemonalrescate.jpg"
link = "http://pokemon-al-rescate.foroactivo.com/"
alvo = "_self"
}
if (numero == 1){
banner = "http://img198.imageshack.us/img198/9902/pka.png"
link = "http://pokemon-al-rescate.foroactivo.com/"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 750px; height: 300px"></a>')