THANKS John-Marc!
Also, do you know if I use a script like the one below - will email miners still grab the email:
HTML Code:<script language=javascript> <!-- var recipient = "e-mail" var email = "user" var Host = "domainname.com" document.write("<a href=" + "mail" + "to:" + email + "@" + Host+ ">" + recipient + "</a>" + "!") //--> </script>