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