function ChangeToMail()
{
document.getElementById("mailsPlace").innerHTML = "<a href='"+"mai"+"lto:"+"maurice"+"."+"wilmouth"+"@"+"wanadoo"+"."+"fr"+"' style='outline:none' title='Envoyez un email'>"+"maurice"+"."+"wilmouth"+"@"+"wanadoo"+"."+"fr"+"</a>";
}
onload=function(){
ChangeToMail();
}
