var base="http://linda.dill.home.comcast.net/";
document.write('<P class="menu"><a href="' + base + 'index.html">home</a>');
document.write(' | <a href="' + base + 'census/index.html">census</a>');
document.write(' | <a href="' + base + 'deeds/index.html">deeds</a>');
document.write(' | <a href="' + base + 'reports/index.html">reports</a>');
document.write(' | <a href="' + base + 'photos/index.html">photos</a>');
document.write(' | <a href="' + base + 'links/index.html">links</a>');
document.write(' | <a href="' + base + 'cemeteries/index.html">cemeteries</a>');
document.write(' | <a href="' + base + 'wills/index.html">wills</a>');
document.write(' | <a href="' + base + 'utilities/index.html">utilities</a>');
document.write(' | <a href="mailto:linda.dill@comcast.net">email</a> </P>');