<!-- // Hide e-mail
function message(username, hostname, display)
{
var refpart1 = "<a href=\"" + String.fromCharCode(109,97,105,108) + "to:";
var refpart2 = username + String.fromCharCode(64) + hostname + "\">";
var refpart3 = "</a>";
if (display == "") display = username + String.fromCharCode(64) + hostname;
document.write(refpart1 + refpart2 + display + refpart3);
}
//-->