// 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 03-25-2008

document.write ("<table border='0' cellspacing='0' cellpadding='0' width='800' align='center'>")
document.write ("<tr>")
document.write ("<td class='footer' align='center'>")
document.write ("Copyright &#169; 2008 Eric Willard. WCGS. 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>")