if(typeof blacklistmanage == "undefined") blacklistmanage={};
blacklistmanage_class = function() {};
Object.extend(blacklistmanage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	postarticleflag: function(lockInfo, lockType) {
		return this.invoke("postarticleflag", {"lockInfo":lockInfo, "lockType":lockType}, this.postarticleflag.getArguments().slice(2));
	},
	postcommentflag: function(lockInfo, lockType) {
		return this.invoke("postcommentflag", {"lockInfo":lockInfo, "lockType":lockType}, this.postcommentflag.getArguments().slice(2));
	},
	postleavewordflag: function(lockInfo, lockType) {
		return this.invoke("postleavewordflag", {"lockInfo":lockInfo, "lockType":lockType}, this.postleavewordflag.getArguments().slice(2));
	},
	getrealip: function() {
		return this.invoke("getrealip", {}, this.getrealip.getArguments().slice(0));
	},
	url: '/ajaxpro/BlackListMethod,App_Code.nsakzx1n.ashx'
}));
blacklistmanage = new blacklistmanage_class();

