function noLinks(user,domain,site) {
locationstring = "mailto:" + user + "@" + domain + "?subject= The Thatched House Web site enquiry";
window.location = locationstring;
}
