user = "accounting"; 
site = "modernearth.net"; 
document.write('<a href=\"mailto:' + user + '@' + site + '\">'); 
document.write('accounting@modernearth.net'+'</a>');