if(typeof ComShopWeb == "undefined") ComShopWeb={};
if(typeof ComShopWeb.Pages == "undefined") ComShopWeb.Pages={};
if(typeof ComShopWeb.Pages.Common == "undefined") ComShopWeb.Pages.Common={};
if(typeof ComShopWeb.Pages.Common.Controls == "undefined") ComShopWeb.Pages.Common.Controls={};
ComShopWeb.Pages.Common.Controls.MerchantList_class = function() {};
Object.extend(ComShopWeb.Pages.Common.Controls.MerchantList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BuildSortUrl: function(sBaseUrl, sSort, sType) {
		return this.invoke("BuildSortUrl", {"sBaseUrl":sBaseUrl, "sSort":sSort, "sType":sType}, this.BuildSortUrl.getArguments().slice(3));
	},
	url: '/ajaxpro/ComShopWeb.Pages.Common.Controls.MerchantList,ComShopWeb.ashx'
}));
ComShopWeb.Pages.Common.Controls.MerchantList = new ComShopWeb.Pages.Common.Controls.MerchantList_class();

