if(typeof fjsy == "undefined") fjsy={};
fjsy_class = function() {};
Object.extend(fjsy_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchMeritList: function(keyword) {
		return this.invoke("SearchMeritList", {"keyword":keyword}, this.SearchMeritList.getArguments().slice(1));
	},
	url: '/ajaxpro/Active_MeritList,FJSY_deploy.ashx'
}));
fjsy = new fjsy_class();

