if(typeof WebChatApp == "undefined") WebChatApp={};
WebChatApp_class = function() {};
Object.extend(WebChatApp_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPendingContact: function(memberId) {
		return this.invoke("getPendingContact", {"memberId":memberId}, this.getPendingContact.getArguments().slice(1));
	},
	getConferenceRequest: function(memberId) {
		return this.invoke("getConferenceRequest", {"memberId":memberId}, this.getConferenceRequest.getArguments().slice(1));
	},
	processRequest: function(memberId, senderId, flag) {
		return this.invoke("processRequest", {"memberId":memberId, "senderId":senderId, "flag":flag}, this.processRequest.getArguments().slice(3));
	},
	processConferenceRequest: function(memberId, expertId, ConferenceId, flag) {
		return this.invoke("processConferenceRequest", {"memberId":memberId, "expertId":expertId, "ConferenceId":ConferenceId, "flag":flag}, this.processConferenceRequest.getArguments().slice(4));
	},
	url: '/ajaxpro/ASP.masterpages_profile_master,App_Web_0cm-etgo.ashx'
}));
WebChatApp = new WebChatApp_class();

