<!-- Begin
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.workathomespace.com";
alt="Work at Home Space";
banner="http://www.worldwideworkathome.com/banners/wahs468.png";
width="468";
height="60";
}
if (ad==2) {
url="http://www.onestopwebemployment.com";
alt="WAH Opportunities";
banner="http://www.worldwideworkathome.com/banners/onestop.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.worldwideworkathome.com/c/blogging.html";
alt="Blogging to the Bank";
banner="http://www.worldwideworkathome.com/banners/bttb3.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.worldwideworkathome.com/c/build.html";
alt="Build A Money Making Website";
banner="http://www.worldwideworkathome.com/banners/bans.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.worldwideworkathome.com/ss/workfromhome.html";
alt="Work From Home";
banner="http://www.worldwideworkathome.com/banners/sbi468.jpg";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\" rel=\"nofollow\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
document.write('</center>');
// End -->