      function hiddenRecipientMS() {
        document.write( 
          "<input type=hidden name=\"recipient\"value=\"misterswig@misterswig.com\">");
      }
	  
	  function atagRecipientWM() {
        document.write( 
          "<a href=\"mailto:webmaster@misterswig.com\"><SPAN style=\"color: #2F4F4F\">webmaster@misterswig.com</SPAN></a>");
      }
	  
