function checkComment(){
	if($("content").value.length<=6){alert("内容不能小于6位");return false;}
	return true;
}