if(typeof utilAjax == "undefined") utilAjax={};
utilAjax_class = function() {};
Object.extend(utilAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getDestacados: function() {
		return this.invoke("getDestacados", {}, this.getDestacados.getArguments().slice(0));
	},
	url: '/ajaxpro/EdicionaPublico.comon,EdicionaPublico.ashx'
}));
utilAjax = new utilAjax_class();


