function email(address, domain) {
  return "<a href='mailto:" + address + "@" + domain + "'>" + address + " 'at' " + domain + "</a>";
}
