if(typeof OlympicUcc == "undefined") OlympicUcc={};
if(typeof OlympicUcc.myspace == "undefined") OlympicUcc.myspace={};
if(typeof OlympicUcc.myspace.my_index == "undefined") OlympicUcc.myspace.my_index={};
OlympicUcc.myspace.my_index_class = function() {};
Object.extend(OlympicUcc.myspace.my_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getVideoList: function(str_userid) {
		return this.invoke("getVideoList", {"str_userid":str_userid}, this.getVideoList.getArguments().slice(1));
	},
	getAlbumList: function(str_userid) {
		return this.invoke("getAlbumList", {"str_userid":str_userid}, this.getAlbumList.getArguments().slice(1));
	},
	getArchiveList: function(str_userid) {
		return this.invoke("getArchiveList", {"str_userid":str_userid}, this.getArchiveList.getArguments().slice(1));
	},
	getUserInfo: function(str_userid) {
		return this.invoke("getUserInfo", {"str_userid":str_userid}, this.getUserInfo.getArguments().slice(1));
	},
	getUserArchiveSort: function(str_userid) {
		return this.invoke("getUserArchiveSort", {"str_userid":str_userid}, this.getUserArchiveSort.getArguments().slice(1));
	},
	getUserVideoSort: function(str_userid) {
		return this.invoke("getUserVideoSort", {"str_userid":str_userid}, this.getUserVideoSort.getArguments().slice(1));
	},
	getUserAlbumSort: function(str_userid) {
		return this.invoke("getUserAlbumSort", {"str_userid":str_userid}, this.getUserAlbumSort.getArguments().slice(1));
	},
	getLabelList: function() {
		return this.invoke("getLabelList", {}, this.getLabelList.getArguments().slice(0));
	},
	url: '/beijing2008/ajaxpro/OlympicUcc.myspace.my_index,Web.ashx'
}));
OlympicUcc.myspace.my_index = new OlympicUcc.myspace.my_index_class();

