CtlBlogPostRegister_class = function() {};
Object.extend(CtlBlogPostRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBlogPostRegister: function(strBlogID, intIndex, strSubject, strTargetID) {
		return this.invoke("GetBlogPostRegister", {"strBlogID":strBlogID, "intIndex":intIndex, "strSubject":strSubject, "strTargetID":strTargetID}, this.GetBlogPostRegister.getArguments().slice(4));
	},
	GetBlogPostEditor: function(strReviewID, strTargetID) {
		return this.invoke("GetBlogPostEditor", {"strReviewID":strReviewID, "strTargetID":strTargetID}, this.GetBlogPostEditor.getArguments().slice(2));
	},
	GetReveiwCategory: function(strCategoryID, strTargetID) {
		return this.invoke("GetReveiwCategory", {"strCategoryID":strCategoryID, "strTargetID":strTargetID}, this.GetReveiwCategory.getArguments().slice(2));
	},
	GetAddress: function(strCategoryID, strTargetID) {
		return this.invoke("GetAddress", {"strCategoryID":strCategoryID, "strTargetID":strTargetID}, this.GetAddress.getArguments().slice(2));
	},
	url: '/ajaxpro/CtlBlogPostRegister,App_Web_blogpostregister.ascx.5fe76e9e.ashx'
}));
CtlBlogPostRegister = new CtlBlogPostRegister_class();

