if(typeof Community_PhotoList == "undefined") Community_PhotoList={};
Community_PhotoList_class = function() {};
Object.extend(Community_PhotoList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotoList: function(PageNum, RowNum, IsMyAccount) {
		return this.invoke("GetPhotoList", {"PageNum":PageNum, "RowNum":RowNum, "IsMyAccount":IsMyAccount}, this.GetPhotoList.getArguments().slice(3));
	},
	url: '/ajaxpro/Community_PhotoList,App_Web_wuqroong.ashx'
}));
Community_PhotoList = new Community_PhotoList_class();

