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