function DisplayEmail(name) {
  email = name + "@" + "jamesfernandes" + ".com";
  document.write("<a href=");
  document.write("\"mail" + "to" + ":" + email);
  document.write("\" style=\"color:#d0d0d0;\">");
  document.write(email + "</a>");
}
