<!-- Start
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
//txt="text here text here text here";
url="/category/9/Glow";
alt="Electric Planet - Glow";
banner="/templates/electric-planet/banner-images/GlowTopBanner3.jpg";
width="568";
height="90";
}
if (ad==2) {
//txt="text here text here text here";
url="/category/232/Lights-For-Children";
alt="Electric Planet - Lights For Children";
banner="/templates/electric-planet/banner-images/ChildrensTopBanner4.jpg";
width="568";
height="90";
}
if (ad==3) {
//txt="text here text here text here"; 
url="/category/238/Nite-Ize";
alt="Electric Planet - Nite Ize";
banner="/templates/electric-planet/banner-images/NiteizeTopBanner.jpg";
width="568";
height="90";
}
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 + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->



