var emailriddlerarray=[105,110,102,111,64,109,121,104,111,115,116,46,103,101]
var encryptedemail_id83='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id83+=String.fromCharCode(emailriddlerarray[i])

document.write('<a href="mailto:'+encryptedemail_id83+'"><IMG height=10 alt="" src="site_styles/contact.gif" width=9 border=0></a>')