PostCommentForm_class = function() {};
Object.extend(PostCommentForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateCaptcha: function(text) {
		return this.invoke("ValidateCaptcha", {"text":text}, this.ValidateCaptcha.getArguments().slice(1));
	},
	DeleteMessage: function(id) {
		return this.invoke("DeleteMessage", {"id":id}, this.DeleteMessage.getArguments().slice(1));
	},
	url: '/ajaxpro/PostCommentForm,App_Web_2nmlvnox.ashx'
}));
PostCommentForm = new PostCommentForm_class();

