// adresse domaine messages
var ar = '@'
var dom = 'maurice-frankel.org'
function envoi(dest) {
	return 'mailto:'+dest+ar+dom
}
// interdiction affichage dans frame
if (top.frames.length!=0)
top.location=self.document.location;

