function postComment()
{
	document.bodyForm.todo.value="comment";
	document.bodyForm.submit();
	return true;
}