addNamespace("UserCtrl_ServiceChatAndPageGuideFloat_UsrCtrl");
UserCtrl_ServiceChatAndPageGuideFloat_UsrCtrl_class = Class.create();
Object.extend(UserCtrl_ServiceChatAndPageGuideFloat_UsrCtrl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsServicerOnLine: function(ServicerName) {
		return this.invoke("IsServicerOnLine", {"ServicerName":ServicerName}, this.IsServicerOnLine.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/UserCtrl_ServiceChatAndPageGuideFloat_UsrCtrl,App_Web_op67kfsw.ashx';
	}
}));
UserCtrl_ServiceChatAndPageGuideFloat_UsrCtrl = new UserCtrl_ServiceChatAndPageGuideFloat_UsrCtrl_class();

