if(typeof Web == "undefined") Web={};
if(typeof Web.promotion == "undefined") Web.promotion={};
if(typeof Web.promotion.ctr_index == "undefined") Web.promotion.ctr_index={};
Web.promotion.ctr_index_class = function() {};
Object.extend(Web.promotion.ctr_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCtrHotVideoList: function(num, usertype) {
		return this.invoke("GetCtrHotVideoList", {"num":num, "usertype":usertype}, this.GetCtrHotVideoList.getArguments().slice(2));
	},
	GetCtrHotAlbumList: function(num, usertype) {
		return this.invoke("GetCtrHotAlbumList", {"num":num, "usertype":usertype}, this.GetCtrHotAlbumList.getArguments().slice(2));
	},
	GetCtrVideoRecommendList: function(num, usertype) {
		return this.invoke("GetCtrVideoRecommendList", {"num":num, "usertype":usertype}, this.GetCtrVideoRecommendList.getArguments().slice(2));
	},
	GetSublist: function(par_int) {
		return this.invoke("GetSublist", {"par_int":par_int}, this.GetSublist.getArguments().slice(1));
	},
	GetUserByCtrWorkNumRank: function(num) {
		return this.invoke("GetUserByCtrWorkNumRank", {"num":num}, this.GetUserByCtrWorkNumRank.getArguments().slice(1));
	},
	GetHotVideoRecommendList: function(num) {
		return this.invoke("GetHotVideoRecommendList", {"num":num}, this.GetHotVideoRecommendList.getArguments().slice(1));
	},
	url: '/beijing2008/ajaxpro/Web.promotion.ctr_index,Web.ashx'
}));
Web.promotion.ctr_index = new Web.promotion.ctr_index_class();

