<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Check out the Top 100 Celebrity sites"; 
url="http://www.celebritysquare.co.uk";
alt="Celebrity Square";
banner="http://iloveblondie.co.uk/images/100banner.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Check out Kate Moss"; 
url="http://www.celebritysquare.co.uk/moss";
alt="Kate Moss";
banner="http://www.celebritysquare.co.uk/xxx/images/xXxbanner.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Find it at damselworld"; 
url="http://damselworld.com/default.cfm?RID=5366&TID=2";
alt="Fashion clothing";
banner="http://damselworld.com/images/affiliate1.gif";
width="468";
height="60";
}
if (ad==4) {
txt="I love Pamela Anderson too!"; 
url="http://www.celebritysquare.co.uk/pamelaanderson";
alt="Pamela Anderson Celebrity square";
banner="http://celebritysquare.co.uk/images/pamela_celebrity_banner.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 -->

