a = "mailto";
b = "bostonconsul";
c = "hungary.com";
document.write('<a href=\"'+a+':'+b+'\@'+c+'\">');
document.write(b + '\@' + c + '<\/a>');