			<!-- 
			// recommander ŕ un ami
			function mailpage()
				{
					mail_str = "mailto:?subject=Intéressant : " + document.title;
					mail_str += "&body=Bonjour, une page du site http://www.asnierois.info/ pourra t'intéresser : « " + document.title;
					mail_str += ". » Tu peux la consulter en suivant ce lien : " + location.href; 
					mail_str += " . Amicalement."; 
					location.href = mail_str;
				}
			//-->