if(typeof DDI_Web == "undefined") DDI_Web={};
if(typeof DDI_Web.vistas == "undefined") DDI_Web.vistas={};
if(typeof DDI_Web.vistas.registro == "undefined") DDI_Web.vistas.registro={};
DDI_Web.vistas.registro_class = function() {};
Object.extend(DDI_Web.vistas.registro_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	cargarVariables: function(busqueda) {
		return this.invoke("cargarVariables", {"busqueda":busqueda}, this.cargarVariables.getArguments().slice(1));
	},
	url: '/DDI_Web/ajaxpro/DDI_Web.vistas.registro,DDI_Web.ashx'
}));
DDI_Web.vistas.registro = new DDI_Web.vistas.registro_class();

