var char_array=[114,121,97,110,64,103,111,108,100,115,116,101,105,110,46,116,101,108]
var email=''
for (var i=0; i<char_array.length; i++)
 email+=String.fromCharCode(char_array[i])
document.write('Click <a href="mailto:'+email+'" style="font-size:12px">here</a> to contact me via email.<br><br>Potential employers, please include \'employment\' in the subject line or use <a href="mailto:'+email+'?subject=employment" style="font-size:12px">this link</a>.')