Skip to main content

Explaining Apollo 10 Astronauts 'Space Music'

body
margin-top:0 !important;
padding-top:0 !important;
/*min-width:800px !important;*/

.wb-autocomplete-suggestions
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
position: absolute; display: none; z-index: 2147483647; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;

.wb-autocomplete-suggestion position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333;
.wb-autocomplete-suggestion b font-weight: bold;
.wb-autocomplete-suggestion.selected background: #f0f0f0;








success

fail


































Jun JUL Sep
Previous capture 26 Next capture
2015 2016 2018


11 captures
26 Jul 2016 - 25 Oct 2018









About this capture



COLLECTED BY




Organization: Internet Archive


The Internet Archive discovers and captures web pages through many different web crawls.

At any given time several distinct crawls are running, some for months, and some every day or longer.

View the web archive through the Wayback Machine.




Collection: Live Web Proxy Crawls



Content crawled via the Wayback Machine Live Proxy mostly by the Save Page Now feature on web.archive.org.



Liveweb proxy is a component of Internet Archive’s wayback machine project. The liveweb proxy captures the content of a web page in real time, archives it into a ARC or WARC file and returns the ARC/WARC record back to the wayback machine to process. The recorded ARC/WARC file becomes part of the wayback machine in due course of time.





TIMESTAMPS



loading







__wm.bt(575,27,25,2,"web","http://www.seeker.com/explaining-apollo-10-astronauts-space-music-1770921767.html","2016-07-26",1996);






var dnewsCookie = 'dnews_modal_seen';

