if(typeof BrianMaddenPortal == "undefined") BrianMaddenPortal={};
if(typeof BrianMaddenPortal.control == "undefined") BrianMaddenPortal.control={};
if(typeof BrianMaddenPortal.control.blog == "undefined") BrianMaddenPortal.control.blog={};
if(typeof BrianMaddenPortal.control.blog.control_blog_postlist == "undefined") BrianMaddenPortal.control.blog.control_blog_postlist={};
BrianMaddenPortal.control.blog.control_blog_postlist_class = function() {};
Object.extend(BrianMaddenPortal.control.blog.control_blog_postlist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertComment: function(nCdUser, nCdPost, bFlCommentModerate, sDsTitle, sDsComment) {
		return this.invoke("InsertComment", {"nCdUser":nCdUser, "nCdPost":nCdPost, "bFlCommentModerate":bFlCommentModerate, "sDsTitle":sDsTitle, "sDsComment":sDsComment}, this.InsertComment.getArguments().slice(5));
	},
	UpdateCommentStatus: function(nCdComment, nCdOwner, sDsImagePath) {
		return this.invoke("UpdateCommentStatus", {"nCdComment":nCdComment, "nCdOwner":nCdOwner, "sDsImagePath":sDsImagePath}, this.UpdateCommentStatus.getArguments().slice(3));
	},
	DeletePostComment: function(nCdComment, nCdOwner) {
		return this.invoke("DeletePostComment", {"nCdComment":nCdComment, "nCdOwner":nCdOwner}, this.DeletePostComment.getArguments().slice(2));
	},
	DeletePost: function(nCdPost, nCdOwner) {
		return this.invoke("DeletePost", {"nCdPost":nCdPost, "nCdOwner":nCdOwner}, this.DeletePost.getArguments().slice(2));
	},
	url: '/ajaxpro/BrianMaddenPortal.control.blog.control_blog_postlist,BrianMaddenPortal.ashx'
}));
BrianMaddenPortal.control.blog.control_blog_postlist = new BrianMaddenPortal.control.blog.control_blog_postlist_class();

