Open the instructions.html file in the same directory as the nobot.js file for best examples & instructions The same instructions are below. Edit the nobot.js file to reflect the domain that it is to be placed on. Example script changes for dreiburgen.org: ******************Original************************************ function who3b(lhs) { var l = lhs; document.write(""); document.write(lhs + "@sca-caid.org"); document.write("<\/a>"); } function whoto3b(link, lhs) { document.write(""); document.write(link); document.write("<\/a>"); } function whoto(rhs, lhs) { var r = rhs; var l = lhs; document.write(""); document.write(lhs + "@" + rhs); document.write("<\/a>"); } function wholink(link, lhs, rhs) { var r = rhs; var l = lhs; document.write(""); document.write(link); document.write("<\/a>"); } ******************Changed************************************ function who3b(lhs) { var l = lhs; document.write(""); <----Changed document.write(lhs + "@dreiburgen.org"); <----Changed document.write("<\/a>"); } function whoto3b(link, lhs) { document.write(""); <----Changed document.write(link); document.write("<\/a>"); } function whoto(rhs, lhs) { var r = rhs; var l = lhs; document.write(""); document.write(lhs + "@" + rhs); document.write("<\/a>"); } function wholink(link, lhs, rhs) { var r = rhs; var l = lhs; document.write(""); document.write(link); document.write("<\/a>"); } This concludes the changes to the nobot.js file. Place the nobot.js file into the primary directory where the index file is located. Now follow the directions below for each file that will contain the nobot javascript. Open the file to be edited. Place the following code below the tag: **************************************************************** **************************************************************** Now, there are several options for the actual email inclusion..... **************************************************************** The code: will display and submit when clicked: webwright@(domain listed) eg: webwright@sca-caid.org **************************************************************** The code: will display: Lord Matheus Reyner Will submit when clicked: webwright@(domain listed) eg: webwright@sca-caid.org **************************************************************** The code: will display and submit when clicked: webwright@hotmail.com **************************************************************** The code: will display: Lord Matheus Reyner Will submit when clicked: webwright@hotmail.com **************************************************************** Save the file and upload it into the same directory as the nobot.js script. If you must place the page file in a directory other than the main directory, edit the file to represent the location of the nobot.js file or include a copy of the nobot.js file in the subdirectory. Example of a file placed in a subdirectory of the www.sca-caid.org site: **************************************************************** **************************************************************** If you have any questions, you may contact webwright@sca-caid.org.