Hi
There are some javascripts that will help to hide the email address, such as:
function AntiSpamEmailer(a, b, c) {
var mailer=(a + b + c);
location.href = "mailto:" + mailer;
return true;
}
onClick="return AntiSpamEmailer('xxx@', 'xxx', '.com')"
Not sure how well this will work though?