if(typeof MHz == "undefined") MHz={};
if(typeof MHz.OpenV1 == "undefined") MHz.OpenV1={};
if(typeof MHz.OpenV1.OpenBlogWeb == "undefined") MHz.OpenV1.OpenBlogWeb={};
if(typeof MHz.OpenV1.OpenBlogWeb.AllPost == "undefined") MHz.OpenV1.OpenBlogWeb.AllPost={};
MHz.OpenV1.OpenBlogWeb.AllPost_class = function() {};
Object.extend(MHz.OpenV1.OpenBlogWeb.AllPost_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AxSetCategory: function(CategoryID) {
		return this.invoke("AxSetCategory", {"CategoryID":CategoryID}, this.AxSetCategory.getArguments().slice(1));
	},
	AxSetDate: function(value, CategoryID) {
		return this.invoke("AxSetDate", {"value":value, "CategoryID":CategoryID}, this.AxSetDate.getArguments().slice(2));
	},
	AxSetHour: function(value, CategoryID) {
		return this.invoke("AxSetHour", {"value":value, "CategoryID":CategoryID}, this.AxSetHour.getArguments().slice(2));
	},
	AxPageChange: function(PageNo, value, CategoryID) {
		return this.invoke("AxPageChange", {"PageNo":PageNo, "value":value, "CategoryID":CategoryID}, this.AxPageChange.getArguments().slice(3));
	},
	AxRecommandPost: function(ContentID) {
		return this.invoke("AxRecommandPost", {"ContentID":ContentID}, this.AxRecommandPost.getArguments().slice(1));
	},
	url: '/ajaxpro/MHz.OpenV1.OpenBlogWeb.AllPost,MHz.OpenV1.OpenBlogWeb.ashx'
}));
MHz.OpenV1.OpenBlogWeb.AllPost = new MHz.OpenV1.OpenBlogWeb.AllPost_class();

