// logo rotatorio 
hoje = new Date()
numero_de_imagens = 12
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img10.imageshack.us/img10/2615/adheadercopia.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 1){
banner = "http://img171.imageshack.us/img171/8382/adheadercopiah.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 2){
banner = "http://img89.imageshack.us/img89/2615/adheadercopia.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 3){
banner = "http://img4.imageshack.us/img4/2994/adheadeeri.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 4){
banner = "http://img24.imageshack.us/img24/7607/79013044.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 5){
banner = "http://img15.imageshack.us/img15/9256/zeusg.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 6){
banner = "http://img126.imageshack.us/img126/2668/35762720.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 7){
banner = "http://img166.imageshack.us/img166/2615/adheadercopia.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 8){
banner = "http://img527.imageshack.us/img527/4238/85809309.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
if (numero == 9){
banner = "http://img46.imageshack.us/img46/3263/odcopia.png"
link = "http://ad-full.com/forum.htm"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 870px; height: 300px"></a>') 