var how_many_ads = 6;
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/0764503774/davidpodmajersky";
alt="Genealogy Online for Dummies";
banner="http://distantcousin.com/Dummies.gif";
width="165";
height="195";
}
if (ad==2) {
txt="Makes a Great Holiday Gift!";
url="http://www.amazon.com/exec/obidos/ASIN/0312101686/davidpodmajersky";
alt="The Armenian People from Ancient to Modern Times : Foreign Dominion to Statehood : The Fifteenth Century to the Twentieth Century";
banner="http://distantcousin.com/Books/Graphics/0312101686.gif";
width="165";
height="195";
}
if (ad==3) {
txt="Armenian, Western : Pinsleur Language Program";
url="http://www.amazon.com/exec/obidos/ASIN/0671579606/davidpodmajersky";
alt="Armenian, Western : Pinsleur Language Program";
banner="http://distantcousin.com/Books/Graphics/0671579606.gif";
width="165";
height="195";
}
if (ad==4) {
txt="Makes a Great Gift!";
url="http://www.amazon.com/exec/obidos/ASIN/078180695X/davidpodmajersky";
alt="The Cuisine of Armenia";
banner="http://distantcousin.com/Books/Graphics/078180695X.gif";
width="165";
height="195";
}
if (ad==5) {
txt="Ravished Armenia and the Story of Aurora Mardiganian";
url="http://www.amazon.com/exec/obidos/ASIN/0810833115/davidpodmajersky";
alt="Ravished Armenia and the Story of Aurora Mardiganian";
banner="http://distantcousin.com/Books/Graphics/0810833115BIG.gif";
width="165";
height="195";
}
if (ad==6) {
txt="Caravans to Oblivion: The Armenian Genocide, 1915";
url="http://www.amazon.com/exec/obidos/ASIN/047111975X/davidpodmajersky";
alt="Caravans to Oblivion: The Armenian Genocide, 1915";
banner="http://distantcousin.com/Books/Graphics/047111975X.gif";
width="165";
height="195";
}
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>');
