if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.WebControls == "undefined") MatchMyPet.WebControls={};
if(typeof MatchMyPet.WebControls.RaterControl == "undefined") MatchMyPet.WebControls.RaterControl={};
MatchMyPet.WebControls.RaterControl_class = function() {};
Object.extend(MatchMyPet.WebControls.RaterControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ApplyRating: function(entity_type, entity_id, rateing) {
		return this.invoke("ApplyRating", {"entity_type":entity_type, "entity_id":entity_id, "rateing":rateing}, this.ApplyRating.getArguments().slice(3));
	},
	url: '/ajaxpro/MatchMyPet.WebControls.RaterControl,MatchMyPet.ashx'
}));
MatchMyPet.WebControls.RaterControl = new MatchMyPet.WebControls.RaterControl_class();

