It goes wherever you want the email link. Optionally, you can put:
Code:
<script type="text/javascript">
/***********************************************
* Encrypt Email script- Please keep notice intact.
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
var emailarray6213= new Array(97,98,108,97,122,101,107,53,64,99,111,109,99,97,115,116,46,110,101,116)
var postemail6213=''
for (i=0;i<emailarray6213.length;i++)
postemail6213+=String.fromCharCode(emailarray6213[i])
</script>
in the head, and then
Code:
<script type="text/javascript">
document.write('<a href="mailto:'+postemail6213+'?subject=contact%20us%20now">Click here to contact us</a>')
</script>
wherever you would normally put the link. On a side note, you have forgotten to put in link text. I have added it in red. If you don't put this in, you won't see anything in the page; it is the text the user clicks on to view the link (e.g. "Click Here" in Click Here).
Bookmarks