// Start

<!--  Start here for JS File -->

			
		
		        document.write('<form id="Comments" name="Comment" method="post" action="_gdForm/webformmailer.asp">');
                document.write('<input type="hidden" name="subject"  value"Comment Submitted" /> '); 
                document.write('<input type="hidden" name="Email" id="email" value="gary@gclark.com" />');
                document.write('<input type="hidden" name="Redirect" value="contact_thanks.htm" />');           
				document.write('<label><span class="Text_11_Basic">Name </span>');       
                document.write('<input type="text" name="Name" id="Name" /></label>');
                document.write('<span class="Text_11_Basic">Optional</span><p><label><span class="Text_11_Basic">eMail</span>&nbsp;&nbsp;&nbsp;');
                document.write('<input type="text" name="inbound" id="inbound" /></label><span class="Text_11_Basic">Optional (Needed for a Reply)</span></p>');
                document.write('<p class="Text_11_Basic">Comment</p><p><label><textarea name="Comment" id="Comment" cols="45" rows="5"></textarea>');
                document.write('</label></p><p><input type="submit" name="Send" id="Send" value="Submit" /></p></form>');
		
		

// end //


