cavfancier wrote:Crap...my e-mail is already on my public webpage, and it does bring in business. You may be right, it's probably too late.
When you need to provide contact through a webpage the best way is to use forms. For example, if you go to the contact page here you'll notice that there's no way to see what emails the forms will be sent to.
This means people only get your address if you reply to them, and spiders that harvest emails for spammers can't get it.
I don't think your free host has any scripting language available so you might not be able to implement this without resorting to a remotely hosted service.
If you go to the portal there's a section on remotely hosted web services under web development. They are free but come with limitations of volume (unless you are getting a few hundred of the emails a month through your site you should be ok).
But if you must put the address there without hiding it behind a mail form use javascript to separate it. Then the email will be compiled on the fly when the users's browser parses the script.
Here's one such script, not fool proof but it foils most of the email harvesting bots:
http://search.able2know.com/Web_Development/Scripts/JavaScript/Miscellaneous/Non-Spiderable_Mailto_Links_L1903/