// work with document referrer news.discovery.com
var docRef = document.referrer;
var foundRef = docRef.match(/^https?://([^/]+.)?news.discovery.com(/|$)/i);

// work with location.hash #ref=news.discovery.com OR #news.discovery.com
var locationHash = location.hash;
var foundHash = false;

if(locationHash.length)
var aHash = locationHash.split('#');
// there could be more hashes in the url
for(var i = 0; i < aHash.length; i++)


if ( foundRef || foundHash)
require(['jquery', 'jquery.cookie'], function($, cookies)
if ( !$.cookie(dnewsCookie) )
$("#dnews-redirect-modal").removeClass('hidden');
$.cookie(dnewsCookie, true, expires: 365 );


$('#dnews-redirect-modal').on('click', function(e)
if ( $(e.target).is('.dnews-redirect-modal__window') ) return false;
$(this).remove();
);
);





var sectionID = getPostSection("dnews", "dnews...".split("..."));
adConfig.csid = 'seekernetwork.com/' + getSectionCSID(sectionID) + "/Explaining-Apollo-10-Astronauts-Space-Music-".toLowerCase();


































require(['jquery'], function($)
$(function()
// showing dropdown
var enabledDropdown = '';
$('.rebelbar__section-links a').mouseenter(function()
// find section identifier
var section = $(this).attr('href');
if (!section)
section = 'unknown';
else
if (section.charAt(0) === '/')
section = section.substr(1);

if (section.charAt(section.length - 1) === '/')
section = section.slice(0, -1);



// check if dropdown template exist
if ($('.rebelbar__section-dropdowns .rebelbar__section-dropdown--' + section).length)

$('.rebelbar__sections').addClass('enabled-dropdown');
$('.rebelbar__sections').removeClass(enabledDropdown);

// set new enabled section class
enabledDropdown = 'enabled-' + section;
$('.rebelbar__sections').addClass(enabledDropdown);

else
$('.rebelbar__sections').removeClass('enabled-dropdown');

);

// hide dropdown on mouse leave
$('.rebelbar__sections').mouseleave(function()
$('.rebelbar__sections').removeClass('enabled-dropdown');
);
);

// enable pre-selected category in dropdowns content
$('.dropdown-content').each(function(i, elm)
var selected = $(elm).data('selected');
$(elm).addClass('nth-' + selected);
);

// toggling selected categoriy in dropdowns content
$('.dropdown-content__menu li a').mouseenter(function()
var order = $(this).parent().data('order');
var selected = $(this).closest('.dropdown-content').data('selected');
$(this).closest('.dropdown-content').removeClass('nth-' + selected).data('selected', order).addClass('nth-' + order);
);
);
















require(['jquery', 'core/event_dispatcher'], function($, eventDispatcher)
eventDispatcher.on('post_page:scrolled', function(postObj)
// get facebook share url
var fbHref = 'https://web.archive.org/web/20160726095231/https://www.facebook.com/sharer/sharer.php?u=' + postObj['post_url'] + '%3Fxrs%3DRebelMouse_fb';
$('.rebelbar__sharebar .share-fb').attr('href', fbHref);

// get twitter tweet text
var twText = '';
if (!postObj['alternate_headline_in_use'])
if (postObj['sharing_post_texts'])
if (!postObj['twitter_text'])
twText = postObj['share_headline'];
else
twText = postObj['twitter_text'];

else
twText = postObj['share_headline'];

else
twText = postObj['share_headline'];

// get twitter tweet url
var twHref = 'https://web.archive.org/web/20160726095231/https://twitter.com/intent/tweet?url=' + postObj['post_url'] + '&text=' + twText + '&' + postObj['twitter_params'];
$('.rebelbar__sharebar .share-tw').attr('href', twHref);

// get fb comments count
var $fbCommnetsCount = $('#fb-comments-' + postObj['id'] + ' .fb-comments-count');
if ($('#fb-comments-' + postObj['id'] + ' .fb-comments-count').attr('fb-xfbml-state') === 'rendered')
var fbCommnetsCount = $fbCommnetsCount.text();
$('.rebelbar__sharebar .share-discussion i').html(fbCommnetsCount);
else
FB.XFBML.parse(document.getElementById('fb-comments-' + postObj['id']), function()
var fbCommnetsCount = $fbCommnetsCount.text();
$('.rebelbar__sharebar .share-discussion i').html(fbCommnetsCount);
);

// update the article id in sharebar
$('.rebelbar__sharebar .share-discussion').data('article-id', postObj['id']);
);
);

/*!
* clipboard.js v1.5.10
* https://zenorocha.github.io/clipboard.js
*
* Licensed MIT © Zeno Rocha
*/
!function(t)if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();elsevar e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Clipboard=t()(function()var t,e,n;return function t(e,n,o)function i(c,a)if(!n[c])if(!e[c])var s="function"==typeof require&&require;if(!a&&s)return s(c,!0);if(r)return r(c,!0);var l=new Error("Cannot find module '"+c+"'");throw l.code="MODULE_NOT_FOUND",lvar u=n[c]=exports:;e[c][0].call(u.exports,function(t)var n=e[c][1][t];return i(n?n:t),u,u.exports,t,e,n,o)return n[c].exportsfor(var r="function"==typeof require&&require,c=0;c<o.length;c++)i(o[c]);return i(1:[function(t,e,n)var o=t("matches-selector");e.exports=function(t,e,n)for(var i=n?t:t.parentNode;i&&i!==document;)if(o(i,e))return i;i=i.parentNode,"matches-selector":5],2:[function(t,e,n)function o(t,e,n,o,r)var c=i.apply(this,arguments);return t.addEventListener(n,c,r),destroy:function()t.removeEventListener(n,c,r)function i(t,e,n,o)return function(n)n.delegateTarget=r(n.target,e,!0),n.delegateTarget&&o.call(t,n)var r=t("closest");e.exports=o,closest:1],3:[function(t,e,n)n.node=function(t)return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType,n.nodeList=function(t),n.string=function(t),n.fn=function(t)var e=Object.prototype.toString.call(t);return"[object Function]"===e,],4:[function(t,e,n)function o(t,e,n)if(!t&&!e&&!n)throw new Error("Missing required arguments");if(!a.string(e))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(t))return i(t,e,n);if(a.nodeList(t))return r(t,e,n);if(a.string(t))return c(t,e,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")function i(t,e,n)return t.addEventListener(e,n),destroy:function()t.removeEventListener(e,n)function r(t,e,n)return Array.prototype.forEach.call(t,function(t)t.addEventListener(e,n)),destroy:function()Array.prototype.forEach.call(t,function(t)t.removeEventListener(e,n))function c(t,e,n)return s(document.body,t,e,n)var a=t("./is"),s=t("delegate");e.exports=o,"./is":3,delegate:2],5:[function(t,e,n)function o(t,e)if(r)return r.call(t,e);for(var n=t.parentNode.querySelectorAll(e),o=0;oo;o++)n[o].fn.apply(n[o].ctx,e);return this,off:function(t,e)var n=this.e,e.exports=o,],8:[function(e,n,o)!function(i,r)if("function"==typeof t&&t.amd)t(["module","select"],r);else if("undefined"!=typeof o)r(n,e("select"));elsevar c=exports:;r(c,i.select),i.clipboardAction=c.exports(this,function(t,e)"use strict";function n(t)return t&&t.__esModule?t:"default":tfunction o(t,e)if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")var i=n(e),r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t)return typeof t:function(t)return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t,c=function()function t(t,e)for(var n=0;n<e.length;n++)!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)return function(e,n,o)return n&&t(e.prototype,n),o&&t(e,o),e(),a=function()function t(e)o(this,t),this.resolveOptions(e),this.initSelection()return t.prototype.resolveOptions=function t()void 0===arguments[0]?:arguments[0];this.action=e.action,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText="",t.prototype.initSelection=function t()this.text?this.selectFake():this.target&&this.selectTarget(),t.prototype.selectFake=function t()var e=this,n="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandler=document.body.addEventListener("click",function()return e.removeFake()),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="fixed",this.fakeElem.style[n?"right":"left"]="-9999px",this.fakeElem.style.top=(window.pageYOffset,t.prototype.removeFake=function t()this.fakeHandler&&(document.body.removeEventListener("click"),this.fakeHandler=null),this.fakeElem&&(document.body.removeChild(this.fakeElem),this.fakeElem=null),t.prototype.selectTarget=function t()this.selectedText=(0,i.default)(this.target),this.copyText(),t.prototype.copyText=function t()var e=void 0;trye=document.execCommand(this.action)catch(n)e=!1this.handleResult(e),t.prototype.handleResult=function t(e)e?this.emitter.emit("success",action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)):this.emitter.emit("error",action:this.action,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)),t.prototype.clearSelection=function t()this.target&&this.target.blur(),window.getSelection().removeAllRanges(),t.prototype.destroy=function t()this.removeFake(),c(t,[key:"action",set:function t(),get:function t()return this._action,key:"target",set:function t(e)if(void 0!==e),get:function t()return this._target]),t();t.exports=a),select:6],9:[function(e,n,o)!function(i,r)if("function"==typeof t&&t.amd)t(["module","./clipboard-action","tiny-emitter","good-listener"],r);else if("undefined"!=typeof o)r(n,e("./clipboard-action"),e("tiny-emitter"),e("good-listener"));elsevar c=exports:;r(c,i.clipboardAction,i.tinyEmitter,i.goodListener),i.clipboard=c.exports(this,function(t,e,n,o)"use strict";function i(t)return t&&t.__esModule?t:"default":tfunction r(t,e)if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")function c(t,e)if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!efunction a(t,e)if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,constructor:value:t,enumerable:!1,writable:!0,configurable:!0),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)function s(t,e)var n="data-clipboard-"+t;if(e.hasAttribute(n))return e.getAttribute(n)var l=i(e),u=i(n),f=i(o),d=function(t)function e(n,o)r(this,e);var i=c(this,t.call(this));return i.resolveOptions(o),i.listenClick(n),ireturn a(e,t),e.prototype.resolveOptions=function t()var e=arguments.length<=0,e.prototype.listenClick=function t(e)var n=this;this.listener=(0,f.default)(e,"click",function(t)return n.onClick(t)),e.prototype.onClick=function t(e)var n=e.delegateTarget,e.prototype.defaultAction=function t(e)return s("action",e),e.prototype.defaultTarget=function t(e)var n=s("target",e);return n?document.querySelector(n):void 0,e.prototype.defaultText=function t(e)return s("text",e),e.prototype.destroy=function t()this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null),e(u.default);t.exports=d),"./clipboard-action":8,"good-listener":4,"tiny-emitter":7],,[9])(9)});













posted by
Ben Radford


















Explaining Apollo 10 Astronauts 'Space Music'






Despite claims that the Apollo 10 mission heard mysterious music on the dark side of the moon, there's a more earthly explanation.







