function footer()
{
document.write("<a href='mailto:ds.hollingsworth@gmail.com'><span style='font-size:10pt; text-decoration:none; font-style:italic; font-family:Lucinda sans Unicode;'>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;
}