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