url = "http://www.printania.fr/";
objet = "Ce site est %E0 voir ";
texte = "%E7a devrait t'int%e9resser : ";
function sendUrl(){ 
window.location = "mailto:?subject="+objet+"&body=Je te le recommande, "+texte+" "+url;
   } 
