function comment_check(){
	var hf = document.createElement("INPUT");
	hf.type = "hidden";
	hf.name = "cCheck";
	hf.value = "m"+"a"+"g"+"e"+"n"+"t"+"0";
	document.getElementById("comment_form").appendChild(hf);
}
