var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="/DomainDollars";
alt="It's time to invest in the Virtual Real Estate Boom";
banner="http://www.buyandselldomains.biz/images/VRE-468x60.jpg";
width="468";
height="60";
}
if (ad==2) {
url="/liquidweb";
alt="Fully Managed Servers, VPS & Shared Hosting";
banner="http://www.buyandselldomains.biz/images/LW-468x60.jpg";
width="468";
height="60";
}
if (ad==3) {
url="/Parked";
alt="Domain Parking Made Easy";
banner="http://www.buyandselldomains.biz/images/parked-468x60.jpg";
width="468";
height="60";
}
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
