if(typeof CSWeb == "undefined") CSWeb={};
if(typeof CSWeb.Seller == "undefined") CSWeb.Seller={};
if(typeof CSWeb.Seller.SellerList_class == "undefined") CSWeb.Seller.SellerList_class={};
CSWeb.Seller.SellerList_class = function() {};
Object.extend(CSWeb.Seller.SellerList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCity: function(pid) {
		return this.invoke("GetCity", {"pid":pid}, this.GetCity.getArguments().slice(1));
	},
	url: '/ajaxpro/CSWeb.Seller.SellerList,CSWeb.ashx'
}));
CSWeb.Seller.SellerList = new CSWeb.Seller.SellerList_class();

