if(typeof MapShake == "undefined") MapShake={};
if(typeof MapShake.Web == "undefined") MapShake.Web={};
if(typeof MapShake.Web.Ajax == "undefined") MapShake.Web.Ajax={};
MapShake.Web.Ajax.Rating_class = function() {};
Object.extend(MapShake.Web.Ajax.Rating_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitVote: function(grade, ratingId, mapId) {
		return this.invoke("SubmitVote", {"grade":grade, "ratingId":ratingId, "mapId":mapId}, this.SubmitVote.getArguments().slice(3));
	},
	url: '/ajaxpro/MapShake.Web.Ajax.Rating,MapShake.Facades.ashx'
}));
MapShake.Web.Ajax.Rating = new MapShake.Web.Ajax.Rating_class();


