<!--
function eml_switch(s_eml)
{
    s_eml = s_eml.replace(/\[point\]/g,".");
    s_eml = s_eml.replace(/\[atsign\]/g,"@");
    document.write("<a href=\"mailto:" + s_eml + "\">"+s_eml+"</a>");
}
//-->