function Contact() {
  intro  = "mailto:";
  nm     = "Eric Plum";
  start  = "eric";
  end    = "eu";
  middle = "plumnet";
  return intro + nm + "<" + start + "@" + middle + "." + end + ">";
}
