if(typeof Butler == "undefined") Butler={};
if(typeof Butler.Egmont == "undefined") Butler.Egmont={};
if(typeof Butler.Egmont.Web == "undefined") Butler.Egmont.Web={};
Butler.Egmont.Web.LikeButton_class = function() {};
Object.extend(Butler.Egmont.Web.LikeButton_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Like: function(likeableEntityTypeId, likeableEntityId) {
		return this.invoke("Like", {"likeableEntityTypeId":likeableEntityTypeId, "likeableEntityId":likeableEntityId}, this.Like.getArguments().slice(2));
	},
	url: '/ajaxpro/Butler.Egmont.Web.LikeButton,Butler.Web.ashx'
}));
Butler.Egmont.Web.LikeButton = new Butler.Egmont.Web.LikeButton_class();


