// JavaScript Document
hoje = new Date()
numero_de_imagens = 3
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img168.imageshack.us/img168/7488/parceriasmo6.gif"
site= "http://cidadeweb.110mb.com/parceiros.htm"
}
if (numero == 1){
banner = "http://img237.imageshack.us/img237/9178/socialot4.jpg"
site= "http://cidadeweb.110mb.com/responsabilidade.html"
}
if (numero == 2){
banner = "http://img259.imageshack.us/img259/9060/fumanteyk3.gif"
site= "http://cidadeweb.110mb.com/tabagismo.html"
}
document.write('<a href="'+site+'"><img src="' + banner + '" border="0"></a>') 