addNamespace("companys_fzmsh_gsearch");
companys_fzmsh_gsearch_class = Class.create();
companys_fzmsh_gsearch_class.prototype = (new AjaxPro.Request()).extend({
	getNextClass: function(cid, callback) {
		return this.invoke("getNextClass", {"cid":cid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/companys_fzmsh_gsearch,App_Web_c8t8m5wt.ashx";
	}
})
companys_fzmsh_gsearch = new companys_fzmsh_gsearch_class();


