function mailme(title){
  document.write('<a href=\"mailto:massimo.piano@hotmail.it\">'+title+'</a>');
}