var sectionID = getPostSection("dnews", "dnews...".split("..."));
adConfig.csid = 'seekernetwork.com/' + getSectionCSID(sectionID) + "/Explaining-Apollo-10-Astronauts-Space-Music-".toLowerCase();












// positon ad in engine/mustache/roar/post/article-splash.html
function positionArticlePostAd ()
var parent = document.getElementById('article_ad_container');
var child = document.getElementById('ad_container_above');
if (window.innerWidth >= 1024)
child = parent.removeChild(child);


positionArticlePostAd();
















Previous



Next










Previous



Next










Previous



Next










Previous



Next










Previous



Next










Previous



Next










Previous



Next










Previous



Next









A new television show suggests that the Apollo 10 mission encountered some sort of mysterious music or alien signal while on the dark side of the moon.



According to a story on Discovery News “The astronauts who flew the dress rehearsal for the first lunar landing reported hearing mysterious ‘outer space-type music’ while flying behind the moon in May 1969. The case of the odd, unexplained whistling noise is uncovered during an upcoming episode of the Science Channel series, ‘NASA’s Unexplained Files.’ The episode focuses on a strange event experienced by the crew members of Apollo 10.”



The Apollo 10 astronauts can be heard on the tapes mentioning the odd sound, which lasted nearly an hour.



Some reports even suggested that there was an attempt to keep the event a secret: “The Apollo 10 astronauts—Tom Stafford, John Young and Eugene Cernan—can be heard on recordings from the flight talking about the strange sound, and whether to tell NASA about it.”



NASA pointed out, however, in a post to their tumblr page, that the recordings have been publicly available at the National Archives since the early 1970s.



Apollo 10 Astronauts Heard Odd 'Music' on Far Side of Moon



Nonetheless, speculation has spurred conspiracy theorists who claim the recordings as the latest smoking gun evidence of a UFO coverup.



So what can we tell about the odd event? First, it’s clear that the sound—whatever it was—originated in the capsule as part of the mission, not outside it. In the 1660s British scientist Robert Boyle demonstrated that sound waves must be carried by a medium (such as air), and therefore cannot travel in a vacuum or near vacuum (such as space).



Sound waves on Earth are created by mechanical vibrations that cause air molecules to move back and forth at the same frequency and reach the human ear where they are turned into sound. Sometimes that sound is instantly recognizable (such as a loved one’s voice, or carbonation escaping from an opening soda can) and other times it’s not recognized at all (such as an unknown rattle or hum).



The fact that the sound was clearly coming from their headsets — and not, for example, from deep space — is an important clue.



Spectacular Apollo Photos Inspired Moon Science



Music of the Spheres?



Another curiosity is that the sound was described as “outer-space type music,” which is an artifact of a psychological phenomenon called priming. This involves how our ideas about the world influence our interpretations of audio and visual phenomenon, especially ambiguous stimuli.



What does music from outer space sound like? No one knows, since no extraterrestrial music has ever been heard or recorded. Without some basis for comparison, it’s clear what the astronauts meant was that it reminded them of composed music that had appeared in popular culture used to evoke an outer space setting, such as perhaps the theremin instrument in “The Day The Earth Stood Still” or “The Thing From Another World” or countless other radio plays, television shows such as “The Twilight Zone” and “The Outer Limits” and so on, which were broadcast decades before the Apollo 10 mission.



What the Science Channel show refers to as “an unsettling incident on the far side of the moon” was described as a “whistling sound” at the time, and others expanded into something far more significant, including “strange otherworldly music” or possibly even “alien speech.”



Moonwalkers: Stunning Photos from Apollo 11



Despite it being casually referred to as “music,” there’s no mention of the sound having any characteristics of music: no melody, rhythm, or form, for example. Calling it “music” makes it seem more mysterious, but there’s no evidence that it was anything other than as described: a constant whistling or “wooooo” sound.



So we know that the sound (not “music”) was coming from their radio headsets. What could it be?



Down to Earth



James Oberg, a space historian and 22-year veteran of Mission Control, told Discovery News in an email that the mystery “is created by concealing fundamental features of the event, such as the highly significant fact that the ‘space music’ weird noises occurred during formation flying by the Apollo ‘Command Module’ and the ‘Lunar Module’ landing vehicle, as the astronauts talked by radio from ship to ship. The noises were clearly some sort of interference between the two radios separated by tens of kilometers, and they were heard again on the following mission.”



Oberg noted that the claim that NASA and the astronauts tried to hide or cover up the mystery is false. Not only did astronaut Michael Collins report the same sound on Apollo 11, he described it in his 1974 book “Carrying the Fire: An Astronaut’s Journey.”



According to Oberg, “The noises were discussed in real time by the astronauts over radio links that were broadcast live, and in more detail by the crew during debriefings back on Earth — as they should have been, as a fundamental safety principle of examining all anomalies for indications of threatening malfunctions.”



The idea that the astronauts discussed whether or not to tell NASA about the sound is nonsensical, since all their transmissions and conversation was being recorded. The discussion was not whether to engage in a conspiracy to hide what they heard (as Oberg notes, it was being broadcast live, and in any event even if it weren’t NASA would find out sooner or later when the recordings were reviewed).



Instead, the discussion was whether the odd sound might indicate a severe enough communication problem that Mission Control should be notified. Though the Apollo 10 recordings were classified at the time (per standard protocol), they were eventually released in 2008; if NASA had something to hide, why would they have declassified and released the recording at all?



Lunar Phases: The Changing Face of the Moon



Some doubt that the sound could have been ordinary radio interference. Pilot Al Worden — who was not on the Apollo 10 mission and didn’t hear the sound first hand — is quoted in the show as believing that “The Apollo 10 crew is very used to the kind of noise that they should be hearing,” suggesting that had it been interference, the crew would have been clearly recognized it as such.



While it is true that the crew would be familiar with the sound of interference, that doesn’t mean that all interference would necessarily sound exactly the same. The fact that the astronauts didn’t recognize the sound and couldn’t identify its origin is not surprising.



Even our own voices — which should be as natural and familiar to us as our own hands and bodies — sound strange to us because we do not hear our voices as other people do. This is because our vocal chords create sounds that travel through the air to others, but through our own bodies (including bone, cartilage, and soft tissue) to us.



Video: Earth is Ever So Slowly Crushing the Moon



