if(typeof Micronet == "undefined") Micronet={};
if(typeof Micronet.Web == "undefined") Micronet.Web={};
if(typeof Micronet.Web.UserControl == "undefined") Micronet.Web.UserControl={};
Micronet.Web.UserControl.Head_class = function() {};
Object.extend(Micronet.Web.UserControl.Head_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetReturnCode: function() {
		return this.invoke("GetReturnCode", {}, this.GetReturnCode.getArguments().slice(0));
	},
	GetLinkMan: function() {
		return this.invoke("GetLinkMan", {}, this.GetLinkMan.getArguments().slice(0));
	},
	SetLogout: function() {
		return this.invoke("SetLogout", {}, this.SetLogout.getArguments().slice(0));
	},
	url: '/ajaxpro/Micronet.Web.UserControl.Head,Micronet.Web.ashx'
}));
Micronet.Web.UserControl.Head = new Micronet.Web.UserControl.Head_class();

