function display_footer()
{
var mydate=new Date()
var year=mydate.getYear()

if (year<2000)
   year=1900+year;

document.write ("<hr><br />If you have questions about this website or would like to send photos, scanned letters, or other material to share with the family please <a href='mailto:webmaster@davidheathmemorial.com'>contact us via email</a>.");

}
