// footer.js
// Eric Thornton
document.write("<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\"><tr><td>\n");
document.write("<I><FONT SIZE=2>\n");
document.write("Last Modified: " + document.lastModified + "<BR>\n");
document.write("Any content-related questions or comments can be referred to \n");
document.write("<A HREF=\"mailto:ewt64@hotmail.com\">Eric Thornton</A>\n");
document.write("</FONT></I>\n");
document.write("</td></tr></table>\n");
