Hadn't seen the script in the forum yet so I thought I'd share it.
Change the information in blue to yours and place this code where you want the link to show. Left as is no line decloration will appear under the link. If you want the link underlined then change none to: underline
<script language="JavaScript"><!--
username = "usernameHere";
siteURL = "siteURLHere";
document.write('<a href=\"mailto:' + username + '@' + siteURL + '\"style="text-decoration: none;"> Contact Us</a>');
// End -->
</script>


