Web_MasterPage_Base_class = function() {};
Object.extend(Web_MasterPage_Base_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetImgGallery: function() {
		return this.invoke("GetImgGallery", {}, this.GetImgGallery.getArguments().slice(0));
	},
	url: '/ajaxpro/Web_MasterPage_Base,App_Web_kcco6ali.ashx'
}));
Web_MasterPage_Base = new Web_MasterPage_Base_class();


