//http://www.webdevtips.co.uk/codegen/email_scramble.shtml var edress = 'rbla'+'ckman_a'+'t_col'+'gate_d'+'o'+'t_'+''+'edu'; 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+"" ; window.location=the_link; }