﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='"+"mai"+"lto:"+"cont"+"act"+"@"+"pub"+"-"+"oflah"+"erthys"+"."+ "com"+"' title='envoyez un email'>"+"cont"+"act"+"@"+"pub"+"-"+"oflah"+"erthys"+"."+ "com"+"</a>";
}
onload=function(){
ChangeToMail();
}
