// JavaScript Document
<!-- 
	full_email='tiscali.co.uk'
	full_email=('jncleeve' + '@' + full_email)
	document.write('<a href="mailto:' + full_email + '"> Click here to email the author, JN Cleeve.</a>');
//-->

