Here's a clever way to prevent email address collecting "robots" from grabbing your email address while still making your address available to your visitors.
JavaScript Source Code 3000: Page-Details: Email Address Protector: Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!
<!-- ONE STEP TO INSTALL EMAIL ADDRESS PROTECTOR:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: CDR Software --> <!-- Web Site: http://www.cdrsoft.com -->
<! > <! >
<!-- Begin user = "username"; site = "yoursite.com";
document.write('<a href=\"mailto:' + user + '@' + site + '\">'); document.write(user + '@' + site + '</a>'); // End --> </SCRIPT>