function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='"+"mai"+"lto:"+"fabrice"+".gallon"+"-automobiles"+"@"+"orange"+"."+ "fr"+"' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"fabrice"+".gallon"+"-automobiles"+"@"+"orange"+"."+ "fr"+"</a>";
}
$(document).ready(function() {
  ChangeToMail();
});

