if(typeof ListEntry == "undefined") ListEntry={};
ListEntry_class = function() {};
Object.extend(ListEntry_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PostComment: function(intListEntryID, strName, strEmail, strComment) {
		return this.invoke("PostComment", {"intListEntryID":intListEntryID, "strName":strName, "strEmail":strEmail, "strComment":strComment}, this.PostComment.getArguments().slice(4));
	},
	url: '/ajaxpro/ListEntry,App_Web_3fkxcr3f.ashx'
}));
ListEntry = new ListEntry_class();

