<!-- Begin
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="Domain Registration and Web Hosting from $2.95";
url="http://www.registrarhost.biz";
alt="registrarhost.biz";
banner="../catalog/images/acelogonet-w120.jpg";
width="120";
height="79";
}
if (ad==2) {
txt="Domain Registration and Web Hosting from $2.95";
url="http://registrarhost.biz/";
alt="acehostnet.net";
banner="../catalog/images/handpointhosting.jpg";
width="120";
height="109";
}
if (ad==3) {
txt="Domain Registration and Web Hosting from $2.95"; 
url="http://www.registrarhost.biz";
alt="acehostnet.net";
banner="../catalog/images/imp_new.jpg";
width="120";
height="117";
}
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 -->