function writelastupdate() {
document.write("Updated " + document.lastModified);
}

function writefoot() {
document.write("<br /><font face=\"Times New Roman,Times\" size=\"1\">National Honor Society and NHS are duly registered trademarks of the National Association of Secondary School Principals (NASSP). Unauthorized copying/use of NHS trademarks is prohibited.</font><br />");
document.write("<br /><font face=\"Times New Roman,Times\" size=\"1\">This web page contains links to one or more web pages that are outside the FCPS network. FCPS does not control the content or relevancy of these pages.</font><br />");
document.write("<br /><font face=\"Times New Roman,Times\" size=\"2\">Updated " + document.lastModified + "</font>");

}
