<!--
function makeEmail(name, host)
{
    document.location.href='mailto:' + name + '@' + host; 
}
//-->
