if(typeof OlympicUcc == "undefined") OlympicUcc={};
if(typeof OlympicUcc.myspace == "undefined") OlympicUcc.myspace={};
if(typeof OlympicUcc.myspace.VideoIndex == "undefined") OlympicUcc.myspace.VideoIndex={};
OlympicUcc.myspace.VideoIndex_class = function() {};
Object.extend(OlympicUcc.myspace.VideoIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getVideoRank: function() {
		return this.invoke("getVideoRank", {}, this.getVideoRank.getArguments().slice(0));
	},
	getVideoRecommend: function(frontsort) {
		return this.invoke("getVideoRecommend", {"frontsort":frontsort}, this.getVideoRecommend.getArguments().slice(1));
	},
	getHotVideo: function(topNo) {
		return this.invoke("getHotVideo", {"topNo":topNo}, this.getHotVideo.getArguments().slice(1));
	},
	url: '/beijing2008/ajaxpro/OlympicUcc.myspace.VideoIndex,Web.ashx'
}));
OlympicUcc.myspace.VideoIndex = new OlympicUcc.myspace.VideoIndex_class();

