<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Make Your Site Sell by Ken Evoy";
url="http://www.sitesell.com/sales2002.html";
alt="Make Your Site Sell";
banner="http://www.nukanweb.com/images/myss_cover.gif";
width="125";
height="154";
}
if (ad==2) {
txt="Rich Dad, Poor Dad - What the Rich Teach Their Kids About Money That the Poor and Middle Class Do Not!";
url="http://www.amazon.co.uk/exec/obidos/ASIN/B00005IA8O/nukanwebcom";
alt="Rich Dad, Poor Dad";
banner="http://images-eu.amazon.com/images/P/B00005IA8O.01.MZZZZZZZ.jpg";
width="90";
height="140";
}
if (ad==3) {
txt="Rich Dad's Rich Kid, Smart Kid"; 
url="http://www.amazon.co.uk/exec/obidos/ASIN/B00005B5GL/nukanwebcom";
alt="Rich Dad's Rich Kid, Smart Kid";
banner="http://images-eu.amazon.com/images/P/B00005B5GL.01.MZZZZZZZ.jpg";
width="92";
height="140";
}
if (ad==4) {
txt="Rich Dad's Guide to Becoming Rich...Without Cutting Up Your Credit Cards"; 
url="http://www.amazon.co.uk/exec/obidos/ASIN/B00005B5G2/nukanwebcom";
alt="Rich Dad's Guide to Becoming Rich...Without Cutting Up Your Credit Cards";
banner="http://images-eu.amazon.com/images/P/B00005B5G2.01.MZZZZZZZ.jpg";
width="94";
height="141";
}
if (ad==5) {
txt="Rich Dad's Cashflow Quadrant: Rich Dad's Guide to Financial Freedom"; 
url="http://www.amazon.co.uk/exec/obidos/ASIN/B00005B5H1/nukanwebcom";
alt="Rich Dad's Cashflow Quadrant: Rich Dad's Guide to Financial Freedom";
banner="http://images-eu.amazon.com/images/P/B00005B5H1.01.MZZZZZZZ.jpg";
width="92";
height="140";
}
if (ad==6) {
txt="Rich Dad's Guide to Investing: What the Rich Invest in That the Poor and Middle Class Do Not!";
url="http://www.amazon.co.uk/exec/obidos/ASIN/B00005B5H2/nukanwebcom";
alt="Rich Dad's Guide to Investing: What the Rich Invest in That the Poor and Middle Class Do Not!";
banner="http://images-eu.amazon.com/images/P/B00005B5H2.01.MZZZZZZZ.jpg";
width="90";
height="140";
}
if (ad==7) {
txt="Rich Dad's Retire Young, Retire Rich : How to Get Rich Quickly and Stay Rich Forever!";
url="http://www.amazon.co.uk/exec/obidos/ASIN/B00005YX3M/nukanwebcom";
alt="Rich Dad's Retire Young, Retire Rich : How to Get Rich Quickly and Stay Rich Forever! ";
banner="http://images-eu.amazon.com/images/P/B00005YX3M.01.MZZZZZZZ.jpg";
width="93";
height="140";
}
if (ad==8) {
txt="Own Your Own Corporation : Why the Rich Own Their Own Companies and Everyone Else Works for Them";
url="http://www.amazon.co.uk/exec/obidos/ASIN/0446678619/nukanwebcom";
alt="Own Your Own Corporation : Why the Rich Own Their Own Companies and Everyone Else Works for Them ";
banner="http://images-eu.amazon.com/images/P/0446678619.01.MZZZZZZZ.jpg";
width="91";
height="140";
}
if (ad==9) {
txt=""; 
url="http://www.myaffiliateprogram.com/u/connect/b.asp?id=1358";
alt="Let your money work for you";
banner="http://www.nukanweb.com/images/adverts/richdadbut.gif";
width="125";
height="125";
}
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 -->