
<!-- Begin emitMailto.js ----------------------------------------------------->
// Emits a <a href="mailto:... link to prevent spam harvesting.

function emitMailto(topLevel, user, site)
{
    document.write('<a href=\"mailto:'+user+'@'+site+'.'+topLevel+'\">');
    document.write(user+'@'+site+'.'+topLevel+ '</a>');
}

<!-- End emitMailto.js ------------------------------------------------------->

