// A Spam-Proof Mailto Link With image Showing 
<!-- hide from non javascript browsers
var username2 = "james";
var hostname2 = "faithcottage.co.uk";
var subject2 = "?subject=Faith_Cottage_Website_Enquiry";

document.write("<a href=" + "mail" + "to:" + username2 + "@" + hostname2 + subject2 + ">" + "or contact us by Email" + "</a>");
//-->
