if(typeof PIA == "undefined") PIA={};
if(typeof PIA.Shop == "undefined") PIA.Shop={};
PIA.Shop_class = function() {};
Object.extend(PIA.Shop_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RateItem: function(itemID, portalID, score) {
		return this.invoke("RateItem", {"itemID":itemID, "portalID":portalID, "score":score}, this.RateItem.getArguments().slice(3));
	},
	url: '/ajaxpro/PIA.portal.skin.pchand.modules.shop.itemlist,PIA2.ashx'
}));
PIA.Shop = new PIA.Shop_class();


