if(typeof WebBop == "undefined") WebBop={};
WebBop.Servidor_class = function() {};
Object.extend(WebBop.Servidor_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	prueba: function(d) {
		return this.invoke("prueba", {"d":d}, this.prueba.getArguments().slice(1));
	},
	dameNumerosMes: function(mes, ejercicio) {
		return this.invoke("dameNumerosMes", {"mes":mes, "ejercicio":ejercicio}, this.dameNumerosMes.getArguments().slice(2));
	},
	dameNumerosEjercicio: function(ejercicio) {
		return this.invoke("dameNumerosEjercicio", {"ejercicio":ejercicio}, this.dameNumerosEjercicio.getArguments().slice(1));
	},
	dameSumarioDia: function(año, mes, dia) {
		return this.invoke("dameSumarioDia", {"año":año, "mes":mes, "dia":dia}, this.dameSumarioDia.getArguments().slice(3));
	},
	dameSumarioNumero: function(nidnumero) {
		return this.invoke("dameSumarioNumero", {"nidnumero":nidnumero}, this.dameSumarioNumero.getArguments().slice(1));
	},
	buscarBop: function(cSearch, lFecha, dFechaIni, dFechaFin) {
		return this.invoke("buscarBop", {"cSearch":cSearch, "lFecha":lFecha, "dFechaIni":dFechaIni, "dFechaFin":dFechaFin}, this.buscarBop.getArguments().slice(4));
	},
	url: '/WebBop/ajaxpro/WebBop.Servidor,WebBop.ashx'
}));
WebBop.Servidor = new WebBop.Servidor_class();

