if(typeof Web == "undefined") Web={};
if(typeof Web.index == "undefined") Web.index={};
Web.index_class = function() {};
Object.extend(Web.index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVideoList: function(strListType) {
		return this.invoke("GetVideoList", {"strListType":strListType}, this.GetVideoList.getArguments().slice(1));
	},
	GetImageList: function(strListType) {
		return this.invoke("GetImageList", {"strListType":strListType}, this.GetImageList.getArguments().slice(1));
	},
	url: '/beijing2008/ajaxpro/Web.index,Web.ashx'
}));
Web.index = new Web.index_class();

