function mtline(name, domain) {
  var retval = "<a href=\"mai"+"lto:"+name+"@"+domain+"\">"; 
  return retval;
}