﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML = "<a href='"+"mai"+"lto:"+"bellanger"+"_"+"motos"+"@"+"msn"+"."+"com"+"' title='envoyez un email' style='outline:none'>"+"bellanger"+"_"+"motos"+"@"+"msn"+"."+"com"+"</a>";
}
onload=function(){ChangeToMail();}