<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin-->
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://hop.clickbank.net/?espectaswn/trekblue8";
alt="Anti-spyware software";
banner="http://www.spywarenuker.com/ads/banners/468x60/spywarenuker_02.gif";
width="468";
height="60";
}
if (ad==2) {
txt="";
url="http://www.metamend.com/cgi-bin/affiliates/metatracker.cgi?id=espectations";
alt="Metamend";
banner="http://www.metamend.com/images/468x60.gif";
width="468";
height="60";
}
if (ad==3) {
txt="";
url="https://www.paypal.com/row/mrb/pal=MWQZYRGEDT362";
alt="Sign up for PayPal and start accepting credit card payments instantly";
banner="http://images.paypal.com/en_US/i/bnr/paypal_mrb_banner.gif";
width="468";
height="60";
}
if (ad==4) {
txt="";
url="http://partners.directresponse.com/z/2128/P146/";
alt="DirectTrack";
banner="http://partners.directresponse.com/42/146/2128";
width="468";
height="60";
}
if (ad==5) {
txt="";
url="http://partners.directresponse.com/z/2131/P146/";
alt="KeywordMax";
banner="http://partners.directresponse.com/42/146/2131";
width="468";
height="60";
}
if (ad==6) {
txt="";
url="http://www.travelcall.com/index.asp?isr=mbs1125";
alt="Travel call";
banner="http://www.travelcall.com/images/isr/travelcalllg.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>');

