if(typeof Disco == "undefined") Disco={};
if(typeof Disco.Web == "undefined") Disco.Web={};
if(typeof Disco.Web.UI == "undefined") Disco.Web.UI={};
Disco.Web.UI.Page_class = function() {};
Object.extend(Disco.Web.UI.Page_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	KeepAlive: function() {
		return this.invoke("KeepAlive", {}, this.KeepAlive.getArguments().slice(0));
	},
	url: '/ajaxpro/Disco.Web.UI.Page,Disco.ashx'
}));
Disco.Web.UI.Page = new Disco.Web.UI.Page_class();

