var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Click Here for Book Information";
url="http://www.amazon.com/exec/obidos/ASIN/0393046672/davidpodmajersky";
alt="Deborah Gray White's Too Heavy A Load: Black Women in Defense of Themselves";
banner="http://distantcousin.com/Books/African/0393046672.GIF";
width="94";
height="140";
}
if (ad==2) {
txt="Click Here for Book Information";
url="http://www.amazon.com/exec/obidos/ASIN/0521459117/davidpodmajersky";
alt="African Peoples of the Americas";
banner="http://www.distantcousin.com/Books/African/0521459117.GIF";
width="111";
height="140";
}
if (ad==3) {
txt="Click Here for Book Information";
url="http://www.amazon.com/exec/obidos/ASIN/0521459117/davidpodmajersky";
alt="African Peoples of the Americas";
banner="http://www.distantcousin.com/Books/African/0521459117.GIF";
width="111";
height="140";
}
if (ad==4) {
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==5) {
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==6) {
txt="Click Here!";
url="http://www.amazon.com/exec/obidos/ASIN/025333635X/davidpodmajersky";
alt="The Face of Our Past: Images of Black Women from Colonial America to the Present";
banner="http://www.distantcousin.com/Books/African/025333635X.jpg";
width="106";
height="140";
}
if (ad==7) {
txt="Click Here!";
url="http://www.amazon.com/exec/obidos/ASIN/0789201232/davidpodmajersky";
alt="The Civil Rights Movement : A Photographic History, 1954-68";
banner="http://www.distantcousin.com/Books/African/0789201232.jpg";
width="139";
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>');