addNamespace("cotrol_Search");
cotrol_Search_class = Class.create();
Object.extend(cotrol_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(canshu) {
		return this.invoke("GetList", {"canshu":canshu}, this.GetList.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/cotrol_Search,App_Web_uxmxz1jl.ashx';
	}
}));
cotrol_Search = new cotrol_Search_class();

