if(typeof Web9eat == "undefined") Web9eat={};
if(typeof Web9eat.Web == "undefined") Web9eat.Web={};
if(typeof Web9eat.Web.UI == "undefined") Web9eat.Web.UI={};
if(typeof Web9eat.Web.UI.Ajax == "undefined") Web9eat.Web.UI.Ajax={};
if(typeof Web9eat.Web.UI.Ajax.GlobalAjax == "undefined") Web9eat.Web.UI.Ajax.GlobalAjax={};
Web9eat.Web.UI.Ajax.GlobalAjax_class = function() {};
Object.extend(Web9eat.Web.UI.Ajax.GlobalAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	All_ModelList_byType: function(type) {
		return this.invoke("All_ModelList_byType", {"type":type}, this.All_ModelList_byType.getArguments().slice(1));
	},
	url: '/ajaxpro/Web9eat.Web.UI.Ajax.GlobalAjax,Web9eat.Web.UI.ashx'
}));
Web9eat.Web.UI.Ajax.GlobalAjax = new Web9eat.Web.UI.Ajax.GlobalAjax_class();


