// ---variable Email Addresses // NOTES TO SELF: // if information on this page CHANGES, also correct: sc.txt and sc_address.htm function eddress(what) { if (what == "Jeff") { document.write("JeffGoode") document.write("@gmail.com") } }