if(typeof Busca == "undefined") Busca={};
Busca_class = function() {};
Object.extend(Busca_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	carregaCategorias: function(familiaId) {
		return this.invoke("carregaCategorias", {"familiaId":familiaId}, this.carregaCategorias.getArguments().slice(1));
	},
	url: '/site/ajaxpro/content_busca_default,App_Web_ktvjzjtj.ashx'
}));
Busca = new Busca_class();

