// JavaScript Document
function email_safe(zzuser, zzhost)
{
var zzlink = zzuser + "&#64" + zzhost; 
document.write("<a href=" + "mai" + "lto:" + zzuser + "&#64" + zzhost + " class='textlink'>" + zzlink + "</a>") 
}

function email_safe_title(zzuser, zzhost, title)
{ 
document.write("<a href=" + "mai" + "lto:" + zzuser + "&#64" + zzhost + " class='textlink'>" + title + "</a>") 
}