// 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; }

Special guest prediction: Army 17 Navy 14

This year After Action brought in a special guest, retired Lt. Col. Robert Hoffman, who also played defensive end at Bloomsburg University. This year he will be blogging and providing his insight on the game. We asked him first for a prediction.

After walking the field before kick-off and sensing the energy coming from Army’s side of the field I am predicting Army ends their eight game losing streak and winning 17-14.

The key for Army will be containing Navy senior quarterback Ricky Dobbs. The cadets also need to contain wide receiver Greg Jones who is Dobbs favorite target. All year Navy has tried to feature Dobbs’ arm more in the offense and I expect Navy’s coaches will want to do more of the same in Dobbs’ last Army-Navy game.

Army defensive end Josh McNarry is also going to have to step up and fight through his injured hamstring and force a turnover. McNarry leads Army with 10 sacks, but he’s not going to get a lot of chances to rush the quarterback with Navy’s triple option attack.

In the end, Army will pull off the upset and finally allow the cadets, not Midshipmen, to receive an overnight pass and enjoy the Philadelphia nightlife.

Leave a Reply

You must be logged in to post a comment.