if(typeof AjaxPro == "undefined") AjaxPro={};
AjaxPro.Sesion_class = function() {};
Object.extend(AjaxPro.Sesion_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ping: function() {
		return this.invoke("ping", {}, this.ping.getArguments().slice(0));
	},
	url: '/ajaxpro/AcheWeb.ComponentesUsuario.CargaComun,App_Web_frmzfjsy.ashx'
}));
AjaxPro.Sesion = new AjaxPro.Sesion_class();


