var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="The World's Largest Online Bookstore, Amazon.comH";
url="http://www.amazon.com/exec/obidos/redirect-home/harmony0a";
alt="amazon.com";
banner="http://imageserv.imgis.com/images/Ad12669St1Sz1Sq1_Ban1.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Stricly For Money Makers!";
url="http://freelife.com/sites/harmonyhealth/redir.cfm?page=/info/makemoney/howcanimakemoney/howmuchmoneycanimake/howmuchmoney.cfm&OpenPresentation=Yes";
alt="Harmonyhealth.Freelife.com";
banner="http://www.harmony.net/retire.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Get Free Optimal City, Free 800#, Voice Mail, Long Distance"; 
url="http://www.Michaelgold.optimalcity.com";
alt="OptimalCity";
banner="http://www.harmony.net/beta_heading3.gif";
width="468";
height="60";
}
if (ad==4) {
txt="Get Free Cum Tv Live"; 
url="http://www.cumtv.com/whosOnNow/livecams.jsp?Ref=Natural";
alt="CumTv Free Live";
banner="http://www.harmony.net/ban1.gif";
width="468";
height="60";
}
if (ad==5) {
txt="Get Free Live Cams and Enjoy"; 
url="http://www.camgirlslive.com/whosOnNow/livecams.jsp?Ref=Natural";
alt="Live Cam FREE";
banner="http://www.harmony.net/ban3.gif";
width="468";
height="60";
}
if (ad==6) {
txt="Get Free Cam Live FREE boys"; 
url="http://www.camboyslive.com/whosOnNow/livecams.jsp?Ref=Natural";
alt="Camboyslive";
banner="http://www.harmony.net/ban4.gif";
width="468";
height="60";
}
if (ad==7) {
txt="Enjoy Your PeekTV FREE"; 
url="http://www.peektv.com/whosOnNow/livecams.jsp?Ref=Natural";
alt="PeekTV ";
banner="http://www.harmony.net/ban6.gif";
width="468";
height="60";
}
if (ad==8) {
txt="Get Free Live Cams and Enjoy"; 
url="http://www.camgirlslive.com/whosOnNow/livecams.jsp?Ref=Natural";
alt="Live Cam FREE";
banner="http://www.harmony.net/ban3a.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');

