if(typeof Web == "undefined") Web={};
if(typeof Web.promotion == "undefined") Web.promotion={};
if(typeof Web.promotion.ucc_index == "undefined") Web.promotion.ucc_index={};
Web.promotion.ucc_index_class = function() {};
Object.extend(Web.promotion.ucc_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getLastVideo: function(str_top) {
		return this.invoke("getLastVideo", {"str_top":str_top}, this.getLastVideo.getArguments().slice(1));
	},
	getLastAlbum: function(str_top) {
		return this.invoke("getLastAlbum", {"str_top":str_top}, this.getLastAlbum.getArguments().slice(1));
	},
	url: '/beijing2008/ajaxpro/Web.promotion.ucc_index,Web.ashx'
}));
Web.promotion.ucc_index = new Web.promotion.ucc_index_class();

