if(typeof AjaxMethods == "undefined") AjaxMethods={};
AjaxMethods_class = function() {};
Object.extend(AjaxMethods_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLastData: function(referer) {
		return this.invoke("GetLastData", {"referer":referer}, this.GetLastData.getArguments().slice(1));
	},
	url: '/ajaxpro/_Default+AjaxMethods,App_Web_hgyia114.ashx'
}));
AjaxMethods = new AjaxMethods_class();

