function ecrire(prefixe) {
	if (prefixe == "jm"){
		contact=new String("emileajarjeanbaptistepoquelinfree.fr");
    prefixe = "jmao";
  }
	else 
		contact=new String("emileajarmusiques-tangentesjeanbaptistepoquelinasso.fr");
	contact = prefixe.concat(contact);
	pre="emileajar";
	post="jeanbaptistepoquelin";
	contact=contact.split(pre);
	contact[0]+="@";
	contact=contact[0].concat(contact[1]);
	contact=contact.split(post);
	contact[0]+=".";
	contact=contact[0].concat(contact[1]);
	return contact;
}