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

var sun = "jeff";
var sundn = "sunsetgrowers.com";


        function to_wbm() {
                document.write("<A CLASS='green1' HREF=\"mailto");
                document.write(":" + wbm + "@");
                document.write(htsdn + "\">" + "<font size='1'>Webmaster</font>" +  "<\/a>");
        }
        function to_support() {
                document.write("<A CLASS='green1' HREF=\"mailto");
                document.write(":" + support + "@");
                document.write(htsdn + "\">" + "<font size='1'>Webmaster</font>"  + "<\/a>");
        }
        function to_sunset() {
                document.write("<A CLASS='green' HREF=\"mailto");
                document.write(":" + sun + "@");
                document.write(sundn + "\">" + "<font face='Tahoma' color='#035500' size='2'>Send Email</font>" + "<\/a>");
        }
