if(typeof UserCtrl_Head == "undefined") UserCtrl_Head={};
UserCtrl_Head_class = function() {};
Object.extend(UserCtrl_Head_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUserinfo: function() {
		return this.invoke("GetUserinfo", {}, this.GetUserinfo.getArguments().slice(0));
	},
	url: '/ajaxpro/UserCtrl_Head,App_Web_ias8f2ca.ashx'
}));
UserCtrl_Head = new UserCtrl_Head_class();

