﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML = "<a href='"+"mai"+"lto:"+"contact"+"@"+"carrosserie"+"-"+"trotreau"+"-"+"coraboeuf"+"-"+"49"+"."+"com"+"' title='envoyez un email' style='outline:none' onclick='this.blur();'>"+"contact"+"@"+"carrosserie"+"-"+"trotreau"+"-"+"coraboeuf"+"-"+"49"+"."+"com"+"</a>";
}
onload=function(){ChangeToMail();}