function email(name, stile)
{
   var address = name + "\u0040" + "starelettronica" + "." + "it";
   var url = "mailto:" + address;

   
      text = address;
   
   document.write("<a href=\"" + url + "\" class="+stile+">" + text + "</a>");
}




