<!-- Throw in a nice looking font just for the fun of it -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,300,200"/>
<div class="cut">
<h2>Code Snippet: Hide Your Email Addy with PHP</h2>
<p>Use PHP to protect an E-mail address you publish on a website against bots or spiders that index or harvest E-mail addresses.<br />
It uses a substitution cipher with a different key for every page load.</p>
<p><a href="http://jenniferperrin.com/blog/hide-your-email-addy-with-php/" target="_blank">Read More...</a></p>
</div>