var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.babylongirls.co.uk/";
alt="Babylon Girls";
banner="babylon.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.playful-escorts.co.uk/";
alt="Playful Escorts";
banner="playfulescorts.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.90minute.co.uk/";
alt="90 Minute";
banner="90min.jpg";
width="468";
height="60";
}
if (ad==4) {
url="http://www.independentangels.co.uk/";
alt="Independent Angels";
banner="indiangels.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.sexygirlslondon.com/";
alt="Sexy Girls London";
banner="sexygirls.gif";
width="468";
height="60";
}
if (ad==6) {
url="http://www.sexyasianescorts.co.uk/";
alt="Sexy Asian Escorts";
banner="sexyasianescorts.gif";
width="468";
height="60";
}
if (ad==7) {
url="http://www.ukvixens.com/dirty-british-sluts.html";
alt="Sasha Cane and Krystal Webb";
banner="sasha_krystal.png";
width="556";
height="165";
}
if (ad==8) {
url="http://banners.impactfive.com/go.php?id=20190&w=243191&s=24&article=http%3A%2F%2Fwww.sizegenetics.co.uk";
alt="Permenda LTD";
banner="20190.gif";
width="468";
height="80";
}
if (ad==9) {
url="http://www.tiffany-london-escorts.com/";
alt="Tiffany Ebony London Escort";
banner="tiff1.jpg";
width="558";
height="78";
}

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>');
