if(typeof Homekeys == "undefined") Homekeys={};
if(typeof Homekeys.Blog == "undefined") Homekeys.Blog={};
if(typeof Homekeys.Blog.ManageBlog == "undefined") Homekeys.Blog.ManageBlog={};
Homekeys.Blog.ManageBlog_class = function() {};
Object.extend(Homekeys.Blog.ManageBlog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PageResults: function(strNewPage) {
		return this.invoke("PageResults", {"strNewPage":strNewPage}, this.PageResults.getArguments().slice(1));
	},
	CaptureBlogDetail: function(strBlogId) {
		return this.invoke("CaptureBlogDetail", {"strBlogId":strBlogId}, this.CaptureBlogDetail.getArguments().slice(1));
	},
	BlogsSort: function(strSortBy, strCurrentSortOrder) {
		return this.invoke("BlogsSort", {"strSortBy":strSortBy, "strCurrentSortOrder":strCurrentSortOrder}, this.BlogsSort.getArguments().slice(2));
	},
	PublishBlog: function(strBlogId, strMonth, strYear) {
		return this.invoke("PublishBlog", {"strBlogId":strBlogId, "strMonth":strMonth, "strYear":strYear}, this.PublishBlog.getArguments().slice(3));
	},
	RebuildBlogFeed: function() {
		return this.invoke("RebuildBlogFeed", {}, this.RebuildBlogFeed.getArguments().slice(0));
	},
	url: '/ajaxpro/Homekeys.Blog.ManageBlog,App_Web_c5rf0sny.ashx'
}));
Homekeys.Blog.ManageBlog = new Homekeys.Blog.ManageBlog_class();

