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

