associatedTeb_class = function() {};
Object.extend(associatedTeb_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAnimeList: function(tags, othanId) {
		return this.invoke("GetAnimeList", {"tags":tags, "othanId":othanId}, this.GetAnimeList.getArguments().slice(2));
	},
	GetImageList: function(tags, othanId) {
		return this.invoke("GetImageList", {"tags":tags, "othanId":othanId}, this.GetImageList.getArguments().slice(2));
	},
	GetMyComicList: function(tags, othanId) {
		return this.invoke("GetMyComicList", {"tags":tags, "othanId":othanId}, this.GetMyComicList.getArguments().slice(2));
	},
	GetComicList: function(tags, othanId) {
		return this.invoke("GetComicList", {"tags":tags, "othanId":othanId}, this.GetComicList.getArguments().slice(2));
	},
	url: '/ajaxpro/Comic.UIControls.Tab,Comic.UIControls.ashx'
}));
associatedTeb = new associatedTeb_class();

