!function(e){var t={};function n(a){if(t[a])return t[a].exports;var i=t[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:a})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=371)}({366:function(e,t,n){e.exports=n.p+"css/archive.min.css"},367:function(e,t,n){ /*! * clipboard.js v2.0.1 * https://zenorocha.github.io/clipboard.js * * Licensed MIT © Zeno Rocha */ var a;a=function(){return function(e){var t={};function n(a){if(t[a])return t[a].exports;var i=t[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:a})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=3)}([function(e,t,n){var a,i,o;i=[e,n(7)],void 0===(o="function"==typeof(a=function(e,t){"use strict";var n,a=(n=t)&&n.__esModule?n:{default:n},i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var e=this,t="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[t?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,a.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,a.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var e=void 0;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==(void 0===e?"undefined":i(e))||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}]),e}();e.exports=r})?a.apply(t,i):a)||(e.exports=o)},function(e,t,n){var a=n(6),i=n(5);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!a.string(t))throw new TypeError("Second argument must be a String");if(!a.fn(n))throw new TypeError("Third argument must be a Function");if(a.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(a.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,function(e){e.addEventListener(t,n)}),{destroy:function(){Array.prototype.forEach.call(e,function(e){e.removeEventListener(t,n)})}}}(e,t,n);if(a.string(e))return function(e,t,n){return i(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},function(e,t){function n(){}n.prototype={on:function(e,t,n){var a=this.e||(this.e={});return(a[e]||(a[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var a=this;function i(){a.off(e,i),t.apply(n,arguments)}return i._=t,this.on(e,i,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),a=0,i=n.length;a0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===l(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=(0,r.default)(e,"click",function(e){return t.onClick(e)})}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new i.default({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return u("action",e)}},{key:"defaultTarget",value:function(e){var t=u("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return u("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach(function(e){n=n&&!!document.queryCommandSupported(e)}),n}}]),t}(o.default);function u(e,t){var n="data-clipboard-"+e;if(t.hasAttribute(n))return t.getAttribute(n)}e.exports=d})?a.apply(t,i):a)||(e.exports=o)},function(e,t){var n=9;if("undefined"!=typeof Element&&!Element.prototype.matches){var a=Element.prototype;a.matches=a.matchesSelector||a.mozMatchesSelector||a.msMatchesSelector||a.oMatchesSelector||a.webkitMatchesSelector}e.exports=function(e,t){for(;e&&e.nodeType!==n;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},function(e,t,n){var a=n(4);function i(e,t,n,i,o){var r=function(e,t,n,i){return function(n){n.delegateTarget=a(n.target,t),n.delegateTarget&&i.call(e,n)}}.apply(this,arguments);return e.addEventListener(n,r,o),{destroy:function(){e.removeEventListener(n,r,o)}}}e.exports=function(e,t,n,a,o){return"function"==typeof e.addEventListener?i.apply(null,arguments):"function"==typeof n?i.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,function(e){return i(e,t,n,a,o)}))}},function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},function(e,t){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var a=window.getSelection(),i=document.createRange();i.selectNodeContents(e),a.removeAllRanges(),a.addRange(i),t=a.toString()}return t}}])},e.exports=a()},368:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a,i=n(367),o=(a=i)&&a.__esModule?a:{default:a};function r(e,t){var n=e.querySelector("output");n||((n=document.createElement("output")).setAttribute("role","alert"),e.appendChild(n)),n.textContent="",n.textContent=t}function s(e){e.querySelector("input")&&(e.appendChild(function(e){var t=document.createElement("button");return t.type="button",t.textContent="Copy",t.title="Copy to clipboard",t.setAttribute("data-clipboard-target","#"+e.querySelector("input").id),t}(e)),e.setAttribute("data-copyable-text-ready",""))}t.default=function(){var e,t=document.querySelectorAll("[data-copyable-text]:not([data-copyable-text-ready])");t.length<=0||o.default.isSupported()&&([].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t
Air date
'+i+"
"):l(e).parent().append('

Show

'+i+"
")}),!1}},{key:"nav_tophat_setup",value:function(){l("#nav-tophat").length&&(e.isTouchDevice()?l("body").addClass("touch"):e.logoText(),l("#nav-tophat").on("show.bs.collapse",function(){return l("#navwrap1").addClass("hatted")}).on("hide.bs.collapse",function(){return l("#navwrap1").removeClass("hatted")}),l(".navbar a.navia-link").on("click",function(t){var n=!l("#nav-tophat-helper:visible").length,a=l("#nav-tophat").hasClass("in"),i=this,o=l(t.target).attr("data-top-kind")||l(t.currentTarget).attr("data-top-kind"),r=l(".navbar .dropdown-ia.hatted a").attr("data-top-kind");return n&&a&&r!==o||(l(".toprow").hide(),l(".toprow."+o).show()),a||(l("#nav-tophat").collapse("show"),e.tophat_dont_count_first_open?delete e.tophat_dont_count_first_open:"undefined"!=typeof archive_analytics&&archive_analytics.send_ping({kind:"event",ec:"page_action",ea:"nav_tophat_galactica",el:location.pathname,cache_bust:Math.random()})),void 0!==r&&c("isnow",r),c("shouldB",o),r===o?(l("#nav-tophat").collapse("hide"),!1):n&&a&&r!==o?(l("#nav-tophat").one("hidden.bs.collapse",function(){setTimeout(function(){return l(i).click()},100)}),l("#nav-tophat").collapse("hide"),!1):(l(".navbar .dropdown-ia").removeClass("hatted").has("."+o).addClass("hatted"),l("#nav-tophat").on("hidden.bs.collapse",function(){return l(".navbar .dropdown-ia").removeClass("hatted")}),l(document).one("click.tophat.nixer",function(e){var t=l(e.target);"nav-wb-url"!==t.attr("id")&&(t.is("a")||t.hasClass("item-img")||t.hasClass("item-ia")||l("#nav-tophat.in").collapse("hide"))}),!1)}))}},{key:"isTouchDevice",value:function(){return"ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch}},{key:"footer",value:function(){e.isTouchDevice()||void 0===l.fn.tooltip||l('.navbar [data-toggle="tooltip"], .container-ia [data-toggle="tooltip"], #cols [data-toggle="tooltip"], #tvbanner [data-toggle="tooltip"]').tooltip({})}},{key:"wrapdark_watcher",value:function(){if(e.$sharedown||(e.$sharedown=l("#sharedown"),e.$wrapdark=l("#wrapdark")),e.wrapdark_watcher_ptr||(e.wrapdark_watcher_ptr=setInterval(e.wrapdark_watcher,1e3)),e.$sharedown.length&&e.$wrapdark.length){var t=e.$sharedown.offset().top+e.$sharedown.find(".panel-heading").innerHeight();parseInt(e.$wrapdark.css("height"),10)!==t&&(e.$wrapdark.css({height:t}).show(),c(" WRAPDARK-ED to ",t))}else clearInterval(e.wrapdark_watcher_ptr)}},{key:"mute_click",value:function(){var t=!l.cookie("unmute");if(this.emulator)this.emulator.setMute(!t);else{var n=jwplayer("jw6");if(n){var a=n.getVolume();a?(e.mute_click_prior_volume=a,n.setVolume(0)):n.setVolume(void 0===e.mute_click_prior_volume?100:e.mute_click_prior_volume)}}return l("#theatre-ia .iconochive-mute, #theatre-ia .iconochive-unmute").toggle(),t?l.cookie("unmute",1,{path:"/details",expires:30}):l.cookie("unmute",null,{path:"/details"}),!1}},{key:"emulate_setup",value:function(t){t.toString=function(){return t.identifier},e.emulator=new IALoader(l("#canvas").get(0),t,null,t.scale?parseFloat(t.scale):1,0===t.module.indexOf("dosbox")?"/images/dosbox.png":"/images/mame.png"),l("#theatre-ia .iconochive-unmute, #theatre-ia .iconochive-mute").hide(),l.cookie("unmute")?(l("#theatre-ia .iconochive-unmute").show(),e.emulator.unmute()):(l("#theatre-ia .iconochive-mute").show(),e.emulator.mute()),e.theatre_controls_position(),l(window).on("resize orientationchange",function(){clearTimeout(e.theatre_controls_position_throttler),e.theatre_controls_position_throttler=setTimeout(e.theatre_controls_position,250)})}},{key:"emulate",value:function(){l(".ui-keyboard").prepend('\n ').appendTo(l("#emulate .posrel")).addClass("showing"),l("#jsmessSS").fadeOut("slow"),l("#canvasholder").css("visibility","visible"),e.emulator.start({hasCustomCSS:!0});var t=JSMESS||DOSBOX||!1;return t&&(canvas.webkitRequestFullScreen||canvas.mozRequestFullScreen||canvas.requestFullScreen)&&(l("#gofullscreen").on("click",function(){return Module.requestFullScreen(1,0)}),"onfullscreenchange"in document?document.addEventListener("fullscreenchange",t.fullScreenChangeHandler):"onmozfullscreenchange"in document?document.addEventListener("mozfullscreenchange",t.fullScreenChangeHandler):"onwebkitfullscreenchange"in document&&document.addEventListener("webkitfullscreenchange",t.fullScreenChangeHandler)),setTimeout(e.theatre_controls_position,100),setTimeout(e.theatre_controls_position,500),setTimeout(e.theatre_controls_position,3e3),setTimeout(e.theatre_controls_position,1e4),!1}},{key:"theatre_controls_position",value:function(e,t,n,a){var i=e,o=a&&!e;if(o||(e||(i=l("#canvas")),i.length)){var r=o?a:i.height(),s=o?n:i.width();o||void 0===t||l("#theatre-controls").offset({top:t});var d=Math.round((l("#theatre-ia-wrap").width()-l("#theatre-controls").width()-s)/2);c("width",s),c("right_gutter_width",d),l("#theatre-controls").css({height:r,visibility:"visible",right:Math.max(20,d/2)})}}},{key:"booksize",value:function(){if(l("#texty").length){e.theatresize();var t=l("#texty iframe"),n=function(){var e=l(t.get(0).contentDocument);return e.find("#BookReader").length>0&&(e.find("body, #BookReader").css("background-color","transparent"),!0)};if(!n())var a=setInterval(function(){n()&&clearInterval(a)},200);if(!(void 0!==l("#texty").data("lendable-book"))&&!e.booksize_controls_hidden){e.booksize_controls();var i=setInterval(function(){e.booksize_controls_hidden?clearInterval(i):e.booksize_controls()},200)}}}},{key:"booksize_controls",value:function(){var t=l("iframe:first");if(t.length){var n=l(t.get(0).contentDocument);if(n.length){if(!e.booksize_controls_hidden){if(!n.find("#BRnav").length)return void c("BOOK NOT READY YET");n.find("#BRtwopageview").length>0&&n.find("#BRnav").hide(),e.booksize_controls_hidden=!0,l("#texty iframe").css("visibility","visible"),c("BOOK CONTROLS HIDDEN!")}n.find("body, #BookReader").css("background-color","transparent");var a=n.find("#BRtwopageview, #BRpageview"),i=l(".navbar"),o=i.offset().top+i.height()+parseInt(l("#texty").css("padding-top"),10);e.theatre_controls_position(a,o),c("book top",t.offset().top+a.offset().top," -v- pegTop",o),l("#theatre-ia").css({overflow:"hidden"})}}}},{key:"popcornsize",value:function(){var t=function(){var e=l(window).height()-l("iframe:first").offset().top-100,t=l("#theatre-ia .row").outerWidth(),n={width:t,height:Math.min(e,9*t/16+43)};c("popcorn resize: ",n),l("iframe:first").css(n)};t(),l(window).on("resize orientationchange",function(){clearTimeout(e.popcorn_throttler),e.popcorn_throttler=setTimeout(t,250)})}},{key:"theatresize",value:function(t){e.theatresize_maxheight||(e.theatresize_maxheight=null);var n=function(){var n=Math.min(l(window).width(),400),a=l(window).height()-l("#navwrap1").height()-100;e.theatresize_maxheight&&(a=Math.min(a,e.theatresize_maxheight)),a=Math.max(a,n);var i=Math.min(a,1e3);l("#theatre-ia-wrap").addClass("resized").css("height",i),t&&t(l("#theatre-ia-wrap").height())};n(),l(window).on("resize orientationchange",function(){clearTimeout(e.theatresize_throttler),e.theatresize_throttler=setTimeout(n,250)})}},{key:"carouselsize",value:function(t,n){var a=l(t),i=a.find("img.carousel-image").map(function(e,t){var n=l.Deferred(),a=void 0;return t.complete?a=n.resolve(t.naturalHeight).promise():(t.addEventListener("load",function(){n.resolve(t.naturalHeight)}),a=n),a});l.when.apply(l,function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);ti&&(a.css("maxHeight",i),n&&(e.theatresize_maxheight=i,l(window).trigger("resize")))})}},{key:"pause",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"jw6",t=jwplayer(e);t&&t.getState&&"playing"===t.getState().toLowerCase()&&t.pause()}},{key:"morf",value:function(t,n){var a=l(t).attr("href");n&&"-"===n[0]?l.cookie(n.substr(1).concat("A2Z"),1,{path:"/",expires:1}):n&&l.cookie(n.concat("A2Z"),null,{path:"/",expires:1});var i={selectorID:"morf-modal"},o="#"+i.selectorID,r=React.createElement("div",{className:"modal-dialog"},React.createElement("div",{className:"modal-content"},React.createElement("div",{className:"modal-header modal-header-std"},React.createElement("button",{type:"button",className:"close","data-dismiss":"modal","aria-hidden":"true"},React.createElement("span",{className:"iconochive-remove-circle"})),React.createElement("h2",{className:"modal-title"})),React.createElement("div",{className:"modal-body",id:i.selectorID.concat("-body")})));return l(o).length||l("body").prepend(l('\x3c!--mo--\x3e
":"",s+='\n\n '+g+'\n\n
'),void 0!==p&&""!==p||(v=!0),s+=v?'
':'\n
\n\n '+p+'\n\n
';for(var b=1,y=void 0,w=void 0,k=0;k0&&(b=1-y),w=parseInt(y,10)+b,y=(y="0000".concat(y)).substr(y.length-4,4),s+='['+w+"] "}s+=v?"
":"
\x3c!--pages--\x3e
\x3c!--day--\x3e",c=m}s+="
\x3c!--mo--\x3e",l("#pdfs .replaced").html(s)}},{key:"grafs",value:function(){var t=l("#grafs1"),n=l("#grafs2");if(t.length&&void 0!==t.attr("data-id")){var a=t.attr("data-id");t.attr("data-id",null),c("loading grafs"),t.html('loading graph ').show(),n.html('loading graph ').show();l.get("/details/".concat(a,"&grafs=1&v=3"),function(e){var a=e.split("

");a.length>=3&&(l("#activity-reviewsN").html(a[1]).parents(".activity-box").show(),l("#activity-forumN ").html(a[2]).parents(".activity-box").show()),5===a.length?(t.html("

"+a[3]),n.html("

"+a[4])):(t.html("(graph data not available)"),n.html("(graph data not available)"))}),e.setUpTopRegionsTable()}}},{key:"quick_down",value:function(e,t){var n="#"+e;if(l(".format-group.in").length)l(".format-group").slideDown(400),setTimeout(function(){l(".format-group.in").removeClass("in"),l(".download-button").html("DOWNLOAD OPTIONS")},400),l(n).slideUp();else{var a=l(t).text(),i=l(n).parents(".format-group");l(".download-button").html(a.concat(" FILES")),i.addClass("in"),l(".format-group:not(.in)").slideUp(),l(n).slideDown()}return!1}},{key:"arg",value:function(e,t){for(var n=t&&""===location.search?location.href.slice(1).split("&"):location.search.slice(1).split("&"),a=0;a0?unescape(i).split(","):""}return""}},{key:"logoText",value:function(){var e=!1;l(".navbar-nav:first").on("mouseenter focusin",function(t){l(t.target).is("ul, .navbar-brand, .iconochive-logo, .logo-text-hider")&&(e=setTimeout(function(){l("#internet-archive").length?l("#internet-archive").fadeOut("slow",function(){l("#internet-archive").remove(),l("#exit-er").show()}):(l("#exit-er").hide(),l(".navbar-nav:first").prepend(l('\n