if(typeof web_gmoron == "undefined") web_gmoron={};
if(typeof web_gmoron.home == "undefined") web_gmoron.home={};
web_gmoron.home_class = function() {};
Object.extend(web_gmoron.home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	cargarImagenesGaleria: function() {
		return this.invoke("cargarImagenesGaleria", {}, this.cargarImagenesGaleria.getArguments().slice(0));
	},
	url: '/web_corporativa_1351/ajaxpro/web_gmoron.home,web_gmoron.ashx'
}));
web_gmoron.home = new web_gmoron.home_class();

