// This JS function is called by the Video Cloud Player when // it encounters Companion Ads in a VAST 2.0 response function bcsyncroadblock(adXML){ var companionAds = getXMLDoc(adXML); //Get the Companion snippet var expandedBannerAd = companionAds.getElementsByTagName('Companion')[0]; var collapsedBannerAd = companionAds.getElementsByTagName('Companion')[1]; // Get the banner creative URL var expandedBannerAdSnippet = expandedBannerAd.getElementsByTagName('StaticResource')[0].firstChild.nodeValue; var collapsedBannerAdSnippet = collapsedBannerAd.getElementsByTagName('StaticResource')[0].firstChild.nodeValue; // Get clickthrough information for the banners from the StaticResource node var expandedBannerClickURL = expandedBannerAd.getElementsByTagName('CompanionClickThrough')[0].firstChild.nodeValue; var collapsedBannerClickURL = collapsedBannerAd.getElementsByTagName('CompanionClickThrough')[0].firstChild.nodeValue; // Display banners. var companionAdDiv = document.getElementById("companionBanner"); // Add the expanded banner to the page companionAdDiv.innerHTML = " "; var collapsedAdDiv = document.getElementById("collapsedBanner"); // Add the collapsed banner to the page collapsedAdDiv.innerHTML = " "; } // Loads adXML as XML. function getXMLDoc(pXML){ var adXML; if (window.ActiveXObject) { //parses the XML for IE browsers adXML = new ActiveXObject("Microsoft.XMLDOM"); adXML.async = false; adXML.loadXML(pXML); } else //parses the XML for Mozilla browsers if (window.XMLHttpRequest) { adXML = (new DOMParser()).parseFromString(pXML, "text/xml"); } return adXML; }

Early Bird: Army/Navy Eve

The countdown to kickoff keeps ticking away a little more than 24 hours from game time which means newspapers across the country are littered with Army-Navy features.

Army senior fullback Collin Mooney is sick of singing his academy’s alma mater first after the game, according to the Philadelphia Inquirer.

The New York Times wrote about a special bond between former Army defensive lineman Doug Larsen and former Navy offensive lineman Ronnie Winchester who were childhood friends before playing each other in the 2000 game as seniors. Winchester died in Iraq and Larsen is working to keep his memory alive.

Army and Navy coaches explain how they try to keep their players focused amidst the pageantry thta is associated with “the biggest game of the year.”

The Washington Post breaks down how Army coach Stan Brock ditched the pro-style passing attack and adopted the option that Navy has had so much success with since former coach Paul Johnston instituted in 2002.

The Baltimore Sun revisits with Army’s first black football player, Gary Steele.

You missed it. Army beat Navy last month 45-27 … in the annual prep school game.

The Times Herald-Record explains the bonds formed between the rival players after the games are finished.

Leave a Reply

You must be logged in to post a comment.