if(typeof bloginfomethod == "undefined") bloginfomethod={};
bloginfomethod_class = function() {};
Object.extend(bloginfomethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateBlogArticleMode: function(articleCount, articleMode) {
		return this.invoke("UpdateBlogArticleMode", {"articleCount":articleCount, "articleMode":articleMode}, this.UpdateBlogArticleMode.getArguments().slice(2));
	},
	UpdateBlogSetInfo: function(rssSet, privacy) {
		return this.invoke("UpdateBlogSetInfo", {"rssSet":rssSet, "privacy":privacy}, this.UpdateBlogSetInfo.getArguments().slice(2));
	},
	UpdateBlogHits: function() {
		return this.invoke("UpdateBlogHits", {}, this.UpdateBlogHits.getArguments().slice(0));
	},
	GetBlogInfoList: function() {
		return this.invoke("GetBlogInfoList", {}, this.GetBlogInfoList.getArguments().slice(0));
	},
	GetBlogList: function(pageSize, pageIndex) {
		return this.invoke("GetBlogList", {"pageSize":pageSize, "pageIndex":pageIndex}, this.GetBlogList.getArguments().slice(2));
	},
	url: '/ajaxpro/BlogMethod,App_Code.ieowvpce.ashx'
}));
bloginfomethod = new bloginfomethod_class();

