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