var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.gold-investor.com/cgi-bin/out.cgi?goto=ID100";
alt="Investing in Gold";
banner="https://ssl-images.amazon.com/images/P/0071603468.01.MZZZZZZZ.jpg";
width="95";
height="150";
}
if (ad==2) {
txt="";
url="http://www.gold-investor.com/cgi-bin/out.cgi?goto=ID101";
alt="Financial Reckoning Day:";
banner="https://ssl-images.amazon.com/images/P/0471449733.01.MZZZZZZZ.jpg";
width="93";
height="140";
}
if (ad==3) {
txt="";
url="http://www.gold-investor.com/cgi-bin/out.cgi?goto=ID102";
alt="Game Over";
banner="https://ssl-images.amazon.com/images/P/0446544809.01.MZZZZZZZ.jpg";
width="92";
height="140";
}
if (ad==4) {
txt="";
url="http://www.gold-investor.com/cgi-bin/out.cgi?goto=ID103";
alt="Crash Proof";
banner="https://ssl-images.amazon.com/images/P/0470043601.01.MZZZZZZZ.jpg";
width="92";
height="140";
}
if (ad==5) {
txt="";
url="http://www.gold-investor.com/cgi-bin/out.cgi?goto=ID104";
alt="Intelligent Investor";
banner="https://ssl-images.amazon.com/images/P/0060555661.01.MZZZZZZZ.jpg";
width="92";
height="140";
}
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('<small>' + txt + '</small></a>');
document.write('</center>');