function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='"+"mai"+"lto:"+"sasbodin"+".laur"+"ent@ora"+"nge"+"."+ "fr"+"' title='envoyez un email'>"+"sasbodin"+".laur"+"ent@ora"+"nge"+"."+ "fr"+"</a>";
}

onload=function(){
ChangeToMail();
}