

var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
//txt="BECOME A GOLDEN MEMBER NOW! "; 
//url="http://www.WDating.com/gm.asp";
txt="<font size=4><b>SALE!</b></font> GET <font color=red>UNLIMITED</font> AD-RESPONSES!"; 
url="http://www.WDating.com/prices.asp";
alt="The photo album that rocks!";
banner="";
width="1";
height="1";
}
if (ad==2) {
txt="WEBMASTERS! EARN MONEY!  "; 
url="http://www.WDating.com/earnmoney/";
alt="The photo album that rocks!";
banner="";
width="1";
height="1";
}
if (ad==3) {
txt="GET UNLIMITED AD-RESPONSES FOR $7.99 !"; 
url="http://www.WDating.com/prices.asp";
alt="The photo album that rocks!";
banner="";
width="1";
height="1";
}
if (ad==4) {
txt="GOT WEBSITE? GET FREE TRAFFIC!"; 
url="http://www.WDating.com/exchange.asp";
alt="The photo album that rocks!";
banner="";
width="1";
height="1";
}
//document.write('<center>');target="_blank"
document.write('<a href=\"' + url + '\" target=\"_top\">');
//document.write('<img border=0 src=\"' + banner + '\" width=')
//document.write(width + ' height=' + height + ' ');
//document.write('alt=\"' + alt + '\" border=2><br>');
document.write('<font class=smallerblue>' + txt + '</font></a>');
//document.write('</center>');
// End -->


