if(typeof Community_PlayScreenshots == "undefined") Community_PlayScreenshots={};
Community_PlayScreenshots_class = function() {};
Object.extend(Community_PlayScreenshots_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_PlayScreenshots,App_Web_wuqroong.ashx'
}));
Community_PlayScreenshots = new Community_PlayScreenshots_class();

