function footer()
{
document.write("<a href='mailto:ds.hollingsworth@gmail.com'><span style='font-size:8pt; text-decoration:none; font-style: italic; font-family:Arial;'>Contact our Webmaster for page or site problems</span></a>");
return 0;
}

function update() 
{
document.write("Page Last Updated: <br>");
document.write (document.lastModified);
return 0;
}