function madr(name, domain, tld, text)
{ var email = "<a href='mailto:"+name+"@"+domain+"."+tld+"'>"+text+"</a>";
  document.write(email);
}

