The Code: <script type=text/javascript> function send_note(edress){ var re= /_atsymbol_/gi; edress = edress.replace(re,'@'); var re= /_dot_/gi; edress = edress.replace(re,'.'); var the_link="mai" + "lto" +":"+edress ; window.location=the_link; } </script> <a href="javascript:#;" onClick="send_note('your_username_atsymbol_tfn_dot_net');return false;" style="text-decoration:none">your_username<img src="../graphics/at.gif" border=0>tfn<img src="../graphics/dot.gif" border=0>net</a> The Results: your_usernametfnnet