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");
/*! jQuery carousel - v0.3.2 - 2014-04-14
* https://github.com/amazingSurge/jquery-carousel
* Copyright (c) 2014 amazingSurge; Licensed GPL */
!function(a,b,c,d){"use strict";var e={transition:function(){var c,e,f="",g=!1,h=b.createElement("fakeelement"),i={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionend",transition:"transitionend"};for(c in i)if(h.style[c]!==d){e=i[c],g=!0;break}return/(WebKit)/i.test(a.navigator.userAgent)&&(f="-webkit-"),{prefix:f,end:e,supported:g}}},f=function(g,h){this.element=g,this.$element=c(g),this.options=c.extend(!0,{},f.defaults,h,this.$element.data());var i=this.options.namespace;if(this.$element.addClass(i),this.$ul=this.$element.children("ul"),this.$wrap=this.$element.wrap('
').parent(),this.current=0,this.navNumber=this.options.navNumber,"right"===this.options.direction||"left"===this.options.direction?this.direction="horizontal":("top"===this.options.direction||"bottom"===this.options.direction)&&(this.direction="vertical"),this.transition=e.transition(),this.options.useCSS&&(this.transition.supported||(this.options.useCSS=!1)),null==this.options.rtl&&(this.options.rtl=function(a){if("rtl"===(""+a.attr("dir")).toLowerCase())return!0;var b=!1;return a.parents("[dir]").each(function(){return/rtl/i.test(c(this).attr("dir"))?(b=!0,!1):void 0}),b}(this.$element)),this.options.rtl&&this.$element.addClass(i+"_rtl"),this.isMoving=!1,this.type=this.options.type,"undefined"!=typeof f.types[this.type]){var j=this;c.extend(j,{trigger:function(a){this.$element.trigger("carousel::"+a,this),a=a.replace(/\b\w+\b/g,function(a){return a.substring(0,1).toUpperCase()+a.substring(1)});var b="on"+a,c=arguments.length>1?Array.prototype.slice.call(arguments,1):d;"function"==typeof this.options[b]&&this.options[b].apply(this,c)},applyMethod:function(a){var b=arguments.length>1?Array.prototype.slice.call(arguments,1):d;return"function"==typeof f.types[this.type][a]?f.types[this.type][a].apply(j,b):void 0},prepare:function(){"function"==typeof j.options.load?j.options.load(j.loadCallback):j.init.call(j)},loadCallback:function(a){var b="";c.each(a,function(a,c){b+=j.options.render(c)}),j.$ul.html(b),j.init.call(j)},init:function(){this.trigger("init"),this.applyMethod("init"),j.$items=j.$ul.children(),j.total=j.$items.length,j.build(),j.options.autoplay&&(j.autoplay.enabled=!0,j.autoplay.start()),(j.options.mousewheel||j.options.keyboard)&&j.$element.attr("tabindex","0"),j.$element.on("go",function(a,b){j.visibleNumber===j.total&&"undefined"==typeof j.prevNumber&&(b.force=!0),("undefined"!=typeof b.force&&b.force!==!1||!j.isMoving)&&j.applyMethod("go",b)}),j.options.responsive&&c(a).on("resize",this.resize),this.trigger("ready")},build:function(){this.$ul.addClass(i+"-items"),this.applyMethod("build")},resize:function(){j.isMoving&&j.moveEnd(),j.trigger("resize"),j.applyMethod("resize"),j.$element.trigger("go",{index:j.current,force:!0})},autoplay:{enabled:!1,timeout:null,start:function(){j.options.infinite=!0,this.timeout&&clearTimeout(this.timeout),this.timeout=setTimeout(function(){j.go()},j.options.delay)},stop:function(){clearTimeout(this.timeout)}},animate:function(b,c,d,e,f){j.options.useCSS?a.setTimeout(function(){j.insertRule(".duration_"+d+" {"+j.transition.prefix+"transition-duration:"+d+"ms;}"),b.addClass("duration_"+d+" easing_"+e).one(j.transition.end,function(){b.removeClass("duration_"+d+" easing_"+e),f.call(this)}),b.css(c)},10):b.animate(c,d,e,f)},move:function(a,b,c,d){var e={};this.isMoving=!0,this.moveEnd=function(){"function"==typeof c&&c.call(j),j.autoplay.enabled&&j.autoplay.start(),j.isMoving=!1,j.$element.trigger("moveEnd")},e[j.animateProperty]=-a,b?(this.$ul.css(e),this.moveEnd()):("undefined"==typeof d&&(d=j.options.speed),d=Math.ceil(d),this.animate(this.$ul,e,d,j.options.easing,this.moveEnd))},insertRule:function(a){if(!j.rules||!j.rules[a])if(j.rules===d?j.rules={}:j.rules[a]=!0,b.styleSheets&&b.styleSheets.length)b.styleSheets[0].insertRule(a,0);else{var c=b.createElement("style");c.innerHTML=a,b.head.appendChild(c)}}}),this.prepare(this)}};f.defaults={namespace:"carousel",type:"basic",autoplay:!0,infinite:!1,lazyload:!1,delay:4e3,speed:1e3,rtl:null,direction:"right",pager:!0,nav:!0,navNumber:1,prevText:"Previous",nextText:"Next",render:function(a){return'
'},load:null,mousewheel:!0,touch:!0,keyboard:!0,responsive:!0,afterLazyLoad:!1,useCSS:!1,easing:"linear"},f.types={},f.registerType=function(a,b){f.types[a]=b};var g={go:function(a){var b,c=0;a.step?(b=this.current+a.step,b>this.total-this.visibleNumber&&(b=this.options.infinite&&this.current===this.total-this.visibleNumber?0:this.total-this.visibleNumber),0>b&&(b=this.options.infinite&&0===this.current?this.total-this.visibleNumber:0)):"undefined"!=typeof a.index&&(b=a.index,b>this.total-this.visibleNumber&&(b=this.total-this.visibleNumber)),c=this.itemSize*b,"undefined"==typeof a.duration&&(a.duration=this.options.speed),this.move(c,a.force,function(){this.current=b},a.duration)},init:function(){var a=this;this.$element.on("touchend",function(b,c){var d=Math.round(c.distance/a.itemSize),e=c.current-d;0>e?e=0:e>a.total-a.visibleNumber&&(e=a.total-a.visibleNumber),a.$element.trigger("go",{index:e,duration:a.options.speed/2})})},build:function(){this.applyMethod("fillGutter"),this.$ul.css(this.animateProperty,"0")},getCssVariables:function(){return"horizontal"===this.direction?this.options.rtl?{viewport:this.$element.width(),item:this.$items.outerWidth(),before:"margin-left",after:"margin-right",animate:"right"}:{viewport:this.$element.width(),item:this.$items.outerWidth(),before:"margin-left",after:"margin-right",animate:"left"}:{viewport:this.$element.height(),item:this.$items.outerHeight(),before:"margin-top",after:"margin-bottom",animate:"top"}},fillGutter:function(){var a=this.applyMethod("getCssVariables");this.visibleNumber=Math.floor(a.viewport/a.item),0===this.visibleNumber&&(this.visibleNumber=1),this.totalthis.visibleNumber||0===this.navNumber?this.navNumber=this.visibleNumber:this.options.navNumberb&&(b=0),c[a.before]=b,c[a.after]=b,this.$items.css(c),this.itemSize=a.item+2*b,this.viewportSize=a.viewport,this.animateProperty=a.animate},resize:function(){this.applyMethod("fillGutter")}};f.registerType("basic",g),f.registerType("circular",c.extend(!0,{},g,{go:function(a){var b,c,d=0;a.step?(c=a.step,b=this.current+a.step,b>=this.total&&(b-=this.total),0>b&&(b+=this.total)):"undefined"!=typeof a.index&&(b=a.index,c=b-this.current,c<-this.visibleNumber&&this.current+this.visibleNumber>=this.total&&(c=b+this.total-this.current)),this.applyMethod("allowance",c),d=(b-this.prevNumber>=this.visibleNumber?b-this.prevNumber:b+this.total-this.prevNumber)*this.itemSize,"undefined"==typeof a.duration&&(a.duration=this.options.speed),this.move(d,a.force,function(){this.current=b},a.duration)},allowance:function(a){var b,d,e,f=this.prevNumber+this.visibleNumber,g=this.$defaultItems.clone(!0),h=this,i=function(a,b,c){return a+=b,a>=c?a-=c:0>a&&(a+=c),a};if(f>=this.total&&(f-=this.total),a>0){var j=function(a){for(b=0;a>b;b++)d=b+h.nextNumber,d>=h.total&&(d-=h.total),c(g[d]).appendTo(h.$ul),h.$ul.children().first().remove();h.nextNumber=i(h.nextNumber,a,h.total),h.prevNumber=i(h.prevNumber,a,h.total),h.$ul.css(h.animateProperty,-(h.current-h.prevNumber)*h.itemSize)};this.current+a>=this.total?(e=this.total-this.prevNumber>this.visibleNumber?this.total-this.prevNumber-this.visibleNumber:this.visibleNumber,j(e)):f+this.visibleNumber<=this.current+a&&j(this.visibleNumber)}else if(0>a){var k=function(a){for(b=0;a>b;b++)d=h.prevNumber-1-b,0>d&&(d+=h.total),c(g[d]).prependTo(h.$ul),h.$ul.children().last().remove();h.nextNumber=i(h.nextNumber,-a,h.total),h.prevNumber=i(h.prevNumber,-a,h.total),h.$ul.css(h.animateProperty,-(h.visibleNumber+a+h.current-f)*h.itemSize)};f>this.current+a&&(e=this.visibleNumber,this.current+a=0&&(e=this.visibleNumber-(this.total-this.prevNumberf;)f+=a.total;for(;f>=a.total;)f-=a.total;if(d=f-a.current,a.current-f===a.total-1&&ea.step&&(d=-1),0!==d){var g=a.prevNumber,h=a.viewportSize;a.step=e,a.applyMethod("allowance",d),g!==a.prevNumber?(d>0&&0===f&&(h=(a.total-a.visibleNumber-g)*a.itemSize),0>d&&(h=-h,f=0&&(h=-(a.visibleNumber-(a.total-g0&&f%a.visibleNumber===0&&(c.position+=h),f===a.visibleNumber-1&&0>d&&(c.position-=h))}a.current=f}).on("touchend",function(b,c){if(0!==c.distance){for(var d=Math.round(c.distance/a.itemSize),e=c.current-d;0>e;)e+=a.total;for(;e>=a.total;)e-=a.total;a.step=0,a.$element.trigger("go",{index:e,duration:a.options.speed/2})}})},build:function(){this.applyMethod("fillGutter");var a,b;for(this.prevNumber=this.total-this.visibleNumber,this.nextNumber=this.visibleNumber+(this.total%this.visibleNumber===0?0:this.visibleNumber-this.total%this.visibleNumber),a=0;a=this.total&&(this.nextNumber-=this.total,a-=this.total),b=c(this.$items[a]).clone(!0),b.appendTo(this.$ul);this.$defaultItems=this.$items,this.$items=this.$ul.children(),this.$ul.css(this.animateProperty,-this.viewportSize)},resize:function(){var a=this.visibleNumber;this.applyMethod("fillGutter"),a!==this.visibleNumber&&(this.$ul.html(this.$defaultItems),this.$items=this.$defaultItems,this.applyMethod("build"))}})),f.prototype={constructor:f,next:function(a){("undefined"==typeof a||0===a||a>this.navNumber)&&(a=this.navNumber),this.$element.trigger("go",{step:a})},prev:function(a){("undefined"==typeof a||0===a||a>this.navNumber)&&(a=this.navNumber),this.$element.trigger("go",{step:-a})},go:function(){("right"===this.options.direction||"bottom"===this.options.direction)&&this.next(),("left"===this.options.direction||"top"===this.options.direction)&&this.prev()},goTo:function(a){this.$element.trigger("go",{index:a})},play:function(){this.autoplay.enabled=!0,this.autoplay.start()},pause:function(){this.autoplay.stop()},stop:function(){this.autoplay.enabled=!1,this.autoplay.stop()},destroy:function(){this.$trigger.remove(),this.$element.data("carousel",null)}},c.fn.carousel=function(a){if("string"==typeof a){var b=a,e=arguments.length>1?Array.prototype.slice.call(arguments,1):d;return this.each(function(){var a=c.data(this,"carousel");a&&"function"==typeof a[b]&&a[b].apply(a,e)})}return this.each(function(){c.data(this,"carousel")||c.data(this,"carousel",new f(this,a))})}}(window,document,jQuery),function(a,b,c){var d=c(b),e={keys:{UP:38,DOWN:40,LEFT:37,RIGHT:39},map:{},bound:!1,press:function(a){var b=a.keyCode||a.which;return b in e.map&&"function"==typeof e.map[b]&&e.map[b](a),!1},attach:function(a){var b,c;for(b in a)a.hasOwnProperty(b)&&(c=b.toUpperCase(),c in e.keys?e.map[e.keys[c]]=a[b]:e.map[c]=a[b]);e.bound||(e.bound=!0,d.bind("keydown",e.press))},detach:function(){e.bound=!1,e.map={},d.unbind("keydown",e.press)}};d.on("carousel::ready",function(a,b){b.options.keyboard===!0&&b.$element.on("focus",function(){return e.attach({left:function(){b.prev()},right:function(){b.next()},up:function(){b.prev()},down:function(){b.next()}}),!1}).on("blur",function(){e.detach()})})}(window,document,jQuery),function(a,b,c){var d=function(a){return{setup:function(){var b=this;a.$items.each(function(){var d=c(this),e=d.find('img[data-lazyload="true"]');e.length&&(d.addClass(a.options.namespace+"_loading"),b.preload(d,e,e.length))})},preload:function(b,d,e){var f=0,g=this;d.each(function(){var d=c(this),h=function(){f++,f===e&&b.removeClass(a.options.namespace+"_loading"),d.data("lazyload","loaded"),d.removeAttr("data-src"),"function"==typeof a.options.afterLazyLoad&&a.options.afterLazyLoad.apply(this,[a.$element])};"string"!=typeof d.data("src")?h():g.isCompleted(this)?h():(d.on("load error",function(){h(),d.unbind("load error")}),this.src=c(this).data("src"))})},isCompleted:function(a){return a.complete?"undefined"!=typeof a.naturalWidth&&0===a.naturalWidth?!1:!0:!1}}};c(b).on("carousel::ready",function(a,b){if(b.options.lazyload===!0){var c=d(b);c.setup()}})}(window,document,jQuery),function(a,b,c){var d=function(a){return{setup:function(){var b=a.$element.get(0),c=function(b){var c=0;b.preventDefault?b.preventDefault():(b.returnValue=!1,b.cancelBubble=!0),b.wheelDelta?c=b.wheelDelta/120:b.detail&&(c=-b.detail/3),c>0?a.prev():0>c&&a.next()};a.$element.on("focus",function(){b.addEventListener?(b.addEventListener("mousewheel",c,!1),b.addEventListener("DOMMouseScroll",c,!1)):b.attachEvent&&b.attachEvent("onmousewheel",c)}).on("blur",function(){b.addEventListener?(b.removeEventListener("mousewheel",c,!1),b.removeEventListener("DOMMouseScroll",c,!1)):b.attachEvent&&b.detachEvent("onmousewheel",c)})}}};c(b).on("carousel::ready",function(a,b){if(b.options.mousewheel===!0){var c=d(b);c.setup()}})}(window,document,jQuery),function(a,b,c){var d=function(a){return{setup:function(){this.current=0,this.$pager=c(''),this.build(),this.$pager.appendTo(a.$wrap),this.bind(),this.active(this.current)},build:function(){for(var b=[],c=Math.ceil(a.total/a.visibleNumber),d=1;c>=d;d++)b+=""+d+"";this.$pager.html(b),this.$items=this.$pager.children()},update:function(){this.build();var b=Math.floor(a.current/a.visibleNumber);this.active(b)},bind:function(){var b=this;this.$pager.on("click","li",function(){var b=c(this).index()*a.visibleNumber;return a.goTo(b),!1}),a.$element.on("moveEnd",function(){var c=Math.floor(a.current/a.visibleNumber);a.current===a.total-a.visibleNumber&&"undefined"==typeof a.prevNumber&&(c=Math.ceil(a.total/a.visibleNumber)-1),c!==this.current&&b.active(c)})},active:function(b){this.current=b,this.$items.removeClass(a.options.namespace+"-pager-active").eq(b).addClass(a.options.namespace+"-pager-active")}}};c(b).on("carousel::ready",function(a,b){if(b.options.pager===!0){var c=d(b);c.setup(),b.$element.on("carousel::resize",function(){c.update()})}})}(window,document,jQuery),function(a,b,c){var d=function(a){return{setup:function(){var b=a.options.namespace;this.$nav=c('"),this.$nav.appendTo(a.$wrap),this.$nav.on("click","a",function(){return c(this).is("."+b+"-nav-prev")?a.prev():a.next(),!1})}}};c(b).on("carousel::ready",function(a,b){if(b.options.nav===!0){var c=d(b);c.setup()}})}(window,document,jQuery),function(a,b,c){var d=function(d){d.options.namespace;return{supported:"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch,eventType:function(a){var b={start:this.supported?"touchstart":"mousedown",move:this.supported?"touchmove":"mousemove",end:this.supported?"touchend":"mouseup",cancel:this.supported?"touchcancel":"mouseout"};return b[a]},setup:function(){this.supported||(b.ondragstart=function(){return!1}),d.$element.on(this.eventType("start"),c.proxy(this.start,this)),d.$element.find("a").on(this.eventType("start"),function(a){this.timeStamp=a.timeStamp}).on("click",function(a){a.timeStamp-this.timeStamp>400&&a.preventDefault()})},getEvent:function(a){var b=a.originalEvent;return this.supported&&b.touches.length&&b.touches[0]&&(b=b.touches[0]),b},start:function(a){if(!d.isMoving){d.autoplay.enabled&&d.autoplay.stop();var e=this.getEvent(a);this.data={},"horizontal"===d.direction?this.data.start=e.pageX:"vertical"===d.direction&&(this.data.start=e.pageY),this.data.position=parseInt(d.$ul.css(d.animateProperty),10),this.data.current=d.current,this.data.distance=0,c(b).on(this.eventType("move"),c.proxy(this.move,this)).on(this.eventType("end"),c.proxy(this.end,this))}},move:function(a){var b=this.getEvent(a);"horizontal"===d.direction?(this.data.distance=(b.pageX||this.data.start)-this.data.start,d.options.rtl&&(this.data.distance=-this.data.distance)):"vertical"===d.direction&&(this.data.distance=(b.pageY||this.data.start)-this.data.start),d.$element.trigger("touchmove",this.data),d.$ul.css(d.animateProperty,this.data.distance+this.data.position)},end:function(){c(b).off(this.eventType("move")).off(this.eventType("end")),d.$element.trigger("touchend",this.data)}}};c(b).on("carousel::ready",function(a,b){if(b.options.touch===!0){var c=d(b);c.setup()}})}(window,document,jQuery);
}
/*
FILE ARCHIVED ON 03:43:38 May 04, 2015 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 19:23:23 Aug 06, 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.534
exclusion.robots: 0.052
exclusion.robots.policy: 0.042
esindex: 0.01
cdx.remote: 19.686
LoadShardBlock: 32.389 (3)
PetaboxLoader3.datanode: 69.75 (5)
load_resource: 416.879 (2)
PetaboxLoader3.resolve: 302.172 (2)
*/