if(typeof Topic == "undefined") Topic={};
Topic_class = function() {};
Object.extend(Topic_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	remove: function(args) {
		return this.invoke("remove", {"args":args}, this.remove.getArguments().slice(1));
	},
	retrieveAll: function(args) {
		return this.invoke("retrieveAll", {"args":args}, this.retrieveAll.getArguments().slice(1));
	},
	add: function(args) {
		return this.invoke("add", {"args":args}, this.add.getArguments().slice(1));
	},
	track: function(args) {
		return this.invoke("track", {"args":args}, this.track.getArguments().slice(1));
	},
	url: '/ajaxpro/SiteTablet.Forums.Topic+Ajax,SiteTablet.Forums.ashx'
}));
Topic = new Topic_class();

