<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt=""; 
url="http://www.nukanweb.com/moff/sale/ebook.html";
alt="Milestones of Financial Freedom by Niyi Adeoshun (eBook)";
banner="http://nukan-ebooks.com/images/moff.jpg";
width="554";
height="297";
}
if (ad==2) {
txt=""; 
url="http://www.nukanweb.com/moff/sale/";
alt="Milestones of Financial Freedom by Niyi Adeoshun";
banner="http://nukan-ebooks.com/images/moff.jpg";
width="554";
height="297";
}
if (ad==3) {
txt=""; 
url="http://www.nukan-ebooks.com/recommends/SellingOnEbay/";
alt="Selling On EBay Made Simple";
banner="http://www.nukan-ebooks.com/recommends/SellingOnEbay/images/EBay-Ad.jpg";
width="570";
height="299";
}
if (ad==4) {
txt=""; 
url="http://www.nukan-ebooks.com/recommends/350SMTactics/";
alt="350 Social Media Tactics";
banner="http://www.nukan-ebooks.com/recommends/350SMTactics/Tactics-Ad.jpg";
width="570";
height="299";
}
if (ad==5) {
txt=""; 
url="http://www.nukan-ebooks.com/recommends/350Tactics/";
alt="350 Self-Help Tips and Tactics";
banner="http://www.nukan-ebooks.com/recommends/350Tactics/images/Tips-Ad.jpg";
width="570";
height="299";
}
if (ad==6) {
txt=""; 
url="http://bit.ly/4V5A2f";
alt="Christian Financial Freedom";
banner="http://www.nukan-ebooks.com/recommends/terrydean-combo.jpg";
width="566";
height="300";
}
if (ad==7) {
txt=""; 
url="http://www.nikeakinsulire.com/marriage/";
alt="Marriage And In-Laws by Nike Akinsulire";
banner="http://www.nikeakinsulire.com/wordpress/wp-admin/images/marriage-ad2.jpg";
width="570";
height="299";
}
<!-- document.write('<center>'); -->
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=');
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</a>');
<!-- document.write('</center>'); -->
// End -->