<!--

//  www.vandelayenteprises.com,  Copyright 2001-2006.

function SpamProof(uName, dName, dExt) {
    var spamProofEMail = uName + '@' + dName + '.' + dExt;
    return ('<a href="mailto:' + spamProofEMail +
    '">' + spamProofEMail + '</a>');
}
function SpamProofWithText(uName, dName, dExt, linkText) {
    var spamProofEMail = uName + '@' + dName + '.' + dExt;
    return ('<a href="mailto:' + spamProofEMail +
    '">' + linkText + '</a>');
}

//-->
