var edress = 'kcrockett_at_bigpond_dot_com'; function get_edress(){ var re= /_at_/gi; edress = edress.replace(re,'@'); var re= /_dot_/gi; edress = edress.replace(re,'.'); var the_link="mai" + "lto" +":"+edress+"?subject=Email%20from%20Axedale_as_Reported%20Website&body= " ; window.location=the_link; }