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

Black Knights fall to Rutgers 30-3

army-rutgers.jpg

Army coach Stan Brock guaranteed his team would beat Rutgers earlier in the week if they limited their turnovers.  Four plays into the game, Brock’s plan fell apart.

Rutgers safety Joe Lefeged returned a fumble 58 yards for a touchdown on Army’s fourth play from scrimmage.

By halftime Army trailed the Scarlet Knights 23-0 as Rutgers senior quarterback Mike Teel torched the Black Knights for 359 yards and one touchdown on the day.

Army played better in the second half after Brock implored each one of his players to “keep competing” despite the deficit they faced.

Army senior fullback Collin Mooney continued his strong season running for 112 yards to reach over 1,300 yards on the season despite the lopsided score. After the loss, Mooney said the Black Knights will try to regroup and focus on the Midshipmen, their last game of the season on Dec. 6.

“It would be an awesome win. It would make our season. We are 3-8 right now, and a win like that against Navy would be huge,” he said.

Sal Interdonato wrote in the Times Herald-Record that the Army fans also have Navy on the brain after the game.

Leave a Reply

You must be logged in to post a comment.