if(typeof BMI == "undefined") BMI={};
if(typeof BMI.Community == "undefined") BMI.Community={};
if(typeof BMI.Community.Web == "undefined") BMI.Community.Web={};
BMI.Community.Web._Default_class = function() {};
Object.extend(BMI.Community.Web._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Like: function(likeId) {
		return this.invoke("Like", {"likeId":likeId}, this.Like.getArguments().slice(1));
	},
	url: '/ajaxpro/BMI.Community.Web._Default,BMI.Community.Web.ashx'
}));
BMI.Community.Web._Default = new BMI.Community.Web._Default_class();


