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="Meet other people researching your family tree!";
url="http://www.qksrv.net/click-195520-9700721";
alt="OneGreatFamily.com";
banner="http://www.qksrv.net/image-195520-9700721";
width="120";
height="240";
}
if (ad==2) {
txt="Search for surnames across hundreds of genealogy websites!";
url="http://www.qksrv.net/click-195520-9828788";
alt="Origin Search";
banner="http://www.qksrv.net/image-195520-9828788";
width="120";
height="240";
}
if (ad==3) {
txt="Create a Memorial Video for your Loved Ones!";
url="http://www.flashbackvideo.com/page4.html";
alt="FlashBackVideo.com";
banner="http://www.interment.net/images/banners/memorial_video.jpg";
width="120";
height="60";
}
if (ad==4) {
txt="Learn how to use the Internet to Discover your Family History";
url="http://ancestornews.com/familytreeguide/";
alt="FamilyHistoryGuide.com";
banner="http://www.interment.net/images/banners/logosmall2.gif";
width="120";
height="55";
}
if (ad==5) {
txt="Listen to FamilyHistoryRadio.com";
url="http://www.familyhistoryradio.com";
alt="FamilyHistoryRadio.com";
banner="http://www.interment.net/images/banners/familyhistoryradio.gif";
width="120";
height="55";
}
if (ad==6) {
txt="Search for surnames in the U.S. Census";
url="http://www.qksrv.net/click-195520-9903808";
alt="U.S. Census Search";
banner="http://www.qksrv.net/image-195520-9903808";
width="120";
height="60";
}
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>');
