var edress = 'vk3ckc_at_impulse_dot_net_dot_au'; 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%20the%20Ham%20Radio%20Deluxe%20Manual.&body=All%20queries%20about%20using%20the%20program%20should%20be%20posted%20on%20the%20HRD%20Forum.%0D%0APlease%20use%20this%20email%20for%20Manual%20comments%20only." ; window.location=the_link; }