hoje = new Date()
numero_de_imagens = 15
segundos = hoje.getSeconds()
numero = segundos % numero_de_imagens
if (numero == 0){
banner = "http://img12.imageshack.us/img12/1690/bannerfoleyconorton.png"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 1){
banner = "http://i38.tinypic.com/funimg.png"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 2){
banner = "http://img406.imageshack.us/img406/5089/hbkr.png"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 3){
banner = "http://i36.tinypic.com/w70kr6.png"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 4){
banner = "http://img405.imageshack.us/img405/3771/nashcopia.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 5){
banner = "http://img8.imageshack.us/img8/175/32553046.png"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 6){
banner = "http://img407.imageshack.us/img407/7010/bannerjerichocopia.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 7){
banner = "http://img697.imageshack.us/img697/1363/xwfbeltsbannercopia.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 8){
banner = "http://img198.imageshack.us/img198/6590/xwflegacy.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 9){
banner = "http://img269.imageshack.us/img269/5637/xwfjpg.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 10){
banner = "http://img5.imageshack.us/img5/1394/divasg.png"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 11){
banner = "http://img12.imageshack.us/i/bannerfoleyconorton.png/"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 12){
banner = "http://img685.imageshack.us/img685/941/dreamer.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 13){
banner = "http://img96.imageshack.us/img96/9024/56002312.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
if (numero == 14){
banner = "http://img207.imageshack.us/img207/10/sinttulo2cf.jpg"
link = "http://www.wrestling-xwf.com/forum.htm"
alvo = "_self"
}
document.write('<a href="' + link + '" target="' + alvo + '" ><img src="' + banner + '" border=0 style="width: 950px; height: 150px"></a>')