function email(x,y) {
  document.write('<a href="mailto:'+x+'@'+y+'">'+x+'@'+y+'</a>');
}
