if(typeof ATPages_ShowCmt == "undefined") ATPages_ShowCmt={};
ATPages_ShowCmt_class = function() {};
Object.extend(ATPages_ShowCmt_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddCmt: function(articleId, content) {
		return this.invoke("AddCmt", {"articleId":articleId, "content":content}, this.AddCmt.getArguments().slice(2));
	},
	CheckRegLogin: function(userName, userPWD) {
		return this.invoke("CheckRegLogin", {"userName":userName, "userPWD":userPWD}, this.CheckRegLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/ATPages_ShowCmt,App_Web_t1d8bbiz.ashx'
}));
ATPages_ShowCmt = new ATPages_ShowCmt_class();

