var name = "enquiries";
var domain = "micbinks.co.uk";
document.write('<a href=\"mailto:' + name + '@' + domain + '?subject=Existing client enquiry\" title=\"existing client click here to e-mail\">');
document.write('you can contact me here' +'</a>');
