<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->
<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="default.htm";
alt="Pulseiras e bastões luminosos para seu evento!";
banner="banners/fullbanner01_lightstick.gif";
width="468";
height="60";
border="0";
}
if (ad==2) {
url="default.htm";
alt="Pulseiras e bastões luminosos para seu evento!";
banner="banners/fullbanner02_lightstick.gif";
width="468";
height="60";
border="0";
}
if (ad==3) {
url="default.htm";
alt="Pulseiras e bastões luminosos para seu evento!";
banner="banners/fullbanner03_lightstick.gif";
width="468";
height="60";
border="0";
}
if (ad==4) {
url="default.htm";
alt="Pulseiras e bastões luminosos para seu evento!";
banner="banners/fullbanner04_lightstick.gif";
width="468";
height="60";
border="0";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=');
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt);
document.write('\" border=0><br>');
// End -->
