if(typeof SheriffsBlog == "undefined") SheriffsBlog={};
SheriffsBlog_class = function() {};
Object.extend(SheriffsBlog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBlogEntries_WithAjax: function(p_parentBlogID) {
		return this.invoke("GetBlogEntries_WithAjax", {"p_parentBlogID":p_parentBlogID}, this.GetBlogEntries_WithAjax.getArguments().slice(1));
	},
	SaveBlogEntries_WithAjax: function(p_blogTitle, p_blogText, p_parentBlogID, p_clientIP) {
		return this.invoke("SaveBlogEntries_WithAjax", {"p_blogTitle":p_blogTitle, "p_blogText":p_blogText, "p_parentBlogID":p_parentBlogID, "p_clientIP":p_clientIP}, this.SaveBlogEntries_WithAjax.getArguments().slice(4));
	},
	url: '/ajaxpro/SheriffsBlog,App_Web_sheriffsblog.aspx.cdcab7d2.ashx'
}));
SheriffsBlog = new SheriffsBlog_class();

