Hiya Jim,
I think what Johnny meant is that you can have the same results you're getting now but still protect yourself. For instance, this should do what you want but will give you a little protection from the spam harvester bots:
Code:
<script language=javascript><!--
var contact = "Pink Eyed Jim at Fucking Nasty Shit"
var email = "pinkeyedjim"
var emailHost = "fuckingnastyshit.com?subject=Partner_Account&body=Email:%0ADesired_Username:%0ADesired_Password:%0ASample_Gallery_1:%0ASample_Gallery_2:%0ASample_Gallery_3:%0ADomains:%0AComments:"
document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ " title='click to apply for a partner account'>"+ contact + "<\/a>")
//--></script> <noscript></noscript>
I'll leave you to decide what you'd put in the nonscript tag version.
HTH