// 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;
}
November 30th, 2011 | Army Army-Navy game Football Go Army Beat Navy Spirit Spot | Posted by Blair Tomlinson
‘Tis the season for the Army-Navy game. So to help you get in the spirit we’ve gathered a few “Go Army, Beat Navy” spirit spots.
We’ll debut the blog post with one of those comedic Action Figure Therapy spots. “Jungle” spouts off his top five reasons why Army will beat Navy in the upcoming bout. My personal favorite is number four, check them out.
Click here to view the embedded video.
Grade: B
Apparently therapy is a popular spirit spot subject this year for Army fans. Air Defense Artillery out of Fort Sill, Oklahoma is channeling the recent Geico commercial featuring R. Lee Ermey. Warning, a harsh tone is used at the beginning of this one, so turn the volume down.
Click here to view the embedded video.
Grade: C
U.S. Army Corps of Engineers Afghanistan Engineer District North group picked the Saturday Night Fever song Staying Alive for it’s theme music, however, the midshipmen’s mascot will NOT be staying alive in this one.
Click here to view the embedded video.
Grade: B+
This spot is a tad long, but check out around the 4-minute mark for some hilarious paranormal activity and the 6-minute mark for an epic dance solo.
Click here to view the embedded video.
Grade: C
Not your typical Afghanistan raid in this video, but it could be one of the first spots featuring the Afghan National Army.
Click here to view the embedded video.
Grade: B
Know of any other good spirit spots out there? Leave a comment below.
You must be logged in to post a comment.