/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: hello [at] ***************.**.** //-->

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

document.write('<a href="http://www.loweringthetone.co.uk/contact/">email us</a>')


