if(typeof WorkCrew == "undefined") WorkCrew={};
if(typeof WorkCrew.UI == "undefined") WorkCrew.UI={};
if(typeof WorkCrew.UI.EZAI == "undefined") WorkCrew.UI.EZAI={};
if(typeof WorkCrew.UI.EZAI.main == "undefined") WorkCrew.UI.EZAI.main={};
WorkCrew.UI.EZAI.main_class = function() {};
Object.extend(WorkCrew.UI.EZAI.main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	setNoticeList: function() {
		return this.invoke("setNoticeList", {}, this.setNoticeList.getArguments().slice(0));
	},
	getNewHomepageList: function() {
		return this.invoke("getNewHomepageList", {}, this.getNewHomepageList.getArguments().slice(0));
	},
	getHitList: function(strMode) {
		return this.invoke("getHitList", {"strMode":strMode}, this.getHitList.getArguments().slice(1));
	},
	setList: function() {
		return this.invoke("setList", {}, this.setList.getArguments().slice(0));
	},
	setDetail: function(pkno) {
		return this.invoke("setDetail", {"pkno":pkno}, this.setDetail.getArguments().slice(1));
	},
	url: '/ajaxpro/WorkCrew.UI.EZAI.main,WorkCrew.UI.EZAI.ashx'
}));
WorkCrew.UI.EZAI.main = new WorkCrew.UI.EZAI.main_class();

