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="Great Research Aid!";
url="http://www.amazon.com/exec/obidos/ASIN/0842027203/davidpodmajersky";
alt="Virtual Roots";
banner="http://distantcousin.com/virtual.gif";
width="165";
height="195";
}
if (ad==2) {
txt="Great Research Aid!";
url="http://www.amazon.com/exec/obidos/ASIN/0764505432/davidpodmajersky";
alt="Genealogy Online for Dummies";
banner="http://distantcousin.com/Dummies.gif";
width="165";
height="195";
}
if (ad==3) {
txt="Highly<br>Recommended!";
url="http://www.amazon.com/exec/obidos/ASIN/1558705112/davidpodmajersky";
alt="Organizing Your Family History Search";
banner="http://distantcousin.com/Books/Graphics/1558705112.jpg";
width="165";
height="195";
}
if (ad==4) {
txt="Highly<br>Recommended!";
url="http://www.amazon.com/exec/obidos/ASIN/0916489426/davidpodmajersky";
alt="They Came in Ships";
banner="http://distantcousin.com/Links/ships/Amaz/0916489426.gif";
width="165";
height="195";
}
if (ad==5) {
txt="Very<br>Handy";
url="http://www.amazon.com/exec/obidos/ASIN/0916489701/davidpodmajersky";
alt="Printed Sources : A Guide to Published Genealogical Records";
banner="http://distantcousin.com/Gifs/0916489701.gif";
width="165";
height="195";
}
if (ad==6) {
txt="Highly<br>Recommended!";
url="http://www.amazon.com/exec/obidos/ASIN/0916489671/davidpodmajersky";
alt=" The Source: A Guidebook of American Genealogy - Very likely the BEST book on the subject available today.";
banner="http://distantcousin.com/Gifs/Source.gif";
width="165";
height="195";
}
if (ad==7) {
txt="Click Here!";
url="http://www.commission-junction.com/track/track.dll?AID=1157672&PID=445158&TYPE=PN&URL=http%3A%2F%2Fwww%2Efamilytreemaker%2Ecom%2Fcollectors%2Ehtml";
alt="Family Tree Maker 2001 35-CD Set";
banner="http://distantcousin.com/FTM.jpg";
width="165";
height="195";
}
if (ad==8) {
txt="Click Here!";
url="http://www.amazon.com/exec/obidos/ASIN/1580624022/davidpodmajersky";
alt="Dear Myrtle's Genealogy Book!";
banner="http://distantcousin.com/Myrtle.jpg";
width="165";
height="195";
}
if (ad==9) {
txt="Click Here!";
url="http://www.amazon.com/exec/obidos/ASIN/1896716121/davidpodmajersky";
alt="1999 SAR Patriot Index";
banner="http://distantcousin.com/Books/Genealogy/1896716121.gif";
width="140";
height="140";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
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>');