i always love to click the mail button instead of typing and matching email from the image.
Spammers have made our lives miserable
using this little piece of javascript can give you both, a text email link and no spam
most of search engines + spam bots don’t check the script tag, but even if they check that who is gonna extract email from the script
<script language=javascript><!--var linktext = "Contact";var username = "Admin";var domain = "website.com";document.write("<a href=" + "ma" + "il" + "to" + ":" + username + "@" + domain + ">" + linktext + "</a>");//--></script><noscript><!-- No Script for searh engines and spam bots --><img src="http://mydomain.com/myemail.jpg" alt="Im sorry but youll have to type it manually" /></noscript>- Download this code: nospam.txt
I see dead Spammers hehehe.
