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

