var wbm = "hts";
var support = "support";
var htsdn = "web-page-development.com";

var alt = "alt";
var altdn = "amandathompsondmd.com";


        function to_wbm() {
                document.write("<A CLASS='link_3' HREF=\"mailto");
                document.write(":" + wbm + "@");
                document.write(htsdn + "\">" + "Webmaster" +  "<\/a>");
        }
        function to_support() {
                document.write("<A CLASS='link_3' HREF=\"mailto");
                document.write(":" + support + "@");
                document.write(htsdn + "\">" + "<font size='1'>Webmaster</font>"  + "<\/a>");
        }
        function to_altdmd() {
                document.write("<A CLASS='link_3' HREF=\"mailto");
                document.write(":" + alt + "@");
                document.write(altdn + "\">" + "Send Email" + "<\/a>");
        }

