/* encodes email address to avoid harvesting by evil spambots */
d="at hotmail";t=" dot com";u ="ryan dot block ";z=u+d+t; 
document.write(z);
