var sarahdress = 'sarah_at_emanagement-group_dot_com';function get_sarahdress(){var re= /_at_/gi;sarahdress = sarahdress.replace(re,'@');var re= /_dot_/gi;sarahdress = sarahdress.replace(re,'.');var the_link="mai" + "lto" +":"+sarahdress+"?subject=My question/remark is:" ;window.location=the_link;}