
function em(s) {
    s = s.replace(/  /, '@').replace(/ /g, '.');
    document.write('<a href="mailto:' + s + '">' + s + '</a>');
}

