var _____WB$wombat$assign$function_____=function(name){return (globalThis._wb_wombat && globalThis._wb_wombat.local_init && globalThis._wb_wombat.local_init(name))||globalThis[name];};if(!globalThis.__WB_pmw){globalThis.__WB_pmw=function(obj){this.__WB_source=obj;return this;}}{ let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); Type.registerNamespace('bokehcomua.services'); bokehcomua.services.ICommentService=function() { bokehcomua.services.ICommentService.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } bokehcomua.services.ICommentService.prototype={ _get_path:function() { var p = this.get_path(); if (p) return p; else return bokehcomua.services.ICommentService._staticInstance.get_path();}, GetCommentsList:function(itemId,itemType,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'GetCommentsList',false,{itemId:itemId,itemType:itemType},succeededCallback,failedCallback,userContext); }, IsUserLogined:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'IsUserLogined',false,{},succeededCallback,failedCallback,userContext); }, SendComent:function(itemId,itemType,message,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'SendComent',false,{itemId:itemId,itemType:itemType,message:message},succeededCallback,failedCallback,userContext); }, DeleteComent:function(commentId,itemId,itemType,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'DeleteComent',false,{commentId:commentId,itemId:itemId,itemType:itemType},succeededCallback,failedCallback,userContext); }} bokehcomua.services.ICommentService.registerClass('bokehcomua.services.ICommentService',Sys.Net.WebServiceProxy); bokehcomua.services.ICommentService._staticInstance = new bokehcomua.services.ICommentService(); bokehcomua.services.ICommentService.set_path = function(value) { bokehcomua.services.ICommentService._staticInstance.set_path(value); } bokehcomua.services.ICommentService.get_path = function() { return bokehcomua.services.ICommentService._staticInstance.get_path(); } bokehcomua.services.ICommentService.set_timeout = function(value) { bokehcomua.services.ICommentService._staticInstance.set_timeout(value); } bokehcomua.services.ICommentService.get_timeout = function() { return bokehcomua.services.ICommentService._staticInstance.get_timeout(); } bokehcomua.services.ICommentService.set_defaultUserContext = function(value) { bokehcomua.services.ICommentService._staticInstance.set_defaultUserContext(value); } bokehcomua.services.ICommentService.get_defaultUserContext = function() { return bokehcomua.services.ICommentService._staticInstance.get_defaultUserContext(); } bokehcomua.services.ICommentService.set_defaultSucceededCallback = function(value) { bokehcomua.services.ICommentService._staticInstance.set_defaultSucceededCallback(value); } bokehcomua.services.ICommentService.get_defaultSucceededCallback = function() { return bokehcomua.services.ICommentService._staticInstance.get_defaultSucceededCallback(); } bokehcomua.services.ICommentService.set_defaultFailedCallback = function(value) { bokehcomua.services.ICommentService._staticInstance.set_defaultFailedCallback(value); } bokehcomua.services.ICommentService.get_defaultFailedCallback = function() { return bokehcomua.services.ICommentService._staticInstance.get_defaultFailedCallback(); } bokehcomua.services.ICommentService.set_enableJsonp = function(value) { bokehcomua.services.ICommentService._staticInstance.set_enableJsonp(value); } bokehcomua.services.ICommentService.get_enableJsonp = function() { return bokehcomua.services.ICommentService._staticInstance.get_enableJsonp(); } bokehcomua.services.ICommentService.set_jsonpCallbackParameter = function(value) { bokehcomua.services.ICommentService._staticInstance.set_jsonpCallbackParameter(value); } bokehcomua.services.ICommentService.get_jsonpCallbackParameter = function() { return bokehcomua.services.ICommentService._staticInstance.get_jsonpCallbackParameter(); } bokehcomua.services.ICommentService.set_path("."); bokehcomua.services.ICommentService.GetCommentsList= function(itemId,itemType,onSuccess,onFailed,userContext) {bokehcomua.services.ICommentService._staticInstance.GetCommentsList(itemId,itemType,onSuccess,onFailed,userContext); } bokehcomua.services.ICommentService.IsUserLogined= function(onSuccess,onFailed,userContext) {bokehcomua.services.ICommentService._staticInstance.IsUserLogined(onSuccess,onFailed,userContext); } bokehcomua.services.ICommentService.SendComent= function(itemId,itemType,message,onSuccess,onFailed,userContext) {bokehcomua.services.ICommentService._staticInstance.SendComent(itemId,itemType,message,onSuccess,onFailed,userContext); } bokehcomua.services.ICommentService.DeleteComent= function(commentId,itemId,itemType,onSuccess,onFailed,userContext) {bokehcomua.services.ICommentService._staticInstance.DeleteComent(commentId,itemId,itemType,onSuccess,onFailed,userContext); } var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor; Type.registerNamespace('SpiderLabs.Bokeh.Models.Dto.Comments'); if (typeof(SpiderLabs.Bokeh.Models.Dto.Comments.CommentDto) === 'undefined') { SpiderLabs.Bokeh.Models.Dto.Comments.CommentDto=gtc("CommentDto:http://schemas.datacontract.org/2004/07/SpiderLabs.Bokeh.Models.Dto.Comments"); SpiderLabs.Bokeh.Models.Dto.Comments.CommentDto.registerClass('SpiderLabs.Bokeh.Models.Dto.Comments.CommentDto'); } Type.registerNamespace('SpiderLabs.Bokeh.Models.Dto.User'); if (typeof(SpiderLabs.Bokeh.Models.Dto.User.UserProfileDto) === 'undefined') { SpiderLabs.Bokeh.Models.Dto.User.UserProfileDto=gtc("UserProfileDto:http://schemas.datacontract.org/2004/07/SpiderLabs.Bokeh.Models.Dto.User"); SpiderLabs.Bokeh.Models.Dto.User.UserProfileDto.registerClass('SpiderLabs.Bokeh.Models.Dto.User.UserProfileDto'); } if (typeof(SpiderLabs.Bokeh.Models.Dto.User.UserRightDto) === 'undefined') { SpiderLabs.Bokeh.Models.Dto.User.UserRightDto=gtc("UserRightDto:http://schemas.datacontract.org/2004/07/SpiderLabs.Bokeh.Models.Dto.User"); SpiderLabs.Bokeh.Models.Dto.User.UserRightDto.registerClass('SpiderLabs.Bokeh.Models.Dto.User.UserRightDto'); } Type.registerNamespace('SpiderLabs.Bokeh.Models.Dto.Dictionaties'); if (typeof(SpiderLabs.Bokeh.Models.Dto.Dictionaties.CityDto) === 'undefined') { SpiderLabs.Bokeh.Models.Dto.Dictionaties.CityDto=gtc("CityDto:http://schemas.datacontract.org/2004/07/SpiderLabs.Bokeh.Models.Dto.Dictionaties"); SpiderLabs.Bokeh.Models.Dto.Dictionaties.CityDto.registerClass('SpiderLabs.Bokeh.Models.Dto.Dictionaties.CityDto'); } Type.registerNamespace('SpiderLabs.Bokeh.Models.ImageModels'); if (typeof(SpiderLabs.Bokeh.Models.ImageModels.UserProfileImage) === 'undefined') { SpiderLabs.Bokeh.Models.ImageModels.UserProfileImage=gtc("UserProfileImage:http://schemas.datacontract.org/2004/07/SpiderLabs.Bokeh.Models.ImageModels"); SpiderLabs.Bokeh.Models.ImageModels.UserProfileImage.registerClass('SpiderLabs.Bokeh.Models.ImageModels.UserProfileImage'); } if (typeof(SpiderLabs.Bokeh.Models.ImageModels.Base) === 'undefined') { SpiderLabs.Bokeh.Models.ImageModels.Base=gtc("Base:http://schemas.datacontract.org/2004/07/SpiderLabs.Bokeh.Models.ImageModels"); SpiderLabs.Bokeh.Models.ImageModels.Base.registerClass('SpiderLabs.Bokeh.Models.ImageModels.Base'); } Type.registerNamespace('SpiderLabs.Bokeh.Models.Types'); if (typeof(SpiderLabs.Bokeh.Models.Types.CommentType) === 'undefined') { SpiderLabs.Bokeh.Models.Types.CommentType = function() { throw Error.invalidOperation(); } SpiderLabs.Bokeh.Models.Types.CommentType.prototype = {photo: 1,blog: 2,mainfeed: 3,events: 4,eventReport: 5,news: 7,article: 8} SpiderLabs.Bokeh.Models.Types.CommentType.registerEnum('SpiderLabs.Bokeh.Models.Types.CommentType', true); } if (typeof(SpiderLabs.Bokeh.Models.Types.UserRight) === 'undefined') { SpiderLabs.Bokeh.Models.Types.UserRight = function() { throw Error.invalidOperation(); } SpiderLabs.Bokeh.Models.Types.UserRight.prototype = {Photographer: 0,Admin: 1,Moderator: 2,Manager: 3,User: 4,Reporter: 5,ContentManager: 6} SpiderLabs.Bokeh.Models.Types.UserRight.registerEnum('SpiderLabs.Bokeh.Models.Types.UserRight', true); } } /* FILE ARCHIVED ON 07:44:16 May 30, 2018 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:31:56 Aug 16, 2026. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.362 exclusion.robots: 0.032 exclusion.robots.policy: 0.024 esindex: 0.008 cdx.remote: 9.115 LoadShardBlock: 3565.088 (3) PetaboxLoader3.resolve: 336.83 (5) PetaboxLoader3.datanode: 3585.083 (5) load_resource: 359.007 (2) */