if(typeof yuanlin == "undefined") yuanlin={};
if(typeof yuanlin.ZiCai == "undefined") yuanlin.ZiCai={};
if(typeof yuanlin.ZiCai.Include == "undefined") yuanlin.ZiCai.Include={};
if(typeof yuanlin.ZiCai.Include.Sell_Search == "undefined") yuanlin.ZiCai.Include.Sell_Search={};
yuanlin.ZiCai.Include.Sell_Search_class = function() {};
Object.extend(yuanlin.ZiCai.Include.Sell_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCity: function(ststrQuery) {
		return this.invoke("GetCity", {"ststrQuery":ststrQuery}, this.GetCity.getArguments().slice(1));
	},
	GetClass2: function(class1) {
		return this.invoke("GetClass2", {"class1":class1}, this.GetClass2.getArguments().slice(1));
	},
	url: '/ajaxpro/yuanlin.ZiCai.Include.Sell_Search,yuanlin.ashx'
}));
yuanlin.ZiCai.Include.Sell_Search = new yuanlin.ZiCai.Include.Sell_Search_class();


