var addr = 'ryan'+'@';
addr += 'ryanheise'+'.'+'com';
document.write('<a href="mai'+'lto:'+addr+'">Ryan Heise</a>');
