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.View == "undefined") MHz.OpenV1.OpenBlogWeb.View={};
MHz.OpenV1.OpenBlogWeb.View_class = function() {};
Object.extend(MHz.OpenV1.OpenBlogWeb.View_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AzxTagPager: function(strContentID, strPageNo, strPageRow) {
		return this.invoke("AzxTagPager", {"strContentID":strContentID, "strPageNo":strPageNo, "strPageRow":strPageRow}, this.AzxTagPager.getArguments().slice(3));
	},
	AzxTaging: function(strContentID, TagName) {
		return this.invoke("AzxTaging", {"strContentID":strContentID, "TagName":TagName}, this.AzxTaging.getArguments().slice(2));
	},
	AzxRecommand: function(strContentID) {
		return this.invoke("AzxRecommand", {"strContentID":strContentID}, this.AzxRecommand.getArguments().slice(1));
	},
	AzxUserBlock: function(strContentID) {
		return this.invoke("AzxUserBlock", {"strContentID":strContentID}, this.AzxUserBlock.getArguments().slice(1));
	},
	AzxRandom: function(strContentID) {
		return this.invoke("AzxRandom", {"strContentID":strContentID}, this.AzxRandom.getArguments().slice(1));
	},
	AzxRelationPost: function(strContentID, PostType) {
		return this.invoke("AzxRelationPost", {"strContentID":strContentID, "PostType":PostType}, this.AzxRelationPost.getArguments().slice(2));
	},
	AzxLogin: function(UserID, UserPass) {
		return this.invoke("AzxLogin", {"UserID":UserID, "UserPass":UserPass}, this.AzxLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/MHz.OpenV1.OpenBlogWeb.View,MHz.OpenV1.OpenBlogWeb.ashx'
}));
MHz.OpenV1.OpenBlogWeb.View = new MHz.OpenV1.OpenBlogWeb.View_class();

