if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.request_act == "undefined") QiaoCWBW.request_act={};
QiaoCWBW.request_act_class = function() {};
Object.extend(QiaoCWBW.request_act_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReAct: function(userName, pwd) {
		return this.invoke("ReAct", {"userName":userName, "pwd":pwd}, this.ReAct.getArguments().slice(2));
	},
	url: '/ajaxpro/QiaoCWBW.request_act,QiaoCWBW.ashx'
}));
QiaoCWBW.request_act = new QiaoCWBW.request_act_class();

