if(typeof NewShop_replyList == "undefined") NewShop_replyList={};
NewShop_replyList_class = function() {};
Object.extend(NewShop_replyList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateCookie: function(userName, pwd) {
		return this.invoke("UpdateCookie", {"userName":userName, "pwd":pwd}, this.UpdateCookie.getArguments().slice(2));
	},
	Submit_Reply: function(title, content, strTargetID, replyflag, thisSpecID) {
		return this.invoke("Submit_Reply", {"title":title, "content":content, "strTargetID":strTargetID, "replyflag":replyflag, "thisSpecID":thisSpecID}, this.Submit_Reply.getArguments().slice(5));
	},
	url: '/ajaxpro/NewShop_replyList,App_Web_replylist.aspx.b1398f07.ashx'
}));
NewShop_replyList = new NewShop_replyList_class();

