if(typeof Rating == "undefined") Rating={};
Rating_class = function() {};
Object.extend(Rating_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Rate: function(myRating, type, rateeID) {
		return this.invoke("Rate", {"myRating":myRating, "type":type, "rateeID":rateeID}, this.Rate.getArguments().slice(3));
	},
	url: '/Handlers/ajaxpro/FearNet.Web.UI.Controls.Rating,FearNet.Web.ashx'
}));
Rating = new Rating_class();

