 function cnotes()
 {
   window.open('http://www.cherrywood.org.uk/common/cnote.htm','ourrights','width=550,height=335,screenX=150,screenY=150,left=150,top=150'); return false
 }
  // append a modification date only if server provides a valid date
  if (Date.parse(document.lastModified) > 0) {
  document.write('<FONT color="#119911" FACE="helvetica,arial" size=-1><B>Last modified: </B>' + document.lastModified + '<BR>');}
  document.write('<B>URL: </B>' + document.location.href + '</FONT><BR>');	
