<!-- 
document.writeln('<div style="text-align:left;">');
document.writeln('<div style="');
document.writeln('   width: 80px; ');
document.writeln('   height: 105px; ');
document.writeln('   margin-right: 20px; ');
document.writeln('   margin-top: 0px; ');
document.writeln('   margin-left: 0px; ');
document.writeln('   margin-bottom: 10px; ');
document.writeln('   float: left;">');
document.writeln('<a href="http://www.willmaster.com" target="_blank"><img src="http://willmaster.com/images/20000710w80105.jpg" width="80" height="105" border="0" alt="author">');
document.writeln('</a>');
document.writeln('</div>');
document.writeln('');
document.writeln('<h2>');
document.writeln('' + '<' + '!' + '-' + '-' + ' title start ' + '-' + '-' + '>' + '');
document.writeln('Form Creator');
document.writeln('' + '<' + '!' + '-' + '-' + ' title end ' + '-' + '-' + '>' + '');
document.writeln('</h2>');
document.writeln('');
document.writeln('<p>by <a target="_blank" href="http://www.willmaster.com"><i>Will Bontrager</i></a>');
document.writeln('<br />Copyright 2010 <a target="_blank" href="http://www.willmaster.com">Bontrager Connection, LLC</a>');
document.writeln('</p>');
document.writeln('' + '<' + '!' + '-' + '-' + ' article start ' + '-' + '-' + '>' + '');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('<p>');
document.writeln('This web page form creator is intended to be the easiest to use anywhere on the Internet.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('However, and this is where you can help me, I\'m so close to the form creator I won\'t know whether or not I succeeded until I get some feedback.');
document.writeln('</p>');
document.writeln('');
document.writeln('<h3>Form Creator Features</h3>');
document.writeln('<p>');
document.writeln('Drag and drop to create any form. Preview is available.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('When done, click "Get Code" to generate copy and paste source code.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('No programming experience required. No HTML coding experience required.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('Must know how to drag and drop. Must know how to copy and paste.');
document.writeln('</p>');
document.writeln('');
document.writeln('<h3>Why I Made The Willmaster Form Creator</h3>');
document.writeln('<p>');
document.writeln('As a software programmer, I generally create web page forms manually. When I need one, I type the source code into whatever text processing software I\'m using at the moment.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('But not everybody is a programmer. Not everybody is exposed to web page and software source code day in and day out. For some people, web page form source code is downright confusing.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('We sell software that process form submissions but do not create forms (<a href="http://www.willmaster.com/software/formV4/" target="_blank">Master <nobr>Form V4</nobr></a> and <a href="http://www.willmaster.com/software/FormToDatabase/" target="_blank">Form To Database</a>, as examples).');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('The reason I decided to make the form creator was to help our customers, those who use software of ours that doesn\'t create its own web page forms. However, you may still use it even if you have not yet bought any software from us.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('The Willmaster Form Creator was designed from the beginning, starting with the initial concept, for use at any experience level.');
document.writeln('</p>');
document.writeln('');
document.writeln('<h3>Availability</h3>');
document.writeln('<p>');
document.writeln('Whenever you want. Whenever you feel like it. Any spur of the moment. Send your browser to <a href="http://www.willmaster.com/create-form/" target="_blank">the Willmaster Form Creator page</a> and come away with a form.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('Use it free.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('No registration required. And no email address.');
document.writeln('</p>');
document.writeln('');
document.writeln('<h3>Feedback</h3>');
document.writeln('<p>');
document.writeln('The Willmaster Form Creator is in beta.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('It works a treat. Yet, I fully expect to receive suggestions that make it even easier to use. And suggestions for additional features.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('<a href="http://www.willmaster.com/create-form/" target="_blank">Click here.</a> Create a form. See how easy it is, or is not.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('While there, click the "Feedback/Suggestions" link. (The feedback form and submission are all in-page; no new page load required.) ');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('<a href="http://www.willmaster.com/create-form/" target="_blank">Use it.</a> Bookmark it. Talk about it. Talk to us.');
document.writeln('</p>');
document.writeln('<p>');
document.writeln('I thank you for your participation.');
document.writeln('</p>');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('' + '<' + '!' + '-' + '-' + ' article end ' + '-' + '-' + '>' + '');
document.writeln('<p style="font-style: italic">');
document.writeln('Will Bontrager');
document.writeln('</p>');
document.writeln('');
document.writeln('<scr' + 'ipt type="text/javascr' + 'ipt">');
document.writeln('function containerSelect(id) {');
document.writeln('containerUnselect();');
document.writeln('if(document.selection) {');
document.writeln('	var range = document.body.createTextRange();');
document.writeln('	range.moveToElementText(id);');
document.writeln('	range.select();');
document.writeln('	}');
document.writeln('else if(window.getSelection) {');
document.writeln('	var range = document.createRange();');
document.writeln('	range.selectNode(id);');
document.writeln('	window.getSelection().addRange(range);');
document.writeln('	}');
document.writeln('}');
document.writeln('function containerUnselect() {');
document.writeln('if (document.selection) { document.selection.empty(); }');
document.writeln('else if (window.getSelection) { window.getSelection().removeAllRanges(); }');
document.writeln('}');
document.writeln('</scr' + 'ipt>');
document.writeln('<div style="margin-top:35px; margin-bottom:35px;">');
document.writeln('' + '<' + '!' + '-' + '-' + 'BEGIN WORD OF MOUTH TOOL CODE' + '-' + '-' + '>' + '' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '<scr' + 'ipt type="text/javascr' + 'ipt">EmailSubject="I found some good information";EmailBody="My friend, read [[TITLE]] at \\n[[URL]]\\n\\nIt\\\'s good!\\n\\nRead it now because it might change.";</scr' + 'ipt>' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '<div id="ltt_introdiv" style="border-style:dotted;border-width:2px;border-color:#000000;padding:5px 10px 5px 10px;background-color:white;">' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '<div style="float:left;margin-right:5px;"><img src="http://word-of-mouth-advertising.com/tool/customize/icons/06.jpg" /></div><div style="margin-top:15px; font-weight:bold;"><a href="javascr' + 'ipt:revealLinkToTool(\'link_to_tool\')">Click Here</a> to share this weekly article with your online friends.</div><div style="clear:left;"></div>' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '<div id="link_to_tool" style="display:none;"><scr' + 'ipt type="text/javascr' + 'ipt" src="http://word-of-mouth-advertising.com/tool/code/js/11-1244500960.js"></scr' + 'ipt><div style="font-size:smaller;text-align:center;">' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + 'The <a id="link_to_tool_0" target="_blank" href="http://word-of-mouth-advertising.com/">Word Of Mouth Tool</a><br/> is a gift from:<br/><a id="link_to_tool_1" target="_blank" href="http://www.willmaster.com">Website software that works</a><br/><a id="link_to_tool_2" target="_blank" href="http://nature-talk.com/locations/florida/index.html">Exploring North Florida Nature</a><br/><a id="link_to_tool_3" target="_blank" href="http://free-keyword-manager.com/"></a><br/><br/></div></div></div>' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '' + '<' + '!' + '-' + '-' + 'CUSTOMIZE:  You can customize your Word Of Mouth Tool here:  http://word-of-mouth-advertising.com/tool/customize/easy.php?11-1244500960' + '-' + '-' + '>' + '' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '' + '<' + '!' + '-' + '-' + 'TERMS:  You have permission to use the Word Of Mouth Tool for free, if you don\'t alter this code in any way.' + '-' + '-' + '>' + '' + '<' + '!' + '-' + '-' + '');
document.writeln('' + '-' + '-' + '>' + '' + '<' + '!' + '-' + '-' + 'END WORD OF MOUTH TOOL CODE' + '-' + '-' + '>' + '');
document.writeln('</div>');
document.writeln('');
document.writeln('' + '<' + '!' + '-' + '-' + ' --------- --------- --------- --------- --------- --------- ' + '-' + '-' + '>' + '');
document.writeln('<scr' + 'ipt type="text/javascr' + 'ipt">');
document.writeln('// Copyright 2008 Bontrager Connection, LLC');
document.writeln('// http://www.willmaster.com/');
document.writeln('var thankyou = "Thank you! Response has been sent. Please say more if you wish."');
document.writeln('var scr' + 'iptURL = "http://www.willmaster.com/library/cgi-bin/think/MasterFormV4.cgi";');
document.writeln('var emailtemplate = "think/responsemail.txt";');
document.writeln('var filetemplate = "think/responsefile.txt";');
document.writeln('var dbfile = "think/responserecord.txt";');
document.writeln('');
document.writeln('function Thoughts_FieldContent(D,S,SS) { if( (D.value == S) || (D.value == SS) ) { D.value = ""; } }');
document.writeln('function Thoughts_RecordIt(D,ID) {');
document.writeln('var receive = scr' + 'iptURL+\'?redirect=/&\';');
document.writeln('if(emailtemplate) { receive += \'emailtemplate=\'+emailtemplate+\'&\'; }');
document.writeln('if(filetemplate) { receive += \'filetemplate=\'+filetemplate+\'&\'; }');
document.writeln('if(dbfile) { receive += \'dbfile=\'+dbfile+\'&\'; }');
document.writeln('var response = new Image();');
document.writeln('response.src = receive+\'ID=\'+escape(ID)+\'&URL=\'+escape(document.URL)+\'&RESPONSE=\'+escape(D.value);');
document.writeln('D.value = thankyou;');
document.writeln('}');
document.writeln('</scr' + 'ipt>');
document.writeln('<p style="margin-bottom: 5px;">');
document.writeln('Was this article interesting? ');
document.writeln('Does it provide information you can use? ');
document.writeln('How can it be improved? ');
document.writeln('<strong>Your comment is anonymous.</strong> ');
document.writeln('When done, click anywhere outside the box. ');
document.writeln('</p>');
document.writeln('<form style="margin: 0pt;">');
document.writeln('<textarea name="response" rows="6" cols="44" style="border-width: 2px; padding: 3px; width: 350px; background-color: rgb(204, 204, 255);" onclick="Thoughts_FieldContent(this,\'Type your response here.\',\'Thank you! Response has been sent. Please say more if you wish.\')" onblur="Thoughts_RecordIt(this,\'AFF\')">Type your response here.</textarea>');
document.writeln('</form>');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('<p>');
document.writeln('Powered by <a target="_blank" href="http://willmaster.com/master/syndicator/">Master Syndicator</a> and provided by');
document.writeln('<br /><a target="_blank" href="http://willmaster.com/possibilities/">WillMaster Possibilities</a>');
document.writeln('<scr' + 'ipt type="text/javascr' + 'ipt" language="JavaScr' + 'ipt">' + '<' + '!' + '-' + '-' + '');
document.writeln('var statsurl = \'http://www.willmaster.com/possibilities/syndication/fromload.mth\';');
document.writeln('statsurl += \'?from=\'+escape(document.URL)+\'&title=\'+escape(document.title);');
document.writeln('statsurl += \'&1\'+Math.random();');
document.writeln('document.write(\'<img src="\'+statsurl+\'" height="1" width="2" border="0">\');');
document.writeln('//' + '-' + '-' + '>' + '</scr' + 'ipt>');
document.writeln('');
document.writeln('');
document.writeln('<form target="_blank" name="a1182735724a" id="a1182735724a" action="http://www.willmaster.com/possibilities/cgi-bin/b-mailer/bmailerSubscribe.cgi" method="POST">');
document.writeln('<table border="1" cellpadding="11" cellspacing="0"><tr><td>');
document.writeln('<p style="font-weight:bold;margin:0">Subscribe to the Possibilities Ezine here</p>');
document.writeln('<input type="hidden" name="FormTypeDefault" value="T"><input type="hidden" name="redirect" value="http://willmaster.com/possibilities/thsubscribe.shtml"><input type="hidden" name="c1182735724c" value="999"><input type="hidden" name="id" value="a1182735724a">');
document.writeln('<input type="text" name="subname" size="15" value="Name" onkeyup="f311827357243f()" onclick="javascr' + 'ipt:f211827357242f(\'subname\',\'Name\');">');
document.writeln('<input type="text" name="subemail" size="15" value="Email" onkeyup="f311827357243f()" onclick="javascr' + 'ipt:f211827357242f(\'subemail\',\'Email\');">');
document.writeln('<input type="submit" value="Subscribe Free!" onclick="return f1182735724f();">');
document.writeln('</td></tr></table>');
document.writeln('</form>');
document.writeln('<scr' + 'ipt type="text/javascr' + 'ipt" language="JavaScr' + 'ipt">' + '<' + '!' + '-' + '-' + '');
document.writeln('var c311827357243c = \'document.\'+"a1182735724a"+\'.\'+"c1182735724c"+".value"+\'=\'+"5";');
document.writeln('function StripSpacesFromEnds(s) {');
document.writeln('while((s.indexOf(\' \',0) == 0) && (s.length> 1)) { s = s.substring(1,s.length); }');
document.writeln('while((s.lastIndexOf(\' \') == (s.length - 1)) && (s.length> 1)) { s = s.substring(0,(s.length - 1)); }');
document.writeln('if((s.indexOf(\' \',0) == 0) && (s.length == 1)) { s = \'\'; }');
document.writeln('return s;');
document.writeln('}');
document.writeln('function RemoveEmbeddedSpaces(s) {');
document.writeln('var i = s.indexOf(\' \',0);');
document.writeln('while(i > -1)');
document.writeln('{');
document.writeln('s = s.substring(0,i) + s.substring((i + 1),s.length);');
document.writeln('i = s.indexOf(\' \',0);');
document.writeln('}');
document.writeln('return s;');
document.writeln('}');
document.writeln('function IsItPresent(s) {');
document.writeln('if(s.length > 0) { return true; }');
document.writeln('return false;');
document.writeln('}');
document.writeln('function CheckEmail(s_email) {');
document.writeln('s_email = StripSpacesFromEnds(s_email);');
document.writeln('s_email = RemoveEmbeddedSpaces(s_email);');
document.writeln('if(IsItPresent(s_email) == false) { return false; }');
document.writeln('if( (s_email.length <6) ||');
document.writeln('    (s_email.indexOf(\'@\',0) < 1) ||');
document.writeln('    (s_email.lastIndexOf(\'@\') != s_email.indexOf(\'@\',0)) ||');
document.writeln('    (s_email.lastIndexOf(\'@\') > (s_email.length - 5)) ||');
document.writeln('    (s_email.indexOf(\'..\',0) > -1) ||');
document.writeln('    (s_email.indexOf(\'@.\',0) > -1) ||');
document.writeln('    (s_email.indexOf(\'.@\',0) > -1) ||');
document.writeln('    (s_email.indexOf(\',\',0)  > -1) )');
document.writeln('{ return false; }');
document.writeln('return true;');
document.writeln('}');
document.writeln('function f311827357243f() {');
document.writeln('document.a1182735724a.c1182735724c.value *= 13;');
document.writeln('eval(c311827357243c);');
document.writeln('}');
document.writeln('function f1182735724f() {');
document.writeln('var ret = true;');
document.writeln('if( (document.a1182735724a.subemail.value == \'Email\') || (document.a1182735724a.subemail.value.length < 1) ) { alert(\'Your email address is required.\'); ret = false; }');
document.writeln('else if(CheckEmail(document.a1182735724a.subemail.value) == false) { alert(\'Your email address is formatted incorrectly.\'); ret = false; }');
document.writeln('if( ret && (document.a1182735724a.subemail.value.length > 5) ) { eval(c311827357243c); }');
document.writeln('return ret;');
document.writeln('}');
document.writeln('function f211827357242f(k,v) {');
document.writeln('var ev = new String();');
document.writeln('eval(\'ev = document.a1182735724a.\' + k + \'.value\');');
document.writeln('if(ev == v) { eval(\'document.a1182735724a.\' + k + ".value = \'\'"); }');
document.writeln('}');
document.writeln('//' + '-' + '-' + '>' + '</scr' + 'ipt>');
document.writeln('</div>');
// -->
