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.ProductReview_class = function() {};
Object.extend(ComShopWeb.Pages.Common.Controls.ProductReview_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	BuildSortUrl: function(sBaseUrl, sSort) {
		return this.invoke("BuildSortUrl", {"sBaseUrl":sBaseUrl, "sSort":sSort}, this.BuildSortUrl.getArguments().slice(2));
	},
	url: '/ajaxpro/ComShopWeb.Pages.Common.Controls.ProductReview,ComShopWeb.ashx'
}));
ComShopWeb.Pages.Common.Controls.ProductReview = new ComShopWeb.Pages.Common.Controls.ProductReview_class();

