var em = 'office_at_westbay_dot_co_dot_uk';
function get_em(){
var re= /_at_/gi;
em = em.replace(re,'@');
var re= /_dot_/gi;
em = em.replace(re,'.');
var the_link="mai" + "lto" +":"+em+"?subject=West%20Bay%20Enquiry";
window.location=the_link;}
