/*<![CDATA[*/

/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: jon [at] ******.*** //-->

var emailriddlerarray=[106,111,110,64,117,122,97,110,116,111,46,99,111,109]
var encryptedemail_id10='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id10+=String.fromCharCode(emailriddlerarray[i])

document.write('<a href="mailto:'+encryptedemail_id10+'"><img src="http://www.uzanto.com/files/jonemail.jpg" alt="Email Jon" /></a>')

/*]]>*/