if(typeof UCI == "undefined") UCI={};
if(typeof UCI.PortalCC == "undefined") UCI.PortalCC={};
if(typeof UCI.PortalCC.Web == "undefined") UCI.PortalCC.Web={};
if(typeof UCI.PortalCC.Web.es_PromocionesDestacadas == "undefined") UCI.PortalCC.Web.es_PromocionesDestacadas={};
UCI.PortalCC.Web.es_PromocionesDestacadas_class = function() {};
Object.extend(UCI.PortalCC.Web.es_PromocionesDestacadas_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ListaProvincias: function(Pais) {
		return this.invoke("ListaProvincias", {"Pais":Pais}, this.ListaProvincias.getArguments().slice(1));
	},
	ListaLocalidades: function(Provincia) {
		return this.invoke("ListaLocalidades", {"Provincia":Provincia}, this.ListaLocalidades.getArguments().slice(1));
	},
	ListaPromociones: function(Provincia, Localidad) {
		return this.invoke("ListaPromociones", {"Provincia":Provincia, "Localidad":Localidad}, this.ListaPromociones.getArguments().slice(2));
	},
	url: '/ajaxpro/(X(1)S(53d3lh553jz1l355kllxfau0))/UCI.PortalCC.Web.es_PromocionesDestacadas,App_Web_promocionesdestacadas.ascx.e5d4c163.ashx'
}));
UCI.PortalCC.Web.es_PromocionesDestacadas = new UCI.PortalCC.Web.es_PromocionesDestacadas_class();

