var baseURL = "http://spears.arkansas-roots.com/";

function index() 
{
	document.write('<CENTER><FONT SIZE="4" COLOR=""><U>Index</U></FONT><BR>');
	document.write('<A HREF="' + baseURL + '">[Home] </A>');
	document.write('<A HREF="' + baseURL + 'cemeteryindex/cemeteryindex.html">[Cemeteries] </A>');
	document.write('<A HREF="' + baseURL + 'albums/family_albums.html">[Family&nbsp;Albums&nbsp;Index] </A>');
	document.write('<A HREF="' + baseURL + 'military/military.html">[Military] </A>');
	document.write('<A HREF="' + baseURL + 'scrapbook/spears_dickens_scrapbook.html">[Scrapbook] </A>');
	document.write('<A HREF="' + baseURL + 'spears/master_index.htm">[Spears&nbsp;Genealogy] </A>');
	document.write('<A HREF="' + baseURL + 'dickens/master_index.htm">[Dickens&nbsp;Genealogy] </A>');
	document.write('<A HREF="' + baseURL + 'dickens/photos/dickens_family_album.html">[Dickens&nbsp;Family&nbsp;Album] </A>');
	document.write('<A HREF="' + baseURL + 'whoarethey/whoarethey.html">[Who&nbsp;Are&nbsp;They] </A>');
	document.write('<A HREF="' + baseURL + 'contributors/thank_you_contributors.html">[Contributors] </A>');
	document.write('<A HREF="' + baseURL + 'updates/updates.html">[Site&nbsp;Updates] </A>');
	document.write('<A HREF="' + baseURL + 'williamspears/williamspears.html">[William&nbsp;Spears] </A>');
	document.write('<A HREF="' + baseURL + 'biography/biography.html">[Bio] </A>');
	document.write('<BR></CENTER>');
}