﻿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="http://www.black-vixen.com/";
alt="Stunning Lala on Black Vixen";
banner="http://www.black-vixen.com/blackbannerlala.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.ukvixens.com/";
alt="Harmony Hex at UK Vixens";
banner="http://www.ukvixens.com/hexbanner1.jpg";
width="466";
height="100";
}
if (ad==3) {
url="http://hits.epochstats.com/hit.php?s=631&p=2&w=104320&c=0&u=http://www.killergram.com/video.asp?showcase=the lady pimp";
alt="The Lady Pimp";
banner="http://www.be-seen-here.co.uk/ladypimp.jpg";
width="600";
height="106";
}
if (ad==4) {
url="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=925045-0000&PA=1576131&HTML=http://www.realpunting.com/affiliates/preview.html";
alt="Watch Real Escorts Fucking";
banner="http://www.vixen-escorts.com/rpban6.jpg";
width="468";
height="60";
}

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>');