To include an e-mail link on your web page
without revealing the address to spambots
that scan the web grabbing email addresses to add to their lists,
do it like this:
Send an email to <script language="JavaScript"><!--
// hide script
var sb_domain = "aol.com"
var sb_user = "joe8625"
var sb_recipient = sb_user + "@" + sb_domain
var sb_url = "mailto:" + sb_recipient
document.write(sb_recipient.link(sb_url));
// --></script>
Feel free to add this "Help Fight Spam" source code to your web site:
<P><font size="+2" color="red" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Help Fight Spam!!!</b></font>
<p><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><a href="http://desertfireglass.com/email.java.html">Use this simple Javascript to add an email link to your web site.</a></font></p>