﻿function ChangeToMail()
{
  document.getElementById("mailsPlace").innerHTML =
    "<a href='"+"mai"+"lto:"+"non"+"dun"+"chien"+"@"+"wana"+"doo"+"."+ "fr"+"' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"non"+"dun"+"chien"+"@"+"wana"+"doo"+"."+ "fr"+"</a>";
	/* document.getElementById("mailsPlace1").innerHTML =
    "<a href='"+"mai"+"lto:"+"non"+"dun"+"chien"+"@"+"wana"+"doo"+"."+ "fr"+"' onclick='this.blur();' style='outline:none;' title='Envoyez un email' >"+"non"+"dun"+"chien"+"@"+"wana"+"doo"+"."+ "fr"+"</a>"; */
}
window.onload = function() {ChangeToMail()};
