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/44paid_surveys_at_home.htm";
alt="Paid Surveys at Home";
banner="http://surveyscb.com/images/44_468_1.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.surveyscb.com/42expresspaidsurveys.htm";
alt="Express Paid Surveys";
banner="http://surveyscb.com/images/42_468_1.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.surveyscb.com/39maximumpaidsurveys.htm";
alt="Get Paid For Taking Surveys and Make Money Online";
banner="http://surveyscb.com/images/39_468_1.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.surveyscb.com/34gainopinion.htm";
alt="Get Paid for Taking Surveys Online";
banner="http://surveyscb.com/images/34_468_2.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.surveyscb.com/29surveysathome.htm";
alt="Get Paid For What You Think!";
banner="http://surveyscb.com/images/29_468_1.gif";
width="468";
height="60";
}
if (ad==6) {
url="http://www.surveyscb.com/25legitpaidonlinesurveys.htm";
alt="Legitimate Online Paid Surveys";
banner="http://surveyscb.com/images/25_468_1.gif";
width="468";
height="60";
}
if (ad==7) {
url="http://www.surveyscb.com/17surveymillionare.htm";
alt="Survey Millionare Make Money At Home";
banner="http://surveyscb.com/images/17_468_1.png";
width="468";
height="60";
}
if (ad==8) {
url="http://www.surveyscb.com/4onlinehomesurveys.htm";
alt="WORK AT HOME Paid Surveys Online";
banner="http://surveyscb.com/images/4_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>');
