<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Check out this hot site!!";
url="http://www.femalestars.com/RS/rsid-785169/";
alt="female stars";
banner="http://www.femalestars.com/img/rsid-785169/www.femalestars.com_1152.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Alphababes Top 200!"; 
url="http://www.alphababes.com/cgi-bin/autorank/rankem.cgi?id=Dennis";
alt="Alphababes Banner exchange";
banner="http://iloveblondie.co.uk/images/alphababes.jpg";
width="468";
height="60";
}
if (ad==3) {
txt="Alphababes Top 200!"; 
url="http://www.alphababes.com/cgi-bin/autorank/rankem.cgi?id=Dennis";
alt="Alphababes Banner exchange";
banner="http://iloveblondie.co.uk/images/alphababes.jpg";
width="468";
height="60";
}
if (ad==4) {
txt="Check out xXx sexy babes"; 
url="http://www.celebritysquare.co.uk/xxx";
alt="xXx sexy celebrities";
banner="http://www.celebritysquare.co.uk/xxx/images/xXxbanner.gif";
width="468";
height="60";
}
if (ad==5) {
txt="Check out the latest Celebs"; 
url="http://www.celebritysquare.co.uk/";
alt="Celebrity Square";
banner="http://celebritysquare.co.uk/images/celebrity_square_ban.gif";
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 + '\" border=2><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

