Spam bots crawl the web looking for plain-text email addresses. As soon as they find one, they add it to bulk mailing lists. This free script encodes your email address so it appears normally to human visitors but is invisible to most spam bots.
This technique splits the email into parts and reassembles it using JavaScript:
<script type="text/javascript">
var user = "yourname";
var domain = "yourdomain.com";
document.write('<a href="mailto:' + user + '@' + domain + '">'
+ user + '@' + domain + '</a>');
</script>
<noscript>[Enable JavaScript to see email address]</noscript>
<style>
.email-protect { unicode-bidi: bidi-override; direction: rtl; }
</style>
<span class="email-protect">moc.niamod@emanruoy</span>
The email is written in reverse in the HTML, then CSS reverses it to display correctly. Most basic spam crawlers cannot decode this.
For a full-featured, configurable email protection tool, visit: www.website-design-software-india.com/emailprotection.html