if(typeof BMS == "undefined") BMS={};
if(typeof BMS.Rating == "undefined") BMS.Rating={};
if(typeof BMS.Rating.UI == "undefined") BMS.Rating.UI={};
if(typeof BMS.Rating.UI.PageReview_class == "undefined") BMS.Rating.UI.PageReview_class={};
BMS.Rating.UI.PageReview_class = function() {};
Object.extend(BMS.Rating.UI.PageReview_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetItemReview: function(p_itemID, p_iswhat, p_reviewID) {
		return this.invoke("GetItemReview", {"p_itemID":p_itemID, "p_iswhat":p_iswhat, "p_reviewID":p_reviewID}, this.GetItemReview.getArguments().slice(3));
	},
	url: '/ajaxpro/BMS.Rating.UI.PageReview,BMS.ashx'
}));
BMS.Rating.UI.PageReview = new BMS.Rating.UI.PageReview_class();


