if(typeof webui_uncard_apply == "undefined") webui_uncard_apply={};
webui_uncard_apply_class = function() {};
Object.extend(webui_uncard_apply_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPersonInfo: function(uname, upwd) {
		return this.invoke("GetPersonInfo", {"uname":uname, "upwd":upwd}, this.GetPersonInfo.getArguments().slice(2));
	},
	url: '/ajaxpro/webui_uncard_apply,App_Web__3bbl_dc.ashx'
}));
webui_uncard_apply = new webui_uncard_apply_class();

