This Java will help with the spam. I use it on my site and do not seem to have any problems.
<script type="text/javascript">
<!--
var name = "
YOUR";
var domain = "
EMAIL.COM";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write('E-Mail' + '</a>');
// -->
</script>
Cheers,
Williwaw