if(typeof Controls_Browser_Ratings == "undefined") Controls_Browser_Ratings={};
Controls_Browser_Ratings_class = function() {};
Object.extend(Controls_Browser_Ratings_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	rateMovie: function(moviePath, value) {
		return this.invoke("rateMovie", {"moviePath":moviePath, "value":value}, this.rateMovie.getArguments().slice(2));
	},
	getMovieRating: function(moviePath) {
		return this.invoke("getMovieRating", {"moviePath":moviePath}, this.getMovieRating.getArguments().slice(1));
	},
	isLogedIn: function() {
		return this.invoke("isLogedIn", {}, this.isLogedIn.getArguments().slice(0));
	},
	url: '/ajaxpro/Controls_Browser_Ratings,App_Web_ratings.ascx.265637fa.ashx'
}));
Controls_Browser_Ratings = new Controls_Browser_Ratings_class();

