hoje = new Date()
numero_de_textos = 4 
segundos = hoje.getSeconds()
numero = segundos % numero_de_textos
if (numero == 0){
texto = "<a target=_parent href=http://www.paginagabriel.com/pgmail.html><img src=images/banner/banner_pgmail_eng.gif border=0></a>"
}
if (numero == 01){
texto = "<a target=_parent href=http://www.paginagabriel.com/toolbar.html><img src=images/banner/banner_toolbar_eng.gif border=0></a>"
}
if (numero == 02){
texto = "<img src=images/banner/banner_4pto0_eng.gif border=0>"
}
if (numero == 03){
texto = "<a target=_parent href=http://www.paginagabriel.com><img src=images/banner/banner_port.gif border=0></a>"
}
document.write('' + texto +'')