// JavaScript Document
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.bigballtenis.com.br";
alt="Big Ball Tênis";
banner="http://www.bigballtenis.com.br/images/foto1_hp.jpg";
width="639";
height="206";
alvo="_self";
}
if (ad==2) {
url="http://www.bigballtenis.com.br";
alt="Big Ball Tênis";
banner="http://www.bigballtenis.com.br/images/foto2_hp.jpg";
width="639";
height="206";
alvo="_self";
}
if (ad==3) {
url="http://www.bigballtenis.com.br";
alt="Big Ball Tênis";
banner="http://www.bigballtenis.com.br/images/foto4_hp.jpg";
width="639";
height="206";
alvo="_self";
}
if (ad==4) {
url="http://www.bigballtenis.com.br";
alt="Big Ball Tênis";
banner="http://www.bigballtenis.com.br/images/foto5_hp.jpg";
width="639";
height="206";
alvo="_self";
}
if (ad==5) {
url="http://www.bigballtenis.com.br";
alt="Big Ball Tênis";
banner="http://www.bigballtenis.com.br/images/foto6_hp.jpg";
width="639";
height="206";
alvo="_self";
}