<!-- Begin
var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Develop Your Financial IQ";
url="http://www.nukan-ebooks.com/DevelopIQ/";
alt="Develop Your Financial IQ";
banner="http://www.nukan-ebooks.com/images/FIQ-3D2.jpg";
width="125";
height="153";
}
if (ad==2) {
txt="Unleash The book Within";
url="http://www.nukan-ebooks.com/UnleashTBW/";
alt="Unleash The book Within";
banner="http://www.nukan-ebooks.com/images/UnleashTBWCase.jpg";
width="125";
height="165";
}
if (ad==3) {
txt="Wonderful Wedding Favors And Wedding Gifts";
url="http://www.nukan-ebooks.com/bridefavour/";
alt="Wonderful Wedding Favors And Wedding Gifts";
banner="http://www.nukan-ebooks.com/bridefavour/ecover125.jpg";
width="125";
height="164";
}
if (ad==4) {
txt="Develop Your Financial IQ";
url="http://www.nukan-ebooks.com/DevelopIQ/";
alt="Develop Your Financial IQ";
banner="http://www.nukan-ebooks.com/images/FIQ-3D2.jpg";
width="125";
height="153";
}
if (ad==5) {
txt="Totally Debt-Free Lifestyle";
url="http://www.nukan-ebooks.com/TDLifestyle/";
alt="Totally Debt-Free Lifestyle";
banner="http://www.nukan-ebooks.com/images/debt-free_package.jpg";
width="125";
height="182";
}
if (ad==6) {
txt="The Money Crisis Manual";
url="http://www.nukan-ebooks.com/bk/mcrisis/";
alt="The Money Crisis Manual";
banner="http://www.nukan-ebooks.com/bk/mcrisis/images/small_report_3d.jpg";
width="125";
height="147";
}
if (ad==7) {
txt="MySpace Profit Strategies";
url="http://www.nukan-ebooks.com/bk/myspaceps/";
alt="MySpace Profit Strategies";
banner="http://www.nukan-ebooks.com/images/myspace160.jpg";
width="150";
height="230";
}
if (ad==8) {
txt="101 Ways To Stop The Money Leak";
url="http://www.nukan-ebooks.com/101leaks/";
alt="101 Ways To Stop The Money Leak";
banner="http://www.nukan-ebooks.com/101leaks/101leaks.gif";
width="125";
height="141";
}
if (ad==9) {
txt="Facebook Social Ads Exposed";
url="http://www.nukan-ebooks.com/recommends/FacebookAds/";
alt="Facebook Social Ads Exposed";
banner="http://www.nukan-ebooks.com/recommends/FacebookAds/images/facebookads155.jpg";
width="155";
height="217";
}
if (ad==10) {
txt="How Facebook Advertising Benefits Your Business";
url="http://www.nukan-ebooks.com/recommends/FacebookAds/";
alt="How Facebook Advertising Benefits Your Business";
banner="http://www.nukan-ebooks.com/recommends/FacebookAds/images/facebookbenefits155.jpg";
width="155";
height="190";
}
document.write('<center>');
document.write('<b>');
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('<small>' + txt + '</small></a>');
document.write('<b/>');
document.write('</center>');
// End -->