var dominio;
var nome;
function posta(dominio,nome){
  mail = nome+"@"+dominio;
  location.href="mailto:"+mail;
}