if(typeof AiN == "undefined") AiN={};
if(typeof AiN.AiB == "undefined") AiN.AiB={};
if(typeof AiN.AiB.Site == "undefined") AiN.AiB.Site={};
AiN.AiB.Site.ttournament_class = function() {};
Object.extend(AiN.AiB.Site.ttournament_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PostShoutout: function(toID, fromID, message) {
		return this.invoke("PostShoutout", {"toID":toID, "fromID":fromID, "message":message}, this.PostShoutout.getArguments().slice(3));
	},
	DeleteShoutout: function(id) {
		return this.invoke("DeleteShoutout", {"id":id}, this.DeleteShoutout.getArguments().slice(1));
	},
	WatchTournament: function(id) {
		return this.invoke("WatchTournament", {"id":id}, this.WatchTournament.getArguments().slice(1));
	},
	url: '/ajaxpro/AiN.AiB.Site.ttournament,AiN.AiB.Site.ashx'
}));
AiN.AiB.Site.ttournament = new AiN.AiB.Site.ttournament_class();

