if(typeof NewShop_questionList == "undefined") NewShop_questionList={};
NewShop_questionList_class = function() {};
Object.extend(NewShop_questionList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitQuestion: function(userId, specId, title, content) {
		return this.invoke("SubmitQuestion", {"userId":userId, "specId":specId, "title":title, "content":content}, this.SubmitQuestion.getArguments().slice(4));
	},
	UpdateCookie: function(userName, pwd) {
		return this.invoke("UpdateCookie", {"userName":userName, "pwd":pwd}, this.UpdateCookie.getArguments().slice(2));
	},
	url: '/ajaxpro/NewShop_questionList,App_Web_questionlist.aspx.b1398f07.ashx'
}));
NewShop_questionList = new NewShop_questionList_class();

