// Javascript
<!-- Bothal Consultants Limited 15.02.2009
<!-- Embed the email address in a Javascript to hopefully prevent spamming
<!-- The subject and title for the email are defined in each page calling this script
user = "enquiries";
site = "bothalconsultants.co.uk";
subject = "Web enquiry - Link Submitted Email";
document.write('<a href=\"mailto:' + user + '@' + site + '?subject='+ subject + '\">');
document.write(user + '@' + site + '</a>');
// End