// JavaScript Document - Email encryption for info@drayhorseshires.co.uk
/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: email [at] **************.**.** //-->

var emailriddlerarray=[105,110,102,111,64,100,114,97,121,104,111,114,115,101,115,104,105,114,101,115,46,99,111,46,117,107]
var encryptedemail_id14='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id14+=String.fromCharCode(emailriddlerarray[i])

document.write('<a href="mailto:'+encryptedemail_id14+'?subject=General Enquiry (link from Chidd Castle web site)" class="emailaddress">Click here to send email</a>')
