if(typeof Show == "undefined") Show={};
if(typeof Show.Web == "undefined") Show.Web={};
if(typeof Show.Web.Skins == "undefined") Show.Web.Skins={};
if(typeof Show.Web.Skins.Source == "undefined") Show.Web.Skins.Source={};
if(typeof Show.Web.Skins.Source.AllPavilions == "undefined") Show.Web.Skins.Source.AllPavilions={};
Show.Web.Skins.Source.AllPavilions_class = function() {};
Object.extend(Show.Web.Skins.Source.AllPavilions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Show.Web.Skins.Source.AllPavilions,Show.Web.ashx'
}));
Show.Web.Skins.Source.AllPavilions = new Show.Web.Skins.Source.AllPavilions_class();

