function createEmail(user, website, ending) {
  document.write("<a href=" + "&#109a&#105l" + "&#116&#111:" + user + "&#64;" + website + "&#46;" + ending+ ">" + user + "@" + website + "." + ending+"</a>");
}
