<!--
function countit(what){

//Character count script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use

formcontent=what.form.Comments.value
what.form.Comments_character_count.value=formcontent.length
}
//-->
