"); f.t.value=s; PUSH(); } function MT() { TRIM(); if(s=="") return; unwrap(); r=/.*mailto(:|\[3A\])\s*/; s=s.replace(r,''); r=/("|\[22\]).*/; s=s.replace(r,''); r=/^\s+|\s$/g; s=s.replace(r,''); r=/([?]|\[3F\]).*/; var v=s.replace(r,''); f.t.value=''+v+''; PUSH(); } function UNWRAP() { TRIM(); unwrap(); f.t.value = s; PUSH(); } function unwrap() { s=s.replace("",""); } function WRAP() { TRIM(); if(s=="") return; r=/.*sb[(]\s*'([^']*)'.*/; s=s.replace(r,'$1'); r=/^\s+|\s$/g; s = s.replace(r,''); r=/'/g; s = s.replace(r,'[27]'); r=/@/g; s = s.replace(r,'[40]'); f.t.value=""; PUSH(); } function PUSH() { if(stack[L]==f.t.value) return; stack[++L] = f.t.value; // alert('push: new stack.length='+L+'\nlast=('+stack[L]+')'); } function UNDO() { if(L <= 0) return; f.t.value = stack[--L]; } function REDO() { if(L == stack.length-1) return; f.t.value = stack[++L]; } function CLR() { f.t.value = ""; PUSH(); } var INC,ALT; function BGN() { INC = f.include.value; ALT = f.alt.value; } //-->
Type or paste an email address into the box above
Optionally, click "add mailto" if you want to make the email address an active hyperlink in your webpage
Optionally, edit the result by hand, to taste (e.g. change the visible text
of the hyperlink, add font characteristics, add
Optionally, click "encode"
Click "wrap" (required!)
Copy-and-paste the contents of the box into your html file in place of the plain email address (or mailto hyperlink). Do this for every instance of the email address. Spammers' web 'bots will no longer find this email address on your website!
(Later, you may copy-and-paste an sb-encoded string of text from your html file into the box above and click "decode" to recover the original text.)
Also, paste these lines into each affected html file just
above the </HEAD> tag: