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

Turnover machine

Notre Dame 7 Navy 0

Halfway through the first half the game has been dictated by turnovers.

Notre Dame senior cornerback Mike Anello blocked a Navy punt and junior linebacker Toryan Smith ran it in for the easy touchdown.

Thus far, Navy has missed two opportunities Notre Dame sophomore quarterback Jimmy Clausen has given the Middies turning the ball over. He threw one interception on the opening drive after Notre Dame was moving the ball. But, the Midshipmen couldn’t move the ball and had to punt. Next drive Clausen got blindsided and fumbled. Again Navy couldn’t move the ball and had to punt again. Anello blew through the line and Navy punter Jared Smearman never had a chance.

The Midshipmen have to take advantage of Notre Dame turnovers to keep pace with the Irish.

Leave a Reply

You must be logged in to post a comment.