// recommander site//

url = "http://www.alpa86.fr";
titre = "";
sujet = "Un bon site internet";
function sendUrl(){ 
window.location = "mailto:?subject="+sujet+"&body=Je te recommande ce site : "+titre+" "+url;
   } 