var how_many_ads = 7; 
var now = new Date()
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
if (ad==1) { 
url="http://surveyscb.com/surveys_checks.htm"; 
alt="Get Paid To Take Surveys"; 
banner="http://surveyscb.com/images/728surveys4checks.gif"; 
width="728"; 
height="90"; 
}
if (ad==2) { 
url="http://surveyscb.com/paid_surveys_etc.htm"; 
alt="Make $500 to $3,500 per Month"; 
banner="http://surveyscb.com/images/728paidsurveysetc.gif"; 
width="728"; 
height="90";
}
if (ad==3) { 
url="http://surveyscb.com/surveys_checks.htm"; 
alt="Get Paid To Take Surveys"; 
banner="http://surveyscb.com/images/729surveys4checks.gif"; 
width="728"; 
height="90";
}
if (ad==4) { 
url="http://surveyscb.com/cash_surveys_only.htm"; 
alt="Cash Surveys Only"; 
banner="http://surveyscb.com/images/728cashsurveysonly.gif"; 
width="728"; 
height="90";
}
if (ad==5) { 
url="http://surveyscb.com/make_money_taking_surveys.htm"; 
alt="Make Money Taking Surveys"; 
banner="http://surveyscb.com/images/728makemoneytakingsurveys.gif"; 
width="728"; 
height="90";
}
if (ad==6) { 
url="http://surveyscb.com/paid_surveys_at_home.htm"; 
alt="Paid Surveys At Home"; 
banner="http://surveyscb.com/images/728paidsurveysathome.gif"; 
width="728"; 
height="90";
}
if (ad==7) { 
url="http://surveyscb.com/paid_surveys_and_more.htm"; 
alt="Get Paid Today!"; 
banner="http://surveyscb.com/images/728paidsurveysandmore.gif"; 
width="728"; 
height="90";
}
document.write('<a href="' + url + '" target="_blank">'); 
document.write('<img src="' + banner + '" width=') ;
document.write(width + ' height=' + height + ' '); 
document.write('alt="' + alt + '" border=0><br>'); 
 
