// JavaScript Document - Email encryption for  kwoolven@aol.com
/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: email [at] **************.**.** //-->

var emailriddlerarray=[107,119,111,111,108,118,101,110,64,97,111,108,46,99,111,109]
var encryptedemail_id43='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id43+=String.fromCharCode(emailriddlerarray[i])

document.write('<a href="mailto:'+encryptedemail_id43+'?subject=General Enquiry (link from Chidd Castle web site)" class="emailaddress">Click here to send email</a>')

