if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPicList: function() {
		return this.invoke("GetPicList", {}, this.GetPicList.getArguments().slice(0));
	},
	url: '/ajaxpro/Index,App_Web_hu_uqbfj.ashx'
}));
Index = new Index_class();

