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="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928339&PA=1484202&HTML=http://www.pamelaspice.com/tour.html";
alt="Pamela Spice";
banner="latinb1.jpg";
width="468";
height="80";
}
if (ad==2) {
url="http://www.black-vixen.com/";
alt="Black Vixen";
banner="http://www.black-vixen.com/newbanner20093.jpg";
width="468";
height="60";
}
if (ad==3) {
url="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=928339&PA=1484202&HTML=http://www.pacinosadventures.com/tour1.html";
alt="Pacinos Adventures";
banner="latinb2.gif";
width="468";
height="80";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\"><br>');
document.write('</center>');