if(typeof DDI_Web == "undefined") DDI_Web={};
if(typeof DDI_Web.home == "undefined") DDI_Web.home={};
DDI_Web.home_class = function() {};
Object.extend(DDI_Web.home_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.home,DDI_Web.ashx'
}));
DDI_Web.home = new DDI_Web.home_class();

