1) CODE TITLE: Email Protector
2) AUTHOR NAME/NOTES: Scott Bruce, http://www.abacusit.ca/
3) DESCRIPTION: This is just a simple JavaScript to hide email addresses in HTML links, it doesn't involve scrambling or encoding simply breaking the key things that identify an email address - the @ symbol and the mailto: protocol. It separates the user from the domain and assembles it in the function call and redirects the window's location to the fully assembled email address preceded by "mailto:" - In theory this will trigger the browser's mailto behavior. I've only tried this on a couple major browsers (IE & FireFox) but so far so good.
I'm not sure if anyone else has published a script like this, I would imagine so considering it's simplicity - but it never hurts to throw it out there, in any case here's my version. Any feedback would be appreciated.
4) URL TO CODE: Code attached.
or, ATTACHED BELOW (see #3 in guidelines below):
