if(typeof PriceComparer == "undefined") PriceComparer={};
PriceComparer_class = function() {};
Object.extend(PriceComparer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RefreshProductStatus: function(currentProductId) {
		return this.invoke("RefreshProductStatus", {"currentProductId":currentProductId}, this.RefreshProductStatus.getArguments().slice(1));
	},
	RequestRetailerProductStatusList: function(retailerProductIds) {
		return this.invoke("RequestRetailerProductStatusList", {"retailerProductIds":retailerProductIds}, this.RequestRetailerProductStatusList.getArguments().slice(1));
	},
	url: '/ajaxpro/PriceComparer,App_Web_tzzyqtki.ashx'
}));
PriceComparer = new PriceComparer_class();


