function WriteCopyright(Year) {
   document.write('<!-- FreeFind Begin No Index -->')
   document.write('<P ALIGN="CENTER"><FONT FACE="SANS-SERIF" SIZE="1">',
   'Copyright The Portsmouth Society ', Year, '</FONT></P>')
   document.write('<!-- FreeFind End No Index -->')
   }

