if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.WebControls == "undefined") MatchMyPet.WebControls={};
if(typeof MatchMyPet.WebControls.TalkBackControl == "undefined") MatchMyPet.WebControls.TalkBackControl={};
MatchMyPet.WebControls.TalkBackControl_class = function() {};
Object.extend(MatchMyPet.WebControls.TalkBackControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SubmitTalkBack: function(entity_id, entity_type, name, title, body) {
		return this.invoke("SubmitTalkBack", {"entity_id":entity_id, "entity_type":entity_type, "name":name, "title":title, "body":body}, this.SubmitTalkBack.getArguments().slice(5));
	},
	VoteForTalkBack: function(talkback_id) {
		return this.invoke("VoteForTalkBack", {"talkback_id":talkback_id}, this.VoteForTalkBack.getArguments().slice(1));
	},
	ReportAbuse: function(talkback_id) {
		return this.invoke("ReportAbuse", {"talkback_id":talkback_id}, this.ReportAbuse.getArguments().slice(1));
	},
	GetMemberNickName: function() {
		return this.invoke("GetMemberNickName", {}, this.GetMemberNickName.getArguments().slice(0));
	},
	url: '/ajaxpro/MatchMyPet.WebControls.TalkBackControl,MatchMyPet.ashx'
}));
MatchMyPet.WebControls.TalkBackControl = new MatchMyPet.WebControls.TalkBackControl_class();