As Oberg noted, “No astronauts had ever experienced interference with this particular hardware, especially behind the moon, ever before.”



This was an extraordinary circumstance, and there’s no reason to think the Apollo 10 crew would have heard that type of interference before.


Different conditions create different sounds, and a low, monotone “woooo” sound coming over a radio is far more likely to be interference than, say, alien music. While providing fodder for the mystery-mongering UFO crowd (not to mention Pink Floyd fans), the fact is that the Apollo 10 mystery sound is not quite so mysterious when all the facts are examined. Cue the woooo!







































space acoustics astronauts aliens and ufos nasa weird news human communications weird adventure






var sectionID = getPostSection("dnews", "dnews...".split("..."));
adConfig.csid = 'seekernetwork.com/' + getSectionCSID(sectionID) + "/Explaining-Apollo-10-Astronauts-Space-Music-".toLowerCase();












// reloads ads when a slideshow image changes.
require(['jquery', 'jquery.slick'], function($, slick)
var $window = $(window);
$('.slideshow').on('afterChange', function(event, slick, currentSlide)
DDM && DDM.adManager.refresh();
);
);

// removes ad from bottom of primary post content on smaller screen sizes
function positionPrimaryPostAd ()
var parent = document.getElementById('primary');
var child = document.getElementById('ad_container_below');
if (window.innerWidth < 1024)
child = parent.removeChild(child);


positionPrimaryPostAd();






var sectionID = getPostSection("dnews", "dnews...".split("..."));
adConfig.csid = 'seekernetwork.com/' + getSectionCSID(sectionID) + "/Explaining-Apollo-10-Astronauts-Space-Music-".toLowerCase();






var sectionID = getPostSection("dnews", "dnews...".split("..."));
adConfig.csid = 'seekernetwork.com/' + getSectionCSID(sectionID) + "/Explaining-Apollo-10-Astronauts-Space-Music-".toLowerCase();














MORE
amazing stories










require(['jquery'], function($)

var widgets = $('.prizma-widget-iframe');
var prizmaWidget = widgets.last();
var newID = 'prizma-widget-iframe-' + widgets.length;
prizmaWidget.attr('id', newID);

// NOTE:
// - In development change CSS URL to:
// http://name-roar-beta.rebelmouselabs.com/static/css/roar/seeker2/modules/prizma-iframe.css
// - In production change CSS URL to (and update version number in any way):
// http://www.seeker.com/static/css/roar/seeker2/modules/prizma-iframe.css?v0
prizma(
cssFiles: [
'https://web.archive.org/web/20160726095231/http://www.seeker.com/static/css/roar/seeker2/modules/prizma-iframe.css?v20160718'
],
headerText: 'MORE amazing stories',
id: newID,
layout: 'Filmstrip',
maxVideos: 3,
partnerId: 'PB-6297468',
onOpen: function ()
setOtherVideosToPauseWhenThisVideoPlays();

);

function setOtherVideosToPauseWhenThisVideoPlays ()
if ($('iframe[src*="vimeo.com"]').length > 0)
$('iframe[src*="vimeo.com"]').each(function ()
this.contentWindow.postMessage(' "method": "pause", "value": "" ', '*');
);

if ($('iframe[src*="youtube.com"]').length > 0)
$('iframe[src*="youtube.com"]').each(function ()
this.contentWindow.postMessage(' "event": "command", "func": "pauseVideo", "args": "" ', '*');
);

if ($('#rev3-player').length > 0)
$('#rev3-player').each(function ()
$(this)[0].pause();
);



);


/**
* Change Prizma accent color from default green to Seeker red.
*/
document.addEventListener('DOMContentLoaded', function ()
var restylePrizma = function ()
var lightbox = document.getElementsByClassName('prizma-lightbox-dialog-content')[0];
var iframe = lightbox.getElementsByTagName('iframe')[0];
var style = document.createElement('style');
style.textContent =
'.vjs-prizma-skin .vjs-play-progress,' +
'.vjs-prizma-skin .vjs-volume-level ' +
' background: #FA4B56 !important;' +
'' +
'#ima-progress-div,' +
'#ima-slider-level-div,' +
'.vjs-prizma-cta .wrapper-cta-prizma .cta-prizma-short .cta-prizma-maximized .cta-prizma-action a.cta-prizma-link,' +
'.vjs-prizma-skin .vjs-big-play-button:hover,' +
'.vjs-prizma-skin.vjs-paused .vjs-container:nth-of-type(1):hover,' +
'.vjs-prizma-skin.vjs-playing .vjs-container:nth-of-type(1):hover ' +
' background-color: #FA4B56 !important;' +
'' +
'.vjs-prizma-skin.vjs-paused .vjs-play-control:before ' +
' content: url('data:image/svg+xml;utf8,') !important;' +
'' +
'.vjs-prizma-skin.vjs-playing .vjs-play-control:before ' +
' content: url('data:image/svg+xml;utf8,') !important;' +
'' +
'.prizma-unit-play-button svg,' +
'.vjs-prizma-skin .vjs-big-play-button svg ' +
' fill: #FA4B56 !important;' +
''
;
iframe.contentDocument.head.appendChild(style);
console.log('Prizma restyled.')
;
var tryRestyle = function (count) ;
tryRestyle(0);
);


