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

var emailriddlerarray=[101,109,97,105,108,64,108,97,117,114,97,100,111,100,115,119,111,114,116,104,46,99,111,46,117,107]
var encryptedemail_id22='' //variable to contain encrypted email 
for (var i=0; i<emailriddlerarray.length; i++)
 encryptedemail_id22+=String.fromCharCode(emailriddlerarray[i])

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

