if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	c_pa: function(user, pwd) {
		return this.invoke("c_pa", {"user":user, "pwd":pwd}, this.c_pa.getArguments().slice(2));
	},
	url: '/ajaxpro/index,App_Web_huab_iei.ashx'
}));
index = new index_class();