(function()
var allIframes = document.querySelectorAll('iframe');
var apiEmbedUrl = "seekernetwork.com/player/embed";

var primarySection = "dnews";
var otherSections = "dnews".split(",");

var sectionID = getPostSection(primarySection, otherSections);

var csidParam = '&csid=seekernetwork.com/' + getSectionCSID(sectionID) + "/Explaining-Apollo-10-Astronauts-Space-Music-".toLowerCase();

for (var i = 0; i < allIframes.length; i++)
var iframe = allIframes[i];
var src = iframe.src;

if(src.indexOf(apiEmbedUrl) 0
)();

// positions halfPageFlexTwo ads based on screen width
function positionAd (above, child, below)
positionAd('subpage_above-ad-container', 'subpage-ad-container', 'subpage_below-ad-container');
positionAd('frontpage_above-ad-container', 'frontpage-ad-container', 'frontpage_below-ad-container');









require(['jquery', 'underscore'], function($, _)
$(document).ready(function()
var $window = $(window);

var stickyWatch = _.debounce(function()
if ($window.width() < 1024)
return;


var scrollTop = $window.scrollTop();
var windowHeight = $window.height();

$('.js-sticky--content').each(function(i, elm)
var $elm = $(elm);

/*
var articleTop = $elm.offset().top;
var articleHeight = $elm.height();

// check only article which is in viewport
if (scrollTop articleTop + articleHeight)
$elm.removeClass('with-sticky-module');
$elm.removeClass('with-sticky-module--outgoing');
return;

*/


var mainContentHeight = $elm.find('.content__main:first-child').height() + $elm.find('.content__main:last-child').height();
var secondaryContentHeight = $elm.find('.content__secondary').height();

// console.log(mainContentHeight + ' < ' + secondaryContentHeight);

if (secondaryContentHeight < mainContentHeight)
var triggerStart = $elm.find('.js-sticky--trigger-start').offset().top;
var triggerEnd = $elm.find('.js-sticky--trigger-end').offset().top;
var widgetHeight = $elm.find('.js-sticky--module').height();

if (triggerStart <= scrollTop)
$elm.addClass('with-sticky-module');
else
$elm.removeClass('with-sticky-module');


if (triggerEnd <= scrollTop + widgetHeight + 140)
$elm.addClass('with-sticky-module--outgoing');
else
$elm.removeClass('with-sticky-module--outgoing');


);
, 10);

// check if sticky module exist and start watching it
if ($('.js-sticky--module').length)
$window.on('scroll', stickyWatch);
$window.on('resize', stickyWatch);

);
);

(function(w,d,s,l,i)w[l]=w[l])(window,document,'script','dataLayer','GTM-PB3VJS');

/**
* @fileOverview FreeWheel : ad managment parameters
* @build Wed, 11 May 2016 15:36:00 EST.
* @copyright Copyright (C) Discovery Digital Media 2016. All Rights Reserved.
* @author carl c von lewin
* @documentation https://discovery-digital.atlassian.net/wiki/display/FUS/FreeWheel+Advertising
*/

"use strict";


// set global var
var adManagementParams =
// ad management engine default
// gets redefined on DDM.adManagement.initialize("attributes":"engine":value);
"engine": "linktag2",

// disable display ads from display engine
// defer ad requests to other engine (aka video player)
"displayEngineDisable":
"pageType": [
"videopostpage"
]
,

// root level profile string, complete example [ 91559:discovery_linktag2_live ]
"profile": "discovery_linktag2",

// default ad unit based on ad position
"position":
"banner" : "leaderboard",
"entitlement" : "entitlement",
"rectangle" : "mediumRectangle"
,

// an object of ad units w/ width and height
// including responsive width and height definitions
"size":
"billboard" : "position": "banner", "width": 970, "height": 250 ,
"entitlement" : "position": "entitlement", "width": 300, "height": 60 ,
"halfPage" : "position": "rectangle", "width": 300, "height": 600 ,
"largeLeaderboard" : "position": "banner", "width": 768, "height": 90 ,
"leaderboard" : "position": "banner", "width": 728, "height": 90 ,
"mediumRectangle" : "position": "rectangle", "width": 300, "height": 250 ,
"megaLeaderboard" : "position": "banner", "width": 1280, "height": [ 60, 65, 66, 70, 90, 419 ] ,
"opaPushdown" : "position": "banner", "width": 970, "height": [ 60, 65, 66, 70, 90 ] ,
"oversizedLeaderboard" : "position": "banner", "width": 1024, "height": 90 ,
"portrait" : "position": "rectangle", "width": 300, "height": 1050 ,
"pushdown" : "position": "banner", "width": 990, "height": [ 60, 65, 66, 70, 90, 419 ] ,
"smartphoneBanner" : "position": "banner", "width": 300, "height": 50 ,
"smartphoneWideBanner" : "position": "banner", "width": 320, "height": 50
,

// ads units which are NOT allowed in responsive views
// d = desktop, t = tablet, m = mobile, l = landscape, p = portrait
"responsiveRestrict": ,

// ads units which should NOT be loaded with initial page load even if ad tag is in page
// viewability - ads do not appear "above the fold" on page load, need to defer their loading
"syncRestrict": ,

// ads units which are loaded with initial page load but should not be requested
"syncRestrictByPage": ,

// ads units that should not be requested with initial page load based on device
"syncRestrictByDevice": ,

// distance in pixels before ad container enters viewport
"lazyLoadOffset": 100
;



var DDM = DDM || null;
if (DDM)
DDM.adManager.initialize(
attributes :
siteSection : adConfig.csid,
videoRefId : adConfig.revision3_video_id
);



// trim pollyfill
if (!String.prototype.trim)
String.prototype.trim = function ()
return this.replace(/^[suFEFFxA0]+;


var elements = document.querySelectorAll(".js-split-words .widget__headline");

for (var c = elements.length - 1; c >= 0; c--) element.innerText ;



require(['jquery'], function ($)

var $splitheadlines = $('.js-split-words .widget__headline-wrapper');
function loadArrowSplash()
$splitheadlines.each(function()
var $this = $(this);
var $arrow = $this.find('.right-arrow');
var $splitwords = $this.find('.split-word');

var maxElement = $splitwords.first();
var maxOffset = 0;

$arrow.each(function()
$splitwords.each(function()
var right1 = maxElement.offset().left + maxElement.outerWidth(true);
var right2 = $(this).offset().left + $(this).outerWidth(true);

if(right1 < right2)
maxElement = $(this);
maxOffset = right2;

);

if(maxOffset)
$(this).css('margin-left': maxOffset);
$(this).toggleClass('active', true);

);
);


loadArrowSplash();

$(window).resize(loadArrowSplash);
);

require(["jquery"], function($)
$(function()

// configuration
//

var _elPrefix = ".js-";
var _elTab = _elPrefix + 'tab';
var _elToggle = _elPrefix + 'toggle';
var _elOverflowBox = _elPrefix + 'overflow-box';
var _elScrollTrigger = _elPrefix + 'scroll-trigger';
var _attrPrefix = "data-";
var _attrTarget = _attrPrefix + "target";
var _attrToggleClass = _attrPrefix + "toggle-class";
var _attrGroupId = _attrPrefix + "group-id";
var _attrScope = _attrPrefix + "scope";
var _attrPriority = _attrPrefix + "priority";
var _attrFilters = _attrPrefix + "filters";
var _statusPrefix = "js--";
var _statusActive = _statusPrefix + "active";

// base element toggle function

function toggle (_selector, $domiEl, status)
var $target = getTarget($domiEl);
var classData = getToggleClass($domiEl);

$target.toggleClass(classData, status);
$domiEl.toggleClass(_statusActive, status);

var registeredElements = getRegisteredElements(_selector, $target);
registeredElements && $.each(registeredElements, function(i, $el)
if(classData == getToggleClass($el))
$el.toggleClass(_statusActive, status);

);


function toggleByGroupId(_selector, $domiEl, status)
var groupId = getGroupId($domiEl);
if(!groupId) return;

$(_selector + '[' + _attrGroupId + '=' + groupId +']').each(function()
toggle(_selector, $(this), status);
);


function getTarget($domiEl)
var scope = getScope($domiEl);
var filters = getFilters($domiEl);
var targetName = $domiEl.attr(_attrTarget);
var query;

if(scope)
query = $domiEl[scope](targetName);
else
query = $(targetName);


$.each(filters, function(i, filter)
if(!filter) return;
query = query && query[filter]();
);

return query;


function getScope($domiEl)
return $domiEl.attr(_attrScope);


function getFilters($domiEl) "").split(',');


function getToggleClass($domiEl)
return $domiEl.attr(_attrToggleClass);


function getGroupId($domiEl)
return $domiEl.attr(_attrGroupId);


function getPriority($domiEl) "0";


function registerToTarget(type, $domiEl, $target)
$target.each(function(i, el) ;

// add the element to the list
data[type].push($domiEl);
$el.data('domi', data);
)



function getRegisteredElements(type, $target)
var data = $target.data('domi');
if(!data)
console.warn("no data was stored, element registration failed?");

return data && data[type];


// js-tab
//
// usage:
//
//

$(_elTab).each(function(i, el)
var $el = $(el);
registerToTarget(_elTab, $el, getTarget($el));
);
$(_elTab).on('click', function(e)
e.preventDefault();
var $this = $(this);
var status = $this.hasClass(_statusActive);

if(!status)
toggleByGroupId(_elTab, $this, false);
toggle(_elTab, $this, !status);

);

// js-toggle
//
// usage:
//
//

//

$(_elToggle).each(function(i, el)
var $el = $(el);
registerToTarget(_elToggle, $el, getTarget($el));
);
$(_elToggle).on('click', function(e)
e.preventDefault();
var $this = $(this);
var status = $this.hasClass(_statusActive);

toggleByGroupId(_elToggle, $this, false);
toggle(_elToggle, $this, !status);
);

// js-overflow-box
//
// usage:
//
//

//


$(_elOverflowBox).each(function()
var $this = $(this);
var children = $this.children();
var i;
var c;
var $current;
var $min;
var $max;
var $tmp;
var priority;
var tmpPriority;
var pA;
var pB;

children.each(function(i, el)
$current = $(el);

$min = null;
priority = getPriority($current);

for (c = i - 1; c >= 0; c--)
$tmp = $(children[c]);
tmpPriority = getPriority($tmp);

if (!$min && tmpPriority <= priority)
$min = $tmp;

;

$current.data('data-left-node', $min);
);


function bubbleSort(a)
var swapped;
do
swapped = false;
for (var i=0; i getPriority($(a[i+1])))
var temp = a[i];
a[i] = a[i+1];
a[i+1] = temp;
swapped = true;


while (swapped);


bubbleSort(children);

$this.data('children', children);
);

function checkOverflowBoxes()
$(_elOverflowBox).each(function()
var $container = $(this);
var containerWidth = $container.width();
var $target = getTarget($container);
var tmpWidth = 0;

var children = $container.data('children');

var isTargetActive = false;
var canAddMore = true;

$.each(children, function (i, el)
var $el = $(el);
var previousNode = $el.data('data-left-node');
if(!previousNode)
$container.prepend($el);
else
$el.insertAfter(previousNode);

);

$.each(children, function (i, el)
var $el = $(el);
var elWidth = $el.outerWidth(true);
if(tmpWidth + elWidth < containerWidth && canAddMore)
tmpWidth += elWidth;
else
if($target)
$target.append($el);
else
$el.remove();

canAddMore = false;
isTargetActive = true;

);

$container.toggleClass(_statusActive, isTargetActive);
$target.toggleClass(_statusActive, isTargetActive);

);


if($(_elOverflowBox).length)
$(window).resize(checkOverflowBoxes);
checkOverflowBoxes();


// scroll triggers
//
// usage:
//
//

//

function checkScrollTriggers()
var scroll = $(window).scrollTop();
$(_elScrollTrigger).each(function()
var $this = $(this);
var classData = getToggleClass($this);
var currentStatus = $this.hasClass(_statusActive);
var newStatus = ($this.offset().top + $this.outerHeight(true) < scroll);

if(currentStatus != newStatus)
var $target = getTarget($this);
$target.toggleClass(classData, newStatus);
$this.toggleClass(_statusActive, newStatus);

);


if($(_elScrollTrigger).length)
$(window).scroll(checkScrollTriggers);
checkScrollTriggers();

);
});

