 
document.write('<a name="forum_top"></a>');
document.write('<!-- begin cmmnt-1 -->');
document.write('<div class="cmnts_bx">');
document.write('	<img src="/img_2007/tct/tct_bubble_14x13.gif" class="bubble" id="bubble" name="bubble" alt="level-1 comment" />');
document.write('	<div class="cmnts_cntnr">');
document.write('		<div class="cmnt_tp_ln">');
document.write('			<div class="cmnt_tp_ln_lft"><a class="postr" href="">Community Comments</a></div>');
document.write('			<div class="cmnt_tp_ln_rgt"><p class="post_tm">Tue. Nov. 18, 2008 11:53 am</p></div>');
document.write('			<div class="clr"></div>');
document.write('		</div>');
document.write('		<p class="post_cmmnt">enigneer says:</p><p class=\"post_cmmnt\">Who cares what they want.  Look at the Dodge and Fond Du Lac county waterways...they are polluted muddy carp havens. </p><p class=\"post_cmmnt\"> </p><p class=\"post_cmmnt\">Thanks to farming...especially DAIRY FARMING......</p>');
document.write('		<div class="cmnt_lnks_lft">');
document.write('<a href="#forum_top" class="bck_t_tp">back to top</a>');
document.write('		</div>');
document.write('		<div class="clr"></div>');
document.write('	</div>');
document.write('</div>');
document.write('<!-- end cmmnt-1 -->');
document.write('<div class="clr"></div>');
document.write('<div id=\"post_a_comment\">');
document.write('\t<div id=\"pst_cmnt_hdr\">');
document.write('\t\t<p>Post a Comment:</p>');
document.write('\t</div>');
document.write('\t<div id=\"post_a_comment_bgr\">');
document.write('\t\t<div id=\"pst_flds_wrp\">');

var display = "none";

function word_count(text, id, maxLength)
{
	var textLength = text.length;
	id.value = maxLength - textLength
	id.disabled = true;
	
	if ( textLength > maxLength && display == "none" ) {
		display = "block";
		document.getElementById('post_cmmnt_warning').style.display = display;
		document.getElementById('comment_button').disabled = true;		
	}
	else if ( display == "block" && textLength <= maxLength ) {
		
		display = "none";
		document.getElementById('post_cmmnt_warning').style.display = display;
		document.getElementById('comment_button').disabled = false;
		
	}
	
}


document.write('\t\t\t<form method=\"post\" name=\"comment_form\"action=\"/toolbox/scripts/tct/post_comment_2008.php\">');											
document.write('				<input type="hidden" name="topic_id" value="63784">\n');
document.write('				<input type="hidden" name="ntid" value="314872">\n');
document.write('				<input type="hidden" name="user_id" value="19090">\n');
document.write('				<div id="lbl_wrp">\n');
document.write('					<label for="name" id="name">Name:</label><br />\n');
document.write('					<label for="email" id="email">Email:</label>\n');
document.write('				</div>\n');
document.write('				<div id="pst_flds">\n');
document.write('					<input type="text" name="name" />\n');
document.write('					<input type="text" name="email" />\n');
document.write('					<p class="caption">This email is never shared.</p>\n');
document.write('				</div>\n');
document.write('\t\t\t\t<div class=\"clr\"></div>');
document.write('\t\t\t\t<div id=\"inpt_txt_fld\">');
document.write('\t\t\t\t\t<p id=\"post_cmmnt_instr\">Characters remaining: <input type=\"text\" name=\"cc_wordCount\" value=\"1500\" size="4"/></p>\n');
document.write('\t\t\t\t\t<p id=\"post_cmmnt_warning\">Too many characters! 1500 max.<br /><a target=\"_blank\" href=\"http://wiki.answers.com/Q/What_does_\'brevity_is_the_soul_of_wit\'_mean\"><em>&quot;brevity is the soul of wit&quot;</em></a></p>\n');
document.write('\t\t\t\t\t<input type=\"hidden\" id=\"cc_wordCount_hidden\" name=\"words\" value=\"0\">\n');
document.write('\t\t\t\t\t<textarea name=\"comment\" id=\"comments_txarea\" cols=\"\" rows=\"\" onkeyup=\"word_count(this.value, document.comment_form.cc_wordCount, 1500)\"></textarea>');
document.write('\t\t\t\t</div>');
document.write('\t\t\t\t<div id=\"pst_btn_lft\"><input id=\"comment_button\" type=\"image\" src=\"http://www.madison.com/img_2007/tct/tct_post_btn.jpg\" alt=\"post comment\" /></div>');
document.write('\t\t\t\t<div class=\"clr\"></div>');
document.write('\t\t\t</form>');
document.write('\t\t\t<div class=\"chksp_rgt\"><a href=\"http://www.madison.com/forum/forum_rules.pdf\" class=\"pst_trms\">Poster Terms and Conditions</a></div>');
document.write('\t\t\t<div class=\"clr\"></div>');
document.write('\t\t<p class=\"post_cmmnt\">Captimes.com monitors Community Comments posted online. We reserve the right to edit or delete any message or shut down a discussion at any time if, in our judgment, comments become offensive, threatening or libelous.</p>');
document.write('\t\t<p class=\"post_cmmnt\"><a href=\"http://www.madison.com/tct/faq/articleComment.php\">Here are the top reasons</a> a comment would be deleted.</p>');
document.write('\t\t</div>');
document.write('\t\t<div class=\"clr\"></div>');
document.write('\t</div>');
document.write('\t<img src=\"http://www.madison.com/img_2007/tct/bttm_bgr_cm_415x24.jpg\" id=\"cm_bt_bgr\" alt=\"bottom background\" />');
document.write('</div>');
document.write('<script language=\'JavaScript\'>\n');
document.write('word_count(document.comment_form.comment.value, document.comment_form.cc_wordCount, 1500)\n');
document.write('</script>\n');

