function startemail(e, d) { document.write('<a href="mailto:' + e + "@" + d + '">'); }
function endemail() { document.write('</'+'a>'); }
