// This is the default footer on all www.newashcogs.org webpages
// Coded by Eric Willard, Washington County Genealogical Society
// Created on 01-12-2008
// Updated on 05-06-2010

document.write ("<table border='0' cellspacing='0' cellpadding='0' width='800'>")
document.write ("<tr>")
document.write ("<td class='footer' align='center'>")
document.write ("Old genealogists never die, they just lose their census.")
document.write ("</td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td><hr class='mainhrbar'></td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td class='footer' align='center'>")
document.write ("Copyright &#169; 2010 Washington County Genealogical Society. All rights reserved.<br>")
document.write ("Commercial use of any information from this site is prohibited.")
document.write ("</td>")
document.write ("</tr>")
document.write ("</table>")

document.write ("</td>")
document.write ("</tr>")
document.write ("</table>") //this ends the border/centering table found in _header.js