if(typeof Web == "undefined") Web={};
if(typeof Web.love2008 == "undefined") Web.love2008={};
if(typeof Web.love2008.love_index == "undefined") Web.love2008.love_index={};
Web.love2008.love_index_class = function() {};
Object.extend(Web.love2008.love_index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getLoveVideoRecommendList: function(topnum) {
		return this.invoke("getLoveVideoRecommendList", {"topnum":topnum}, this.getLoveVideoRecommendList.getArguments().slice(1));
	},
	getLoveAlbumRecommendList: function(topnum) {
		return this.invoke("getLoveAlbumRecommendList", {"topnum":topnum}, this.getLoveAlbumRecommendList.getArguments().slice(1));
	},
	url: '/beijing2008/ajaxpro/Web.love2008.love_index,Web.ashx'
}));
Web.love2008.love_index = new Web.love2008.love_index_class();

