hoje = new Date()
numero_de_imagens = 1
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img248.yfrog.com/img248/3282/bannerbov.gif"
link = "http://mito-magico.foroactivo.com/index.htm"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 400px; height: 150px"></a>')