<!--Begin
//Display email address to contact author
function emailAuthor(subject,body)
{
	document.write('<a href="mailto:feedback@awpish.remove_me.co.uk?subject='+ subject + '&body=' + body + ' ">contact the author</a>');

}


-->