<!--
function mailhide(preApe, postApe)
 {
        var Ape = preApe+"@"+postApe;
        return(document.write("<a href='mailto:"+Ape+"'>"+Ape+"</a>"));
 } 

//-->
