if(typeof ajax == "undefined") ajax={};
ajax.AjaxHelper_class = function() {};
Object.extend(ajax.AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetBBSDialogueList: function(CountNum) {
		return this.invoke("GetBBSDialogueList", {"CountNum":CountNum}, this.GetBBSDialogueList.getArguments().slice(1));
	},
	GetNewBBSList: function(CountNum, inSearchStr) {
		return this.invoke("GetNewBBSList", {"CountNum":CountNum, "inSearchStr":inSearchStr}, this.GetNewBBSList.getArguments().slice(2));
	},
	GetBBSListByBBSModelID: function(CountNum, inBBSModelID) {
		return this.invoke("GetBBSListByBBSModelID", {"CountNum":CountNum, "inBBSModelID":inBBSModelID}, this.GetBBSListByBBSModelID.getArguments().slice(2));
	},
	MemberLogin: function(inMemberName, inMemberPwd) {
		return this.invoke("MemberLogin", {"inMemberName":inMemberName, "inMemberPwd":inMemberPwd}, this.MemberLogin.getArguments().slice(2));
	},
	url: '/ajaxpro/ajax.AjaxHelper,Hainan100T.ashx'
}));
ajax.AjaxHelper = new ajax.AjaxHelper_class();

