a='zacharystoler';
b='gmail.com';

document.write('<a hre'+'f="mai'+'lto:'+a+'@'+b+'">');
document.write(a+'@'+b+'</a>');
