function Contact() {
  intro  = "mailto:";
  nm     = "Sethule Orphans Trust";
  start  = "info";
  end    = "org";
  middle = "sethule";
  return intro + nm + "<" + start + "@" + middle + "." + end + ">";
}
