

$(function() {

});

function scrivi_a(nome)
{
   var sito = "libero.it";
   location.href = "mail" + "to:" + nome + "@" + sito;
}

