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

Midshipmen blank Northern Illinois 16-0

dobbs.jpg

Newly minted starting quarterback Ricky Dobbs’ much anticipated first start didn’t open up the way he or Navy coach Ken Niumatalolo would have like with a fumble on the first snap in the shadow of Navy’s endzone.

Dobbs fell on the ball, though, and regrouped to lead the Midshipmen to a 16-0 win over Northern Illinois on a frigid Tuesday night in DeKalb, Illinois.

The shutout was Navy’s first since it blanked Tulsa 29-0 in 2004.

Dobbs finished the night rushing for 124 yards and one touchdown on 25 carries. Fulback Eric Kettani ran in the second touchdown from one yard out in the third quarter rushing for 92 yards on the night.

But it was Navy’s defense that led the Midshipmen to a win that clinches their sixth straight winning season and keeps them alive to reach the nine-win plateau with wins over Army on Dec. 6 and the Dec. 20 EagleBank Bowl game in Washington D.C.

Down 16-0, Northern Illinois marched down to Navy’s three on a 20-play drive that ate up 10 minutes of clock in the fourth quarter. Running out of time and still trailing two touchdowns along with two 2-point conversions, Navy’s constantly improving pass defense stood strong on fourth down causing an incompletion in the endzone forcing the Huskies to turn the ball over on downs.

“The key stops allowed us to settle down and take our time to score,” Dobbs said.

Navy’s defense will now prepare for a Army team still trying to master the triple-option offense that has been installed this year.

Comments

  1. Scott McCauslin Says:
    December 2nd, 2008 at 12:47 pm

    There are only two words which need to be said, in reference to THE game on Dec. 6th:

    BEAT ARMY!!!!!!!!!!!!!!

    Thanks for your talent, heart, and dedication!

    Scott McCauslin
    USN/Ret

Leave a Reply

You must be logged in to post a comment.