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