var ad1="ciao";
var ad2="lestabbielle.com";
document.write('<a href=\"mailto:' + ad1 + '@' + ad2 + '\">');
document.write("Le Stabbielle</a>");