var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.surveyscb.com/45paidsurveysetc.htm";
alt="Paid Surveys Etc";
banner="http://surveyscb.com/images/45_468_1.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.surveyscb.com/43surveys4checks.htm";
alt="Get paid to Take Surveys Online";
banner="http://surveyscb.com/images/43_468_1.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.surveyscb.com/40paidsurveysonline.htm";
alt="Paid Surveys Online";
banner="http://surveyscb.com/images/40_468_2.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.surveyscb.com/37international_incomes.htm";
alt="International Incomes";
banner="http://surveyscb.com/images/37_468_2.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.surveyscb.com/33paidsurveysgroup.htm";
alt="Paid Surveys Group";
banner="http://surveyscb.com/images/33_468_1.gif";
width="468";
height="60";
}
if (ad==6) {
url="http://www.surveyscb.com/27cashsurveysonly.htm";
alt="Cash Surveys Only";
banner="http://surveyscb.com/images/27_468_1.gif";
width="468";
height="60";
}
if (ad==7) {
url="http://www.surveyscb.com/22getcashforsurveys.htm";
alt="Get Cash For Surveys";
banner="http://surveyscb.com/images/22_468_1.jpg";
width="468";
height="60";
}
if (ad==8) {
url="http://www.surveyscb.com/8dollarfrog.htm";
alt="Mystery shopper and paid online surveys";
banner="http://surveyscb.com/images/8_468_1.gif";
width="468";
height="60";
}
document.write('<a href="' + url + '" target="_blank">');
document.write('<img src="' + banner + '" width=');
document.write(width + ' height=' + height + ' ');
document.write('alt="' + alt + '" border=0>');
