var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.surveyscb.com/43surveys4checks.htm";
alt="Get Paid To Take Surveys";
banner="http://www.surveyscb.com/images/120surveys4checks.gif";
width="120";
height="600";
}
if (ad==2) {
url="http://www.surveyscb.com/38paidsurveysandmore.htm";
alt="Get Paid Today!";
banner="http://www.surveyscb.com/images/120paidsurveysandmore.gif";
width="120";
height="600";
}
if (ad==3) {
url="http://www.surveyscb.com/27cashsurveysonly.htm";
alt="Cash Surveys Only";
banner="http://www.surveyscb.com/images/120cashsurveysonly.gif";
width="120";
height="600";
}
if (ad==4) {
url="http://www.surveyscb.com/34gainopinion.htm";
alt="Gain Opinion";
banner="http://www.surveyscb.com/images/120gainopinion.gif";
width="120";
height="600";
}
if (ad==5) {
url="http://www.surveyscb.com/44paid_surveys_at_home.htm";
alt="Paid Surveys At Home";
banner="http://www.surveyscb.com/images/120paidsurveysathome.gif";
width="120";
height="600";
}
document.write('<a href="' + url + '" target="_blank">');
document.write('<img src="' + banner + '" width=') ;
document.write(width + ' height=' + height + ' ');
document.write('alt="' + alt + '" border=0>');
