function emaillink(email, displaytext)
{
  document.write('<a href="mailto:'+email);
  document.write('@');
  document.write('cookhamreachsc.org">'+displaytext+'</a>');
}

