var how_many_ads = 20;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1)
{
url="freepages.genealogy.rootsweb.com/~kyborn/index.html";
alt="Kentucky Is My Home";
img="kybanner4.gif";
}

if (ad==2)
{
url="freepages.genealogy.rootsweb.com/~delberts/Spencer";
alt="Spencer Family History";
img="texasbannerRT.gif";
} 

if (ad==3)
{
url="www.clivesfamily.co.uk";
alt="Clives Family History Bookshelf";
img="cfhb-banner.gif";
} 

if (ad==4)
{
url="www.geocities.com/angelbear_s/Genealogy.html";
alt="Angelbear's Genealogy";
img="angelbearsbanner.jpg";
} 

if (ad==5)
{
url="www.nswgenie.bravehost.com/index.htm";
alt="My Family History";
img="iIdSS3[1].gif";
} 

if (ad==6)
{
url="www.geocities.com/angelbear_s/Genealogy.html";
alt="Bates-Miller Family History";
img="kimsbanner.gif";
} 

if (ad==7)
{
url="farmerbranches.net/";
alt="Serena's Family Tree";
img="serenasftlogo.gif";
} 

if (ad==8)
{
url="www.salways.co.uk";
alt="Gaunt and Salway Family Tree";
img="banner_brown.gif";
} 

if (ad==9)
{
url="www.aussierhonda.com";
alt="Aussie Rhonda's Genealogy";
img="arggraphicban.jpg";
} 

if (ad==10)
{
url="freepages.genealogy.rootsweb.com/~womackfiles/";
alt="The Womack Files";
img="IMAG0001.gif";
} 

if (ad==11)
{
url="www.geocities.com/ancestraljourneys2002/index.html";
alt="Ancestral Journeys";
img="1033792728finish.gif";
} 

if (ad==12)
{
url="groups.msn.com/DallasCountyMissouriGenealogy";
alt="Dallas County, Missouri Genealogy";
img="1044388599.gif";
} 

if (ad==13)
{
url="www.geocities.com/kingsoldlady/MainPage.html";
alt="My Family";
img="banner4.jpg";
} 

if (ad==14)
{
url="family-trees.tripod.com/";
alt="A Forest of Family Trees";
img="forestbanner.jpg";
} 

if (ad==15)
{
url="www.geocities.com/billy20692000/index.html";
alt="Billy's Genealogy Homepage";
img="billy.gif";
} 

if (ad==16)
{
url="www.all-genealogysites.com/cgi-bin/index.cgi?ID=16082";
alt="All Genealogy Sites Directory";
img="all-genea_logo2.jpg";
}

if (ad==17)
{
url="www.geocities.com/sharrywj";
alt="Wall/Janzen Families";
img="mainbanner.jpg";
}

if (ad==18)
{
url="www.southeast-usa-genealogy.com";
alt="Southeast USA Genealogy";
img="genealogybanner.gif";
}

if (ad==19)
{
url="genealogy.toplisted.net/index_7555.html";
alt="top listed.net";
img="genealogy.toplisted.net_4.gif";
}

if (ad==20)
{
url="allcensus.com";
alt="Allcensus ";
img="Allcensus368x66_3_An.gif";
}
document.write('<a href="http://' + url + '">');
document.write('<img src="http://www.virginiasdescendants.com/img/banners/' + img + '" width="468" height="60" alt="' + alt + '">');
document.write('</a>');