function insert_last_update() {
  document.write('<P><HR><small>');
   if (0 != Date.parse(document.lastModified)) 
  document.write('Last Modified: ' +  
  document.lastModified);
  document.write( '<P>&#169 2009 Copyright A. Kent Harnois and Hyde Park Soccer for Kids</small>');
}
