<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://workathomeexplorer.com/out.php?id=16";
alt="Click To Visit";
banner='http://www.workathomeexplorer.com/images/10523983.jpg';
width="468";
height="60";
}
if (ad==2) {
url="http://workathomeexplorer.com/out.php?id=17";
alt="Click To Visit";
banner='http://www.workathomeexplorer.com/images/mavmoney.gif';
width="468";
height="60";
}
if (ad==3) {
url="http://workathomeexplorer.com/out.php?id=8";
alt="Click To Visit";
banner='http://www.workathomeexplorer.com/images/forex.gif';
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 -->