var _sf_startpt=(new Date()).getTime();
var _sf_async_config = _sf_async_config || ;
/** CONFIGURATION START **/
_sf_async_config.uid = 61287;
_sf_async_config.domain = 'www.seeker.com';
_sf_async_config.useCanonical = false;

_sf_async_config.sections = 'Current Events';


_sf_async_config.authors = 'Ben Radford';

/** CONFIGURATION END **/
window._sf_endpt = (new Date()).getTime();

define('engine', function ()
return "add_tags_from_source": true, "instant_article_on_by_default": false, "skeleton_path": "seeker2/", "applenews_article_by_default": true, "sources": , "use_instant_articles": true, "template_vars": "additional_signup_info": "", "name": "seeker2", "sitename": "seeker2", "twitter": "seeker", "page_card": "site_id": "2881481254", "login_form": "width": 224, "logo_url": "https://web.archive.org/web/20160726095231/https://s3.amazonaws.com/partners.rebelmouse.com/seeker2/logo%402x.png", "height": 77, "title_patterns": "postpage": "headline", "subpage": "subpage_title - site_title", "frontpage": "site_title", "signup_name": "Join the Seeker Community. ", "request_environment_builder": "engine.core.request_environment.RequestEnvironmentBuilder", "use_subheadline": true, "mail_settings": "disable_stats_emails": true, "mail_logo": "/static/img/email/welcome/logo.gif?2", "gif_logo": "/static/img/email/welcome/logo.gif", "from": "Roar Default Team u003cearly@rebelmouse.comu003e", "small_logo": "/static/img/email/site_newsletter/rebelmouse-logo.png?2", "editor_permalink": true, "use_device_preview": false, "pinterest_follow_button_url": false, "image_share_options": ["facebook", "twitter", "pinterest", "tumblr", "email"], "has_supersection": false, "use_badging": false, "splash_frontpage": false, "subpage_used_as_frontpage_on_dashboard": 0, "fonts": ["group": "Default Fonts", "name": "Helvetica", "value": ""Helvetica Neue", Helvetica, Arial, sans-serif", "group": "Default Fonts", "name": "Garamond", "value": "Garamond, "Times New Roman", serif", "group": "Default Fonts", "name": "Arial", "value": "Arial, "Helvetica Neue", Helvetica, sans-serif;"], "discovery_only": false, "post_types": , "river_email_events_gathering_time_frame": 600, "skip_river_emails": false, "iden": "seeker2", "server_templates": "whitelabel/", "fb_app_version": "v2.5", "use_pin_it_button_on_post_images": false, "zones": , "appinvites_settings": , "resources_base_href": "https://web.archive.org/web/20160726095231/https://res.rbl.ms/", "use_roar_posts_api": false, "post_headline_scrap_links": false, "use_next_page_article": false, "show_discovery_button": false, "personalization_module": false, "poll_settings": "placeholders": ["selector": ".cta-placeholder", "name": "sidebar", "label": "Sidebar"], "non_full_splash": true, "overrides": "mobileplaceholder": ".cta-placeholder", "placeholder": "sidebar", "date_formats": "posts_us": "MMMM DD, YYYY", "posts": "DD MMMM YYYY", "river": "MM/DD/YY", "stats": "MM/DD/YYYY hh:MMA", "node": "D MMM YYYY", "infinite_scroll": true, "enable_image_library": true, "post_api": "", "use_editor_buffer_buttons": "redo": true, "undo": true, "use_expand_link_plugin": false, "use_workflow": true, "main_menu": ["default": true, "login_required": true, "permission_required": "on": "parent_site", "permission": "edit_site", "title": "Dashboard", "url": "/core/dashboard/overview/?site=parent_id", "history": true, "type": 0, "id": "overview", "visibility": true, "order": 99, "permission_required": "on": "parent_site", "permission": "view_stats", "show_divider": true, "title": "Stats", "url": "/core/dashboard/stats/insights/?site=right_site", "login_required": true, "type": 0, "id": "stats", "visibility": true, "order": 101, "title": "Add Post", "url": "/core/community/add_post", "login_required": true, "visibility": true, "id": "addPost", "type": 0, "order": 102, "permission_required": "on": "current_site", "permission": "create_draft", "history": true, "ico": "draft-post", "title": "Drafts", "url": "/core/dashboard/drafts/?site=right_site", "login_required": true, "type": 0, "id": "drafts", "visibility": true, "order": 103, "permission_required": "on": "parent_site", "permission": "edit_site", "title": "Discovery", "url": "/core/discovery/", "login_required": true, "type": 0, "id": "social_scheduling", "visibility": true, "order": 104, "permission_required": "on": "parent_site", "permission": "publish_post", "title": "Digital Asset Manager", "url": "/core/dashboard/dam/", "login_required": true, "type": 0, "id": "dam", "visibility": true, "order": 106, "login_required": true, "title": "My Page", "url": "/community/site_name", "order": 107, "type": 0, "id": "my_page", "visibility": true, "history": true, "login_required": true, "title": "River", "url": "/core/dashboard/?site=id", "order": 108, "type": 0, "id": "river", "visibility": true, "history": true, "permission_required": "on": "parent_site", "permission": "edit_site", "history": true, "title": "Account", "url": "/core/dashboard/sites/?site=right_site", "login_required": true, "type": 0, "id": "account", "visibility": true, "order": 109, "permission_required": "on": "parent_site", "permission": "edit_site", "history": true, "title": "Sections", "url": "/core/dashboard/sections/?site=right_site", "login_required": true, "type": 0, "id": "sections", "visibility": true, "order": 110, "permission_required": "on": "parent_site", "permission": "edit_site", "history": true, "title": "Stages", "url": "/core/dashboard/stages/?site=right_site", "login_required": true, "type": 0, "id": "stages", "visibility": true, "order": 111, "permission_required": "on": "parent_site", "permission": "publish_post", "title": "Submissions", "url": "/core/submissions/?site=right_site", "login_required": true, "type": 0, "id": "submissions", "visibility": true, "order": 112, "permission_required": "on": "parent_site", "permission": "publish_post", "history": true, "title": "Scheduled Posts", "url": "/core/dashboard/scheduled_posts/?site=right_site", "login_required": true, "type": 0, "id": "scheduled", "visibility": true, "order": 113, "permission_required": "on": "parent_site", "permission": "publish_post", "history": true, "title": "Content Feeds", "url": "/core/dashboard/content_feeds/?site=right_site", "login_required": true, "type": 0, "id": "feeds", "visibility": true, "order": 114, "permission_required": "on": "parent_site", "permission": "publish_post", "history": true, "show_divider": true, "title": "Sharing", "url": "/core/dashboard/sharing", "login_required": true, "type": 0, "id": "sharing", "visibility": true, "order": 115, "permission_required": "on": "parent_site", "permission": "edit_site", "history": true, "title": "Newsletter", "url": "/core/dashboard/newsletter/?site=right_site", "login_required": true, "type": 0, "id": "newsletter", "visibility": true, "order": 300, "permission_required": "on": "parent_site", "permission": "edit_site", "history": true, "title": "Slideshows", "url": "/core/dashboard/slideshows/?site=right_site", "login_required": true, "type": 0, "id": "slideshows", "visibility": true, "order": 301, "permission_required": "on": "parent_site", "permission": "edit_site", "show_divider": true, "title": "Badges", "url": "/core/dashboard/badges?site=parent_id", "login_required": true, "type": 0, "id": "badges", "visibility": true, "order": 302, "title": "Log out", "url": "/core/users/logout", "login_required": true, "visibility": true, "id": "logout", "type": 0, "order": 1000], "post_settings": "og_title_order": ["og_title", "headline", "subheadline"], "og_desc_order": ["og_description", "subheadline", "sharing_texts__description", "brief"], "lazy_loading_post_body": false, "stage": "prod", "use_captions": true, "petition_advanced_options": false, "instagram_signed_requests_turned_on": false, "use_primary_section": true, "domains": ["www.seeker.com", "seeker.com", "www.seekernetwork.com", "seekernetwork.com"], "urlconf": "engine.seeker2.urls", "lazy_loading": true, "url_to_promote": "https://web.archive.org/web/20160726095231/http://www.seeker.com/", "age_gate_template": "", "use_river_vip_queue": false, "use_instance_for_internal_tracking": false, "renderer": "roar", "use_applenews_article": true, "custom_pages": , "skeletons": "TODO", "facebook_login_permissions": ["email", "user_friends"], "edit_mode_convert_links": true, "use_google_amp": "custom/seeker2.j2", "age_gate": false, "use_amazon_assets": false, "css_path": "seeker2/", "infinite_scroll_defaults": "offset": 600, "applenews_channel_id": "bfcdd1e7-c8c0-4566-b10b-9a23d573cc14", "image_crop_sizes": , "use_approvals": false, "posts_api": "whitelabel", "google_amp_structured_data": true, "settings_for_js": , "use_editor_tracking": true, "engine_folder": false, "use_unsecure_connections": true, "front_page_type": "dynamic", "use_posthistory_fe": true, "sections_handler": "topnav", "enable_social_scheduling": true, "session_cookie_age": 1209600, "skip_html_sanitizer": false, "river_email_time_frame": 7200, "site_id": 9430706, "cta_theme": "sidebar", "path_to_sites": "/community/", "bootstrap_blacklist": , "post_autofollow": true, "sailthru_settings": , "read_full_article": false, "use_river": false, "front_templates": "whitelabel/", "use_cover_image": true, "signup_settings": "quick_signup": false, "redirect_after_signup": true, "create_feeds": false, "post_controls": , "template_dirs": ["/mnt/local/home/rebelmouse/rebelmouse/engine/seeker2/templates", "/mnt/local/home/rebelmouse/rebelmouse/static/js-build/tmpl", "/mnt/local/home/rebelmouse/rebelmouse/static/css-build/tmpl"], "copy_post": false, "show_river_widget": false, "use_post_beign_in_stage_river_event": false, "post_image_settings": "crop_required": true, "tw_image_format": "1200x600", "ratios": "2x1": "sizes": ["600x300", "1200x600"], "order": 0, "title": "Wide", "3x1": "sizes": ["1200x400", "600x200"], "order": 1, "title": "Super Wide", "3x2": "sizes": ["1200x800", "600x400"], "order": 3, "title": "Medium", "1x1": "sizes": ["300x300", "600x600"], "order": 4, "title": "Tall", "600x300": "sizes": ["600x300"], "order": 5, "title": "Slide", "facebook_image_format": "1200x600", "origin_file_size": "2000x5000", "font_name": "DejaVu-Sans-Bold", "use_fly_share_buttons": false, "google_amp_created_at_format": "posts", "post_headline_scrap_images": false, "is_discovery_enabled": false, "petition_settings": "petition_placeholders": ["selector": ".cta-placeholder", "name": "sidebar", "label": "Sidebar"], "petition_non_full_splash": true, "petition_overrides": "mobileplaceholder": ".cta-placeholder", "placeholder": "sidebar", "petition_textfill_settings": "maxFontPixels": 60, "widthOnly": true, "notifications": "disabled_alerts_confirmation_email": false, "disable_velocity_alerts": false, "use_teaser_default": false, "use_posthistory": true, "use_ia_graph_api": true;
);

