function cripta(domain,host,name){
  var mail="mailto:"+name+"@"+host+"."+domain;
  document.location=mail;
}
