if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getSearchDate: function() {
		return this.invoke("getSearchDate", {}, this.getSearchDate.getArguments().slice(0));
	},
	url: '/ajaxpro/index,App_Web_fxrmecpr.ashx'
}));
index = new index_class();