define('widgets/templates/subpage_menu_item', ['hogan_with_filters'], function (Hogan)
return Hogan.compile('
title')
);

(function ()
var bootstrapUrl = '/res/bootstrap/data.js?post_id=1770921767&site_id=9430706&resource_id=pp_1770921767',
deps = ['underscore', 'jquery', 'backbone', 'utils/mustache_templates_loader', 'utils/settings_methods', 'settings'],
userLoggedIn = false,
Bootstrap = ;

require.config(
config:
text:
useXhr: function (url, protocol, hostname, port)
// allow cross-domain requests
// remote server allows CORS
return true;



);


deps.push(userLoggedIn ? 'text!https://www.seeker.com/core/users/settings.js/?v=' + (+new Date) : 'settings');
require(deps, function (_, $, BB, templatesLoader, SettingsMethods, Settings, userSettings) );
)();


require(['facebook'], function (FB)
FB.init(
appId : '105785859772262',
version : 'v2.5',
status : true,
cookie : true,
xfbml : true
);
);

(function(i,s,o,g,r,a,m))(window,document,'script','//web.archive.org/web/20160726095231/http://www.google-analytics.com/analytics.js','ga');

if (window.location.hostname.match('.rebelmouse.com$'))

ga('create', 'UA-26184524-1', 'cookieDomain': 'rebelmouse.com');
else

ga('create', 'UA-26184524-1', 'auto');

ga('require', 'displayfeatures');

ga('send', 'pageview');

ga('create', 'UA-2551516-7', 'auto', 'name': 'b');
ga('b.require', 'displayfeatures');

ga('b.send', 'pageview');


require(['jquery', 'jquery.scrollDepth'], function ($)
$(function()
$.scrollDepth(
userTiming: false,
pixelDepth: false
);
);
);

require(['jquery', 'underscore', 'sprintf'], function ($, _, formatter)
$.noConflict(), _.noConflict();
String.prototype.format = function ()
return formatter.vsprintf(this, Array.prototype.slice.call(arguments));
;
);

Popular posts from this blog

Top Tejano songwriter Luis Silva dead of heart attack at 64

ReactJS Fetched API data displays live - need Data displayed static

政党