if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDiffTime: function(time, maxday) {
		return this.invoke("GetDiffTime", {"time":time, "maxday":maxday}, this.GetDiffTime.getArguments().slice(2));
	},
	GetEndDate: function(bt) {
		return this.invoke("GetEndDate", {"bt":bt}, this.GetEndDate.getArguments().slice(1));
	},
	url: '/ajaxpro/index,Web_deploy.ashx'
}));
index = new index_class();


