
function econt(username) {
    var hostname = "carrot-server";
    document.write('<a href="' + 'mail' + 'to:' + username +'@' + hostname + '.com" title="email ' + username + '@' + hostname + '.com">' + username + '@' + hostname + '.com<\/a>');
}
