if(typeof yuanlin == "undefined") yuanlin={};
if(typeof yuanlin.B2B == "undefined") yuanlin.B2B={};
if(typeof yuanlin.B2B.Include == "undefined") yuanlin.B2B.Include={};
if(typeof yuanlin.B2B.Include.Sell_Search == "undefined") yuanlin.B2B.Include.Sell_Search={};
yuanlin.B2B.Include.Sell_Search_class = function() {};
Object.extend(yuanlin.B2B.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.B2B.Include.Sell_Search,yuanlin.ashx'
}));
yuanlin.B2B.Include.Sell_Search = new yuanlin.B2B.Include.Sell_Search_class();

