function sendComment() {
	$("#antispam").val("secret");
	$("#comment").get(0).submit();
}
