 <!--
                         // SpamProof Mail Script 1.0 by Joseph McLean 										<flux@thecentre.com> - freeware
                         // Linktext is the text you want folks to see and click 							upon.
                         // email1 & email2 are the text on either side of your 							email address's @ sign.

                         var linktext = "Tracy Wells";
                         var email1 = "twells";
                         var email2 = "wilsonrealtor.com";

                         document.write("<strong><a href=" + "mail" + "to:" + email1 + 							"@" + email2 + ">" +
                         linktext + "</a></strong>")
                         //-->
