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

