if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.ForumPages == "undefined") MatchMyPet.ForumPages={};
if(typeof MatchMyPet.ForumPages.ForumMessageDisplay == "undefined") MatchMyPet.ForumPages.ForumMessageDisplay={};
MatchMyPet.ForumPages.ForumMessageDisplay_class = function() {};
Object.extend(MatchMyPet.ForumPages.ForumMessageDisplay_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReportAbuse: function(message_id) {
		return this.invoke("ReportAbuse", {"message_id":message_id}, this.ReportAbuse.getArguments().slice(1));
	},
	url: '/ajaxpro/MatchMyPet.ForumPages.ForumMessageDisplay,MatchMyPet.ashx'
}));
MatchMyPet.ForumPages.ForumMessageDisplay = new MatchMyPet.ForumPages.ForumMessageDisplay_class();

