CINXE.COM
Bolt of Lightning in the Distance Behind AT&T Stadium
<!DOCTYPE html> <!-- Classes taken from http://html5boilerplate.com/ on 2013-10-25, with additonal classes added --> <!--[if lt IE 7]> <html class="no-js ie lt-ie10 lt-ie9 lt-ie8 lt-ie7 lt_ie10 lt_ie9 lt_ie8 lt_ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js ie ie-7 lt-ie10 lt-ie9 lt-ie8 ie_7 lt_ie10 lt_ie9 lt_ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js ie ie-8 lt-ie10 lt-ie9 gt-ie7 ie_8 lt_ie10 lt_ie9 gt_ie7"> <![endif]--> <!--[if IE 9 ]> <html class="no-js ie ie-9 lt-ie10 gt-ie7 gt-ie8 ie_9 lt_ie10 gt_ie7 gt_ie8"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html class="no-js ie gt-ie7 gt-ie8 gt-ie9 gt_ie7 gt_ie8 gt_ie9 modern_browser"> <!--<![endif]--> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://store.dallasnews.com/bolt-of-lightning-in-the-distance-behind-at-t-stadium.html","20150920040247","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1442721767"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- BEGIN Shared HEAD_V3 that's pulled in from the global header file and pulled into header.html --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Bolt of Lightning in the Distance Behind AT&T Stadium</title> <meta id="extViewportMeta" name="viewport" content="width=device-width, initial-scale=1"> <!--[if lt IE 9]> <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <meta name="description" content=""/> <meta name="keywords" content="Bolt of Lightning in the Distance Behind AT&T Stadium, Bolt, of, Lightning, in, the, Distance, Behind, AT&T, Stadium"/> <link rel="image_src" type="image/jpeg" href="https://web.archive.org/web/20150920040247im_/http://store.dallasnews.com/images/products/395.jpg"/> <link rel="canonical" href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/bolt-of-lightning-in-the-distance-behind-at-t-stadium.html"/> <!-- Use this file to include any extra files you may need in the header --> <!-- Begin Template Layout CSS --> <!-- End Template Layout CSS --> <!-- JQuery includes (core) --> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> <!-- var __getScript = function(url, success) { success = success || function(){}; var script = document.createElement('script'); script.src = url; var head = document.getElementsByTagName('head')[0], done = false; // Attach handlers for all browsers script.onload = script.onreadystatechange = function() { if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) { done = true; // callback function provided as param success(); script.onload = script.onreadystatechange = null; head.removeChild(script); }; }; head.appendChild(script); }; function getStoreUrl(){ return 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com/'; } //--> </script> <link rel="stylesheet" href="https://web.archive.org/web/20150920040247cs_/https://www19.corecommerce.com/~morningnews/javascript/jquery/galleryview/galleryview.css" type="text/css" media="all"/> <link rel="stylesheet" href="https://web.archive.org/web/20150920040247cs_/https://www19.corecommerce.com/~morningnews/css/popup.css" type="text/css" media="all"/> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/https://www19.corecommerce.com/~morningnews/javascript/images2.js"></script> <script type="text/javascript"> <!-- function recalculatePageHeight(){ } function recalculateRelatedProductsHeight(){ } jQuery(document).ready(function(){ if(jQuery.trim(jQuery('#content-left').html()) == ''){ jQuery('#content-left').css('display', 'none'); } if(jQuery.trim(jQuery('#content-right').html()) == ''){ jQuery('#content-right').css('display', 'none'); } if($('#top-menu .line-splitter').length > 0){ $('#top-menu .line-splitter').each(function(){ $(this).attr('style', 'border-color: ' + $(this).attr('data-color') + '; border-style: ' + $(this).attr('data-style') + '; border-width: ' + $(this).attr('data-width') + ' 0 0 0;'); }); } /* GROUP NAV =================================================== */ /* =JFG. Add hook for styling sub-nav since it is not part of the CC markup for Drop Downs or Mega Menus. It's not possible to ascend selectors with just CSS - http://stackoverflow.com/questions/45004/complex-css-selector-for-parent-of-active-child */ $('.dd-submenu li, .mm-submenu li').parents('li').addClass('nav-with-sub-menu nav_with_sub_menu'); /* Underscores is old class pre INT-39 */ $('.element-title').parent().prev().addClass('js-req-last-element-link js_req_last_element_link'); /* Helper class for styling vertical space. Underscores is old class pre INT-39 */ $('.element-textstr').parent().addClass('js-req-element-textstr-container js_req_element_textstr_container'); /* Helper class for styling vertical space. Underscores is old class pre INT-39 */ /* =JFG. Temp helper class for detecting what type of menu this is. This is needed to apply a z-index fix _only_ to the dropdown menu, since otherwise the positioning would affect the Mega Menu (CC-2933). Matt G will replace these in the actual nav later */ $("#top-menu").each(function(){ if($(this).has('.mm-submenu').length != 0) { $(this).addClass("menu menu--top menu--mega"); } if($(this).has('.dd-submenu').length != 0) { $(this).addClass("menu menu--top menu--dropdown"); } }); /* GROUP NAV / MEGA MENU =================================================== */ /* New */ /* =JFG. Assistive classes for styling mega menu layouts based on their total columns */ $("#top-menu > li .mm-submenu").each(function(){ var columnClass = "l-cols-" + $(this).children().size(); $(this).addClass(columnClass); }); /* Old */ $("#top-menu > li .mm-submenu").each(function(){ var columnClass = "l-cols-" + $(this).children().size(); $(this).addClass(columnClass); var columnClassOld = "l_cols--" + $(this).children().size(); $(this).addClass(columnClassOld); /* =JFG. older class, pre INT-39 */ }); /* GROUP NAV / ANDROID - fix for navigation parents with link and children =================================================== */ /* By Osvaldas Valutis, http://osvaldas.info/drop-down-navigation-responsive-and-touch-friendly Available for use under the MIT License */ ;(function( $, window, document, undefined ) { $.fn.doubleTapToGo = function( params ) { if( !( 'ontouchstart' in window ) && !navigator.msMaxTouchPoints && !navigator.userAgent.toLowerCase().match( /windows phone os 7/i ) ) return false; this.each( function() { var curItem = false; $( this ).on( 'click', function( e ) { var item = $( this ); if( item[ 0 ] != curItem[ 0 ] ) { e.preventDefault(); curItem = item; } }); $( document ).on( 'click touchstart MSPointerDown', function( e ) { var resetItem = true, parents = $( e.target ).parents(); for( var i = 0; i < parents.length; i++ ) if( parents[ i ] == curItem[ 0 ] ) resetItem = false; if( resetItem ) curItem = false; }); }); return this; }; })( jQuery, window, document ); if(navigator.userAgent.match(/(Android)/i)) { /* =JFG. CC-2502 - Wrapped condition around this function to test for Android to prevent it from mis-firing on iOS */ $("#top-menu li:has(ul), #top-bar li:has(ul)").doubleTapToGo(); /* Apply to CoreCommerce navigation */ } /* =JFG. GROUP RESPONSIVE COLUMNS - CC-2020 =================================================== */ $('.grid[class*="l-cols-"]').each(function(){ /* [1] Find out how many columns the user has set by reading the outputted class */ var userColumns = this.className.match(/l-cols-(\d+)/)[1]; userColumnsInt = parseInt(userColumns); /* Convert To Integer For The Sake Of Comparing */ /* [1] Find out how many columns have actually been output */ var actualColumns = $(this).children().size(); actualColumnsInt = parseInt(actualColumns); /* Convert To Integer For The Sake Of Comparing */ /* [3] Test to see if there are less columns than what the user specified */ if (userColumnsInt > actualColumnsInt) { /* If there are… */ $(this).removeClass("l-cols-" + userColumnsInt); /* Remove the user defined column class because it exceeds what's there */ $(this).each(function(){ var columnClassGrid = "l-cols-" + actualColumns; $(this).addClass(columnClassGrid); /* Add a column class for what's really there */ }); } }); /* =JFG. GROUP MODERNIZR - Modernizr-like features that every theme should get by default =================================================== */ $('html').removeClass("no-js"); /* Remove the class .no-js since we know the user definitely has JavaScript enabled if this jQuery is executed - related to CC-2934 */ /* =JFG. GROUP PRODUCT DETAIL =================================================== */ /* CC-2934; review form should be hidden for every theme; not a theme-by-theme basis */ $("#productDetail .review--product-form").hide(); }); /** * Anything that is put here will be run once the page is completely loaded. Meaning all images have been completely loaded, etc. */ jQuery(window).load(function(){ recalculatePageHeight(); }); //--> </script> <meta property="og:site_name" content="The Dallas Morning News Store"/> <meta property="og:url" content="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/bolt-of-lightning-in-the-distance-behind-at-t-stadium.html"/> <meta property="og:title" content="Bolt of Lightning in the Distance Behind AT&T Stadium"/> <meta property="og:description" content=" A lightning bolt from a passing thunderstorm strikes in the distance far behind AT&T Stadium in Arlington, site of the NCAA Final Four, Thursday, April 3, 2014."/> <meta property="og:image" content="https://web.archive.org/web/20150920040247im_/http://store.dallasnews.com/images/products/391.jpg"/> <!-- This must be second --> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20150920040247cs_/http://store.dallasnews.com/css/dynamic-css.php?currentlyActivePageId=3"/> <!-- END Shared HEAD_V3 that's pulled in from the global header file and pulled into header.html --> <!-- http://www.google.com/fonts#UsePlace:use/Collection:Arapey:400italic,400|Oswald:400 --> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20150920040247cs_/http://cdn0.dallasnews.com/basic/css/common.css"/> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://store.dallasnews.com/00312-1/design/js/modernizr.custom.js"></script> <!-- If we are IE9 and above, or not IE at all then we can handle rem units we just need the main.css file --> <!--[if (gt IE 8)|!(IE)]><!--> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20150920040247cs_/http://store.dallasnews.com/00312-1/design/css/main.css" media="all"/> <!--<![endif]--> <!-- If we are IE8 and below we can't handle rem units. We also need to polyfill Media Queries --> <!--[if (lt IE 9) ]> <link rel="stylesheet" type="text/css" href="http://store.dallasnews.com/00312-1/design/css/main-no-rem.css" media="all" /> <script type="text/javascript" src="http://store.dallasnews.com/00312-1/design/js/respond.min.js"></script> <![endif]--> <style type="text/css"> #search-new {display: inline-block;position: absolute;right: 0;top: 0;width: 88%} .title-rule {display: none} </style> </head> <body class="page-not-home page_not_home page_product_detail no-widgets no_widgets"> <div id="container" class="container"> <header role="banner" class="header-banner"> <!-- AR 01-12-2015 php /* Use a class because IE8 does not recognise the selector header[role="banner"] */ --> <div class="mq-nav-full-up" style="display:none;"> <!-- BEGIN >> cart.header.search.v2.tem.php --> <script type="text/javascript"> <!-- var widgetHeaderSearchProcessing = false; var headerSearchWidgetimeoutId = null; var headerSearchHasBeenFocused = false; jQuery(document).ready(function(){ $('#header-search .btn').click(function(e){ $(this).parents('form[name="ds_header_search"]').submit();//support multiple header search widgets e.preventDefault(); }); //use JS to submit the form NM 26096 $('form[name="ds_header_search"]').submit(function(e){ e.preventDefault(); //CC-1697 - cx is added for fixing 'googlesearch' var params = { m : 'search_results', headerSearch : 'Y', search : $(this).find('input[name="search"]').val() } window.location.href = "https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?" + $.param(params); return false; }); $('#headerSearchField').attr("autocomplete","off"); }); function processInitialHeaderSearchFocus(ele){ if(!headerSearchHasBeenFocused){ headerSearchHasBeenFocused = true; ele.value = ''; } } function undoHeaderSearchWidgetDynamicSearch(){ if(headerSearchWidgetimeoutId){ clearTimeout(headerSearchWidgetimeoutId); } $('#headerSearchWidgetDynamicResults').hide(); } function initiateHeaderSearchWidgetDynamicSearch(){ undoHeaderSearchWidgetDynamicSearch(); if(!$('#headerSearchField').val()){ return; } headerSearchWidgetimeoutId = setTimeout("doHeaderSearchWidgetDynamicSearch()", 1000); } function doHeaderSearchWidgetDynamicSearch(){ headerSearchWidgetimeoutId = null; searchTerm = document.ds_header_search.search.value; if(!widgetHeaderSearchProcessing){ widgetHeaderSearchProcessing = true; jQuery.ajax({ type : 'GET', cache : false, url : getStoreUrl() + 'controllers/ajaxController.php', data : { object : 'ProductAjax', 'function' : 'getProductSearchResult', searchTerm : searchTerm, customProductLists : '', category : '', shopByPrice : '', vendor : '' } }) .done(function(response) { var responseArr = response.split('<_|_>'); searchProcessing = false; if(responseArr[0] == 'success'){ $('#headerSearchWidgetDynamicResults').show(); responseArr.shift(); $('#headerSearchWidgetDynamicResults').html(decodeURIComponent(responseArr.join('<br />'))); } }) .fail(function() {}) .always(function() {}); } } //--> </script> <div id="header-search" class="header-search-container"> <form name="ds_header_search" action="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php" method="get"> <input type="hidden" name="m" value="search_results"/> <input type="hidden" name="headerSearch" value="Y"/> <input type="text" id="headerSearchField" class="header-search-field inline-input" name="search" size="15" value="Search..." onfocus="javascript:processInitialHeaderSearchFocus(this); javascript:initiateHeaderSearchWidgetDynamicSearch();" onkeyup="javascript:initiateHeaderSearchWidgetDynamicSearch();"/> <a class="btn btn--1 btn--search btn--inline" href="javascript:">Go</a> <div class="dynamic-results" id="headerSearchWidgetDynamicResults"></div> </form> </div> <!-- END >> cart.header.search.v2.tem.php --> </div> <div id="top-bar" class="row top-bar" style="text-align:right;"> <div class="l-w-mx-l p-b-s-0"> <div id="cartPop"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=view" class="btn--header-view-cart btn btn--4" id="trigger">(0) View Cart</a> <div id="pop-up"> <!-- BEGIN >> cart.sidebar.detailed.v3.tem.php --> <div class="widget widget-sidebar-detailed ccWidgetBasic" id="widgetSidebarDetailed"> <script type="text/javascript"> <!-- function headerViewCart() { document.headerDetailSidebarDigiSHOP.m.value = 'view'; document.headerDetailSidebarDigiSHOP.submit(); return true; } function headerEmptyCart(){ var msg = "Are You Sure You Want to Empty Your Shopping Cart?"; var go = location.href; document.headerDetailSidebarDigiSHOP.go.value = go; if(confirm(msg)){ document.headerDetailSidebarDigiSHOP.m.value = 'empty'; document.headerDetailSidebarDigiSHOP.submit(); return true; } return false; } function headerUpdate() { document.headerDetailSidebarDigiSHOP.go.value = 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m%3Dcontent%26name%3Dbolt-of-lightning-in-the-distance-behind-at-t-stadium%26ext%3Dhtml'; document.headerDetailSidebarDigiSHOP.m.value = 'modify'; document.headerDetailSidebarDigiSHOP.submit(); return true; } function headerCheckout() { document.headerDetailSidebarDigiSHOP.m.value = 'checkout'; document.headerDetailSidebarDigiSHOP.submit(); return true; } var IE = document.all ? true : false;if(!IE) document.captureEvents(Event.MOUSEMOVE);document.onmousemove = getMouseXY;var tempX = 0;var tempY = 0;function getMouseXY(e){ if(IE){ if(document.documentElement && document.documentElement.scrollTop){ tempX = event.clientX + document.documentElement.scrollLeft; tempY = event.clientY + document.documentElement.scrollTop; } else { tempX = event.clientX + document.body.scrollLeft; tempY = event.clientY + document.body.scrollTop; } } else { tempX = e.pageX; tempY = e.pageY; }}function showHelperPopup(id, style, xOffset, yOffset, ignoreMousePosition){ ignoreMousePosition = ignoreMousePosition || false; if(ignoreMousePosition){ tempY2 = parseInt(yOffset); tempX2 = parseInt(xOffset); } else { tempY2 = parseInt(tempY) + parseInt(yOffset); tempX2 = parseInt(tempX) + parseInt(xOffset); } var foundRelativeOrAbsoluteParent = false; var relativeOrAbsoluteParentX = 0; var relativeOrAbsoluteParentY = 0; $("#" + id).parents().each(function(){ if(foundRelativeOrAbsoluteParent){ return; } if($(this).css("position") == "relative" || $(this).css("position") == "absolute"){ foundRelativeOrAbsoluteParent = true; var position = $(this).offset(); relativeOrAbsoluteParentX = position.left; relativeOrAbsoluteParentY = position.top; } }); if(foundRelativeOrAbsoluteParent){ tempX2 = parseInt(tempX2) - parseInt(relativeOrAbsoluteParentX); tempY2 = parseInt(tempY2) - parseInt(relativeOrAbsoluteParentY); } //alert(foundRelativeOrAbsoluteParent + "/" + relativeOrAbsoluteParentX + "/" + relativeOrAbsoluteParentY); document.getElementById(id).style.top = tempY2 + "px"; document.getElementById(id).style.left = tempX2 + "px"; if(style == 'onclick'){ if(document.getElementById(id).style.visibility == 'visible'){ style= 'hidden'; } else { style = 'visible'; } } document.getElementById(id).style.visibility = style;} //--> </script> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=view"> <h3 class="widget-title">Shopping Cart</h3> </a> <div class="widget__body"> <form name="headerDetailSidebarDigiSHOP" method="get" action="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php"> <input type="hidden" name="m" value=""/> <input type="hidden" name="sidebarDetailed" value="Y"/> <input type="hidden" name="prevCmd" value="product_detail"/> <input type="hidden" name="go" value=""/> <div class="message-container"> <div class="message message--none">Shopping Cart Empty</div> </div> </form> </div> </div> <!-- END >> cart.sidebar.detailed.v3.tem.php --> </div> </div> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=account" class="btn btn--4 btn--my-account"><!-- AR 02-12-2015 php $lang->xprint('title_My_Account')-->Customer Login</a> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=checkout" class="btn btn--4 top-bar__checkout">Checkout</a> <div class="nav-mobile"> <div class="btn btn--nav f-2"> <span class="nav-icon icon-list"></span> <span class="x icon-cancel"></span> </div> </div> </div> <!-- .l-w-mx --> </div> <div id="logo" class="logo"> <!-- =JFG. An id of logo is needed to override theme defaults when a customer specifies a logo colour e.g. "#logo .textlogo a" will then trump your logo default definition of ".textlogo a" or ".logo a" --> <div class="l-w-l"> <div class="imagelogo"><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/"><img src="https://web.archive.org/web/20150920040247im_/http://store.dallasnews.com/images/00312-1-logoImage.png" alt="" title="" border="0"/></a></div> </div> </div> <div class="top-nav-wrapper"> <!-- =JFG. Used purely to change the background --> <nav class="top-nav"> <ul id="top-menu"> <li id="old-item-0" style="position: relative;"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/gifts-more/">Gifts & More</a> <div class="dd-submenu" id="item-0-submenu"> <ul><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/apparel/">Apparel</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/art-home-decor/">Art & Home Decor</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/growlers/">Growlers</a></li></ul> </div> </li><li id="old-item-1" style="position: relative;"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Photos/">Photos</a> <div class="dd-submenu" id="item-1-submenu"> <ul><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/from-the-archives/">From the Archives</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Landmarks/">Landmarks</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Nature/">Nature</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Skyline/">Skyline</a></li><li><a target="_blank" href="https://web.archive.org/web/20150920040247/http://dallasnews.mycapture.com/mycapture/photoRequestForm.asp">Request a Photo</a></li></ul> </div> </li><li id="old-item-2" style="position: relative;"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Sports/">Sports</a> <div class="dd-submenu" id="item-2-submenu"> <ul><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Dallas-Cowboys/">Dallas Cowboys</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Dallas-Mavericks/">Dallas Mavericks</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Dallas-Stars/">Dallas Stars</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Texas-Rangers/">Texas Rangers</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Texas-A-M/">Texas A&M</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Texas-Tech/">Texas Tech</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/University-of-Oklahoma/">University of Oklahoma</a></li><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/University-of-Texas/">University of Texas</a></li></ul> </div> </li><li id="old-item-3" style="position: relative;"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/dmn-collection/">DMN Collection</a> </li><li id="old-item-4" style="position: relative;"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Books/">Books</a> <div class="dd-submenu" id="item-4-submenu"> <ul><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/Hardcover/">Hardcover</a></li><li><a target="_blank" href="https://web.archive.org/web/20150920040247/http://www.dallasnews.com/ebooks/">eBooks</a></li></ul> </div> </li><li id="old-item-5"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/featured-front-pages/">Newspaper Reprints</a> <div class="dd-submenu" id="item-5-submenu"> <ul><li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/featured-front-pages/">Featured Front Pages</a></li><li><a target="_blank" href="https://web.archive.org/web/20150920040247/http://res.dallasnews.com/backorder/">Request a Back Copy</a></li><li><a target="_blank" href="https://web.archive.org/web/20150920040247/http://dallasnews.mycapture.com/mycapture/photoRequestForm.asp">Request a Page Reprint</a></li></ul> </div> </li><li id="old-item-6"> <a href="https://web.archive.org/web/20150920040247/http://join.dallasnews.com/dmnstore" target="_blank">Subscribe</a> </li><li id="old-item-7"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/sale/">Sale</a> </li></ul> <div class="mq-nav-full-down"> </div> </nav> </div> </header> <div class="frame"> <div class="content"> <div class="left-and-middle-content-wrapper"> <div id="content-middle" class="content__middle"> <div id="search-new"> <!-- BEGIN >> cart.header.search.v2.tem.php --> <script type="text/javascript"> <!-- var widgetHeaderSearchProcessing = false; var headerSearchWidgetimeoutId = null; var headerSearchHasBeenFocused = false; jQuery(document).ready(function(){ $('#header-search .btn').click(function(e){ $(this).parents('form[name="ds_header_search"]').submit();//support multiple header search widgets e.preventDefault(); }); //use JS to submit the form NM 26096 $('form[name="ds_header_search"]').submit(function(e){ e.preventDefault(); //CC-1697 - cx is added for fixing 'googlesearch' var params = { m : 'search_results', headerSearch : 'Y', search : $(this).find('input[name="search"]').val() } window.location.href = "https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?" + $.param(params); return false; }); $('#headerSearchField').attr("autocomplete","off"); }); function processInitialHeaderSearchFocus(ele){ if(!headerSearchHasBeenFocused){ headerSearchHasBeenFocused = true; ele.value = ''; } } function undoHeaderSearchWidgetDynamicSearch(){ if(headerSearchWidgetimeoutId){ clearTimeout(headerSearchWidgetimeoutId); } $('#headerSearchWidgetDynamicResults').hide(); } function initiateHeaderSearchWidgetDynamicSearch(){ undoHeaderSearchWidgetDynamicSearch(); if(!$('#headerSearchField').val()){ return; } headerSearchWidgetimeoutId = setTimeout("doHeaderSearchWidgetDynamicSearch()", 1000); } function doHeaderSearchWidgetDynamicSearch(){ headerSearchWidgetimeoutId = null; searchTerm = document.ds_header_search.search.value; if(!widgetHeaderSearchProcessing){ widgetHeaderSearchProcessing = true; jQuery.ajax({ type : 'GET', cache : false, url : getStoreUrl() + 'controllers/ajaxController.php', data : { object : 'ProductAjax', 'function' : 'getProductSearchResult', searchTerm : searchTerm, customProductLists : '', category : '', shopByPrice : '', vendor : '' } }) .done(function(response) { var responseArr = response.split('<_|_>'); searchProcessing = false; if(responseArr[0] == 'success'){ $('#headerSearchWidgetDynamicResults').show(); responseArr.shift(); $('#headerSearchWidgetDynamicResults').html(decodeURIComponent(responseArr.join('<br />'))); } }) .fail(function() {}) .always(function() {}); } } //--> </script> <div id="header-search" class="header-search-container"> <form name="ds_header_search" action="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php" method="get"> <input type="hidden" name="m" value="search_results"/> <input type="hidden" name="headerSearch" value="Y"/> <input type="text" id="headerSearchField" class="header-search-field inline-input" name="search" size="15" value="Search..." onfocus="javascript:processInitialHeaderSearchFocus(this); javascript:initiateHeaderSearchWidgetDynamicSearch();" onkeyup="javascript:initiateHeaderSearchWidgetDynamicSearch();"/> <a class="btn btn--1 btn--search btn--inline" href="javascript:">Go</a> <div class="dynamic-results" id="headerSearchWidgetDynamicResults"></div> </form> </div> <!-- END >> cart.header.search.v2.tem.php --> </div><!-- BEGIN >> cart.pos.v3.tem.php --> <!-- END >> cart.pos.v3.tem.php --><!-- ##TOP_BEGIN## --> <!--__START_TEMPLATE__--> <!-- The line above has to remain the first line of the template in order for the product detail print friendly to work! --> <!-- BEGIN >> product.detail.v3.tem.php --> <script type="text/javascript"> var manuallyLoadMagicZoom = true; </script> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/https://www19.corecommerce.com/~morningnews/javascript/util.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/https://www19.corecommerce.com/~morningnews/javascript/options.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/https://www19.corecommerce.com/~morningnews/javascript/productDetail.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/https://www19.corecommerce.com/~morningnews/javascript/mz-packed.js"></script> <script type="text/javascript"> <!-- var IE = document.all ? true : false;if(!IE) document.captureEvents(Event.MOUSEMOVE);document.onmousemove = getMouseXY;var tempX = 0;var tempY = 0;function getMouseXY(e){ if(IE){ if(document.documentElement && document.documentElement.scrollTop){ tempX = event.clientX + document.documentElement.scrollLeft; tempY = event.clientY + document.documentElement.scrollTop; } else { tempX = event.clientX + document.body.scrollLeft; tempY = event.clientY + document.body.scrollTop; } } else { tempX = e.pageX; tempY = e.pageY; }}function showHelperPopup(id, style, xOffset, yOffset, ignoreMousePosition){ ignoreMousePosition = ignoreMousePosition || false; if(ignoreMousePosition){ tempY2 = parseInt(yOffset); tempX2 = parseInt(xOffset); } else { tempY2 = parseInt(tempY) + parseInt(yOffset); tempX2 = parseInt(tempX) + parseInt(xOffset); } var foundRelativeOrAbsoluteParent = false; var relativeOrAbsoluteParentX = 0; var relativeOrAbsoluteParentY = 0; $("#" + id).parents().each(function(){ if(foundRelativeOrAbsoluteParent){ return; } if($(this).css("position") == "relative" || $(this).css("position") == "absolute"){ foundRelativeOrAbsoluteParent = true; var position = $(this).offset(); relativeOrAbsoluteParentX = position.left; relativeOrAbsoluteParentY = position.top; } }); if(foundRelativeOrAbsoluteParent){ tempX2 = parseInt(tempX2) - parseInt(relativeOrAbsoluteParentX); tempY2 = parseInt(tempY2) - parseInt(relativeOrAbsoluteParentY); } //alert(foundRelativeOrAbsoluteParent + "/" + relativeOrAbsoluteParentX + "/" + relativeOrAbsoluteParentY); document.getElementById(id).style.top = tempY2 + "px"; document.getElementById(id).style.left = tempX2 + "px"; if(style == 'onclick'){ if(document.getElementById(id).style.visibility == 'visible'){ style= 'hidden'; } else { style = 'visible'; } } document.getElementById(id).style.visibility = style;} //These are meant to be global, please leave them here. var photoGroups = new Array(); var photoGroupsLength = 0; var maxThumbs = '3'; var totalCount = '1'; var imageLocation = 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com'; var imageURL = 'images/products'; var mainHeight = '625'; var mainWidth = '625'; var displayedMain = ''; var optionPhotos = new Array(); var newRating = 0; var msrpPrice = ''; var msrpPriceForCalc = '0'; var msrpQuantity = 0; var percentSign = '%'; var displayedSection = ''; var displayedTab = ''; var templateWindowLoadFunctionCalled = false; var productDisplayMSRPSavings = false; var productHasPersonalizationsWithPrices = true; var canAccessFrontEndAdmin = false; var productId = "107"; jQuery(window).load(function(){ //make sure we only call this function once NM 21103 if(templateWindowLoadFunctionCalled){ return; } templateWindowLoadFunctionCalled = true; //construct the gallery after the document is done loading because we need fully loaded images so we can use their dimensions var thumbDimension = 300; var panelWidth = $('#productPhotos').width(); var maxThumbDimension = panelWidth - 84; // Minus 84 to accomodate nav arrows -MWG var showFilmStrip = false; var frameScale = 'crop'; //have to hide all the photos while the page is populating and show them once it's done loading for IE6 to work with the gallery. Otherwise the panel width comes back far too large and extraDetails wrap below the gallery $('#photos').css('display', 'block'); if((typeof designMode == 'string') && designMode){ $('#photos').hide(); if($('#productPhotos').length){ $('#productPhotos').html("Your image gallery will be displayed here when you're not in drag & drop design mode"); } } else if($('#photos').length){ var defaultThemePath = "https://web.archive.org/web/20150920040247/https://www19.corecommerce.com/~morningnews/javascript/jquery/galleryview/themes/"; var defaultTheme = "dark"; $('#photos').galleryView({ show_captions : false //don't show captions inside gallery markup ,transition_interval : '0' ,pointer_transition_speed : 0 ,panel_width : panelWidth ,auto_calc_panel_height : true ,panel_max_height : 408 ,frame_width : (maxThumbDimension < thumbDimension) ? maxThumbDimension : thumbDimension ,frame_height : (maxThumbDimension < thumbDimension) ? maxThumbDimension : thumbDimension ,continuous : false ,show_filmstrip : showFilmStrip ,frame_scale : frameScale ,default_theme_path : defaultThemePath //21103 ,nav_theme : defaultTheme ,realThumbDimension : thumbDimension ,callback : function(){ MagicZoom_findZooms(); addFancyZoomHandlers(); } }); } stripPage(); }); jQuery(document).ready(function(){ initialize(); if(typeof recalculatePageHeight == 'function'){ recalculatePageHeight(); } }); function emailFriend(){ var url = 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=email_friend'; url += '&'; url += 'p=107'; friendWindow = window.open(url, 'find', ['width=525', 'height=450', 'left=150', 'top=150', 'scrollbars=yes', 'menubar=no', 'resizable=yes']); friendWindow.top.focus(); } function checkRequiredFields(){ var error = ''; if(error != ''){ alert(error); return false; } else { return true; } } function goThere(url){ window.location.href = url; return false; } function initialize(){ populatePhotoArrays(); document.productForm.useBundle.value = 'N'; //dynamically add an event handler to the qty input field $('input[name="quantity"]').change(function(){ updatePrice(); }); //23271 $('input[name="quantity"]').keyup(function(){ updatePrice(); }); updatePrice(); } function stripPage(){ } function populatePhotoArrays(){ /* Let's get down to it. We need to go through each photo group and convert it from a photoGroup object into a javascript array * we can work with in the context of this template. The structure of our javascript photoGroup array will look like this when * we are done. * * PhotoGroups => * [0] => PhotoGroup * [0] => Thumbnail * [0] => width * [1] => height * [2] => name * [3] => caption * [4] => alt/title * [5] => url * [0] => Main * [0] => width * [1] => height * [2] => name * [3] => caption * [4] => alt/title * [5] => url * [0] => Popup * [0] => width * [1] => height * [2] => name * [3] => caption * [4] => alt/title * [5] => url */ var photoGroup = new Array(); //First we'll create our lowest level array for each photo. var thumbArray = new Array(); thumbArray.push('300'); thumbArray.push('300'); thumbArray.push('395.jpg'); thumbArray.push(''); thumbArray.push(''); thumbArray.push(''); var mainArray = new Array(); mainArray.push('600'); mainArray.push('378'); mainArray.push('393.jpg'); mainArray.push(''); mainArray.push(''); mainArray.push(''); var popupArray = new Array(); popupArray.push('1800'); popupArray.push('1134'); popupArray.push('391.jpg'); popupArray.push(''); popupArray.push(''); popupArray.push(''); //Now that we have each individual photo with all of its elements in its own array we will put them into the //photogroup array; photoGroup.push(thumbArray); photoGroup.push(mainArray); photoGroup.push(popupArray); //Finally we put this photoGroup array into the photoGroups array. Once this loop is finished we are done, our //photoGroups array is ready to go. photoGroups.push(photoGroup); photoGroupsLength = photoGroups.length; } function showPopup(id, windowName, parameterString){ var url = 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=popup&id=' + id; var popupWindow = window.open(url, windowName, parameterString); popupWindow.focus(); } function roundNumber(number) { var decimals = 2; var dec_point = '.'; var thousands_sep = ','; var n = number, c = isNaN(decimals = Math.abs(decimals)) ? 2 : decimals; var d = dec_point == undefined ? "." : dec_point; var t = thousands_sep == undefined ? "," : thousands_sep, s = n < 0 ? "-" : ""; var i = parseInt(n = Math.abs(+n || 0).toFixed(c)) + "", j = (j = i.length) > 3 ? j % 3 : 0; return s + (j ? i.substr(0, j) + t : "") + i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + t) + (c ? d + Math.abs(n - i).toFixed(c).slice(2) : ""); } function xMSRPSavingsHandler(response){ var pieces = response.split('|'); var length = pieces.length; var html = ''; var isRange = pieces[6]; if(isRange == 'true'){ var rawMinMSRP = pieces[1]; var rawMaxMSRP = pieces[3]; if(rawMinMSRP > 0 && rawMaxMSRP > 0){ var minMSRP = decodeURIComponent(pieces[0]); var maxMSRP = decodeURIComponent(pieces[2]); var msrpString = minMSRP + ' - ' + maxMSRP; if(element = document.getElementById('msrpPrice')){ element.innerHTML = msrpString; } } if(element = document.getElementById('msrpSavings')){ element.style.display = 'none'; } } else { var msrp = decodeURIComponent(pieces[0]); var rawMSRP = pieces[1]; if(rawMSRP > 0){ var savings = decodeURIComponent(pieces[2]); var rawSavings = pieces[3]; if(element = document.getElementById('msrpPrice')){ element.innerHTML = msrp; } if(rawSavings > 0){ var savingsPercent = pieces[5] + '%'; html = savings + ' (' + savingsPercent + ')'; if(element = document.getElementById('msrpSavings')){ if(savingsElement = document.getElementById('msrpSavingsField')){ savingsElement.innerHTML = html; } } } else { if(element = document.getElementById('msrpSavings')){ element.style.display = 'none'; } } } else { if(element = document.getElementById('msrpLabel')){ element.style.display = 'none'; } if(element = document.getElementById('msrpPrice')){ element.style.display = 'none'; } if(element = document.getElementById('msrpSavings')){ element.style.display = 'none'; } } } } function batchAdd(){ document.productForm.useBundle.value = 'Y'; document.productForm.submit(); } function addMe(id){ var url = 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=add'; url += '&quantity=1'; url += '&productID=' + id; url += '&oldProductID=107'; window.location.href = url; } function requestLowerPrice(){ var url = 'https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php?m=request_lower_price&p=107'; window.open(url, 'request_lower_price', 'width=375, height=400, scrollbars=yes'); } function addFancyZoomHandlers(){ $('.fancyzoom').kitaFancyZoom({'title':'Click anywhere to close','overlay':'0.8','color':'#FFFFFF','marginRight':'0'}); } function getLiveSkuImgs(){ } function getLiveSkuImgHandler(response){ $('#autoSkuImg').html(response); } var currentDisplayedOptionGroup = new Array(); var persSelected = new Array(); var persSelectedKeys = new Array(); var persSelectedAnswerKeys = new Array(); if(!persSelected[21]){ persSelected[21] = new Array(); persSelectedKeys.push(21); persSelectedAnswerKeys[21] = new Array();} var answerArray = new Array(); answerArray[119] = ''; persSelectedAnswerKeys[21].push(119); answerArray[120] = ''; persSelectedAnswerKeys[21].push(120); answerArray[121] = ''; persSelectedAnswerKeys[21].push(121); answerArray[122] = ''; persSelectedAnswerKeys[21].push(122); answerArray[123] = ''; persSelectedAnswerKeys[21].push(123); answerArray[124] = ''; persSelectedAnswerKeys[21].push(124); answerArray[125] = ''; persSelectedAnswerKeys[21].push(125); persSelected[21] = answerArray; //--> </script> <!-- ##TOP_END## --> <div id="productDetail" itemscope itemtype="http://schema.org/Product"> <meta itemprop="url" content="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/bolt-of-lightning-in-the-distance-behind-at-t-stadium.html"/> <!-- ##NAME_BEGIN## --> <h1 class="page-title" itemprop="name">Bolt of Lightning in the Distance Behind AT&T Stadium</h1> <!-- ##NAME_END## --> <!-- ##BREADCRUMB_TRAIL_BEGIN## --> <div class="breadcrumb categoryTitleHeader"> <div class="breadcrumb__inner"> Products<span class="breadcrumb-arrow breadcrumb__separator"> ›</span> Photos<span class="breadcrumb__separator"> ›</span> <span class="current">Bolt of Lightning in the Distance Behind AT&T Stadium</span> </div> </div> <div class="page-content"> <form enctype="multipart/form-data" method="post" action="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/cart.php" name="productForm" onsubmit="javascript:return checkRequiredFields();" class="product"> <input type="hidden" value="add" name="m"/> <input type="hidden" value="107" name="productID"/> <input type="hidden" value="product_detail" name="last_m"/> <input type="hidden" value="N" name="useBundle"/> <input type="hidden" value="" name="riID"/> <!-- ##BREADCRUMB_TRAIL_END## --> <!-- ##MESSAGES_BEGIN## --> <!-- BEGIN >> errors.v2.tem.php --> <!-- END >> errors.v2.tem.php --> <!-- ##MESSAGES_END## --> <div class="photo-container photo-container--product-detail product__photos" id="productPhotos"> <meta itemprop="image" content="https://web.archive.org/web/20150920040247im_/http://store.dallasnews.com/images/products/391.jpg"/> <!-- ##MAIN_PHOTO_BEGIN## --> <ul class="photo-container__photos" id="photos" style="display: none;"> <!-- Begin Product Main Photos --> <li> <img class="photoClass" src="https://web.archive.org/web/20150920040247im_/http://store.dallasnews.com/images/products/395.jpg" alt="" title=""/> <div class="panel-content"> <a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/images/products/391.jpg" class="fancyzoom"> <img class="photoClass" src="https://web.archive.org/web/20150920040247im_/http://store.dallasnews.com/images/products/393.jpg" alt="" title=""/> </a> </div> </li> <!-- End Product Main Photos --> <!-- Begin Personalization Main Photos --> <!-- End Personalization Main Photos --> <!-- Begin Option Main Photos --> <!-- End Option Main Photos --> </ul> <div class="caption caption--product" id="prodCaption"> <div> </div> </div> <!-- ##MAIN_PHOTO_END## --> <!-- ##BACK_TO_LIST_BEGIN## --> <a href="javascript:history.back();" class="btn btn--3 btn--back-to-list">Back to List</a> <!-- ##BACK_TO_LIST_END## --> </div> <div class="product-details product__details" id="extraDetails" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="price" content="0.00"/> <meta itemprop="priceCurrency" content="USD"/> <meta itemprop="category" content="Photos"/> <meta itemprop="itemCondition" itemtype="http://schema.org/OfferItemCondition" content="http://schema.org/NewCondition"/> <!-- ##DEAL_OF_THE_DAY_TIMER_BEGIN## --> <!-- ##DEAL_OF_THE_DAY_TIMER_END## --> <!-- ##PRICE_BEGIN## --> <div class="item-price item-price--product" id="price"> <!-- price dynamically displayed here --> $19.99 - $269.99 </div> <!-- ##PRICE_END## --> <!-- ##CALL_EMAIL_DISPLAY_MESSAGE_BEGIN## --> <!-- ##CALL_EMAIL_DISPLAY_MESSAGE_END## --> <!-- ##SETUP_FEE_BEGIN## --> <!-- ##SETUP_FEE_END## --> <!-- ##CUSTOM_FEE_BEGIN## --> <!-- ##CUSTOM_FEE_END## --> <!-- ##SKU_BEGIN## --> <!-- ##SKU_END## --> <!-- ##AUTOSKU_BEGIN## --> <!-- ##AUTOSKU_END## --> <!-- ##UPC_BEGIN## --> <!-- ##UPC_END## --> <!-- ##MIN_ORDER_QTY_BEGIN## --> <!-- ##MIN_ORDER_QTY_END## --> <!-- ##MAX_ORDER_QTY_BEGIN## --> <!-- ##MAX_ORDER_QTY_END## --> <!-- ##SIZE_BEGIN## --> <!-- ##SIZE_END## --> <!-- ##item_UDF_BEGIN## --> <div class="field udf1-container"> <span class="field-label"> Photographer: </span> <span class="field-value item-udf"> Tom Fox </span> </div> <!-- ##item_UDF_END## --> <!-- ##QTY_PRICING_BEGIN## --> <!-- ##QTY_PRICING_END## --> <!-- ##QTY_IN_STOCK_BEGIN## --> <link itemprop="availability" href="http://schema.org/InStock"/> <!-- ##QTY_IN_STOCK_END## --> <!-- ##QTY_BEGIN## --> <div class="field product-detail-group item-qty"> <span class="field-label"> Qty: </span> <span class="field-value"> <input type="text" name="quantity" size="3" maxlength="6" value="1" class="input-qty" id="qtyInput"/> </span> </div> <!-- ##QTY_END## --> <!-- ##OPTIONS_BEGIN## --> <!-- ##OPTIONS_END## --> <!-- ##PERSONALIZATIONS_BEGIN## --> <div class="field variant product-detail-group personalizationContainer firstPersonalizationContainer"> <span class="field-label label-separate-line-always" id="personalizationLabel-21"> Photo Size or Product: </span> <span class="field-value drop_down_container" id="personalization-21"> <select name="pers[107][21]" id="persInput-21" onchange="javascript:drawMainImage(this.value, '1', 'drop_down', this, 'prodAnswerMainImage');javascript:updatePersSelectedArray('21', this, 'drop_down');javascript:updatePrice();"> <option value="">Please Select</option><option value="119">8" x 10" Matte Print ( Add $19.99 )</option> <option value="120">11" x 14" Matte Print ( Add $24.99 )</option> <option value="121">11" x 14" Mounted Canvas Print ( Add $99.99 )</option> <option value="122">16" x 24" Matte Print ( Add $44.99 )</option> <option value="123">16" x 24" Mounted Canvas Print ( Add $139.99 )</option> <option value="124">20" x 30" Matte Print ( Add $64.99 )</option> <option value="125">24" x 36" Mounted Canvas Print ( Add $269.99 )</option> </select> <script type="text/javascript"> <!-- javascript:updatePersSelectedArray('21', document.getElementById('persInput-21'), 'drop_down'); --> </script> </span> </div> <!-- ##PERSONALIZATIONS_END## --> <!-- ##FILE_UPLOADS_BEGIN## --> <!-- ##FILE_UPLOADS_END## --> <!-- ##OUT_OF_STOCK_MESSAGE_BEGIN## --> <!-- ##OUT_OF_STOCK_MESSAGE_END## --> <!-- ##LOGIN_TO_ORDER_BUTTON_BEGIN## --> <!-- ##LOGIN_TO_ORDER_BUTTON_END## --> <!-- ##EMAIL_REMINDERS_BEGIN## --> <!-- ##EMAIL_REMINDERS_END## --> <!-- ##ADD_TO_CART_BUTTON_BEGIN## --> <div class="btn-group" id="addToCartButton"> <input type="submit" value="Add to Cart" class="btn btn--1 btn--addtocart btn--add-to-cart submitBtn"/> </div> <div class="message--none" style="display: none;"></div> <!-- ##ADD_TO_CART_BUTTON_END## --> <!-- ##LOWER_PRICE_REQUEST_BEGIN## --> <!-- ##LOWER_PRICE_REQUEST_END## --> <!-- ##BACK_IN_STOCK_REMINDER_BEGIN## --> <!-- ##BACK_IN_STOCK_REMINDER_END## --> <div class="btn-group btn-group--social"> <!-- ##FACEBOOK_TWITTER_LINK_BEGIN## --> <!-- ##FACEBOOK_TWITTER_LINK_END## --> </div> <!-- ##PRINTER_FRIENDLY_BEGIN## --> <!-- ##PRINTER_FRIENDLY_END## --> <!-- ##DOWNLOADABLE_BEGIN## --> <!-- ##DOWNLOADABLE_END## --> <!-- ##GIFT_WRAP_BEGIN## --> <!-- ##GIFT_WRAP_END## --> <!-- ##FREE_SHIPPING_BEGIN## --> <!-- ##FREE_SHIPPING_END## --> </div> <!-- ##ATTACHMENTS_BEGIN## --> <!-- ##ATTACHMENTS_END## --> <div class="extras" id="detailGroup"> <!-- ##OTHER_CATEGORY_PRODUCTS_BEGIN## --> <!-- ##OTHER_CATEGORY_PRODUCTS_END## --> <!-- ##DESCRIPTION_BEGIN## --> <div class="description description--product-detail section" id="productDescription" itemprop="description"> <p> A lightning bolt from a passing thunderstorm strikes in the distance far behind AT&T Stadium in Arlington, site of the NCAA Final Four, Thursday, April 3, 2014.</p> </div> <!-- ##DESCRIPTION_END## --> <!-- ##CHARTS_BEGIN## --> <!-- ##CHARTS_END## --> </form> <!-- ##TABS_BEGIN## --> <!-- ##TABS_END## --> <!-- ##BUNDLE_BEGIN## --> <!-- ##BUNDLE_END## --> <!-- ##REVIEWS_BEGIN## --> <!-- ##REVIEWS_END## --> <!-- ##RELATED_PRODUCTS_BEGIN## --> <!-- ##RELATED_PRODUCTS_END## --> </div> <!-- #detailGroup --> <!-- ##CUSTOM_PRODUCT_DETAIL_PHOTOS_BEGIN## --> <!-- ##CUSTOM_PRODUCT_DETAIL_PHOTOS_END## --> </div> </div> <!-- .page-content --> <!-- ##BOTTOM_BEGIN## --> <!-- JQuery includes (kitafancyzoom) --> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://store.dallasnews.com/javascript/jquery.kitafancyzoom.js"></script> <!-- JQuery includes (timers) --> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://store.dallasnews.com/javascript/jquery/jquery.timers-1.2.js"></script> <!-- JQuery includes (galleryview) --> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://store.dallasnews.com/javascript/jquery/galleryview/jquery.galleryview-2.1.1.js?v=20130514"></script> <!-- END >> product.detail.v3.tem.php --> <!--The line below has to remain the last line of the template in order for the product detail print friendly to work! --> <!--__END_TEMPLATE__--> <!-- ##BOTTOM_END## --> </div> <!-- .content-middle --> <div id="content-left" class="content__left content__side"> <div class="content-left__inner l-w-mx-m center-horizontally"> </div> <!-- .content-left__innner --> </div> <!-- #content-left --> </div> <!-- .left-and-middle-content-wrapper --> <div id="content-right" class="content__right content__side"> <div class="content-right__inner l-w-mx-m"> </div> <!-- .content-left__inner --> </div> <!-- #content-right --> </div> <!-- .content --> <div id="footer" class="footer-container"> <!-- BEGIN >> cart.footer.v3.tem.php --> <div class="widget footer l-cols-3" id="widgetFooter"> <div class="footer__column footer__links"> <div class="title">Links</div> <ul> <li> <a href="https://web.archive.org/web/20150920040247/http://www.dallasnews.com/" target="_blank">The Dallas Morning News</a> </li> </ul> </div> <div class="footer__column footer__information"> <div class="title">Information</div> <ul> <li><a href="https://web.archive.org/web/20150920040247/http://dmnmedia.com/about-us/company-info/" target="_null">About Us</a></li> <li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/contact-us.html">Contact Us</a></li> <li><a href="https://web.archive.org/web/20150920040247/http://www.dallasnews.com/privacy-policy/" target="_null">Privacy Policy</a></li> <li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/returns-and-exchanges.html">Returns + Exchanges</a></li> <li><a href="https://web.archive.org/web/20150920040247/http://store.dallasnews.com/shipping.html">Shipping Information</a></li> <li><a href="https://web.archive.org/web/20150920040247/https://www16.corecommerce.com/~morningnews/account.php?m=subscribe&email" target="_null">Sign Up for Our Newsletter</a></li> <li><a href="https://web.archive.org/web/20150920040247/http://www.dallasnews.com/terms/" target="_null">Terms of Use</a></li> </ul> </div> <div class="footer__column copyright" id="footer-copyright"> <div class="copyright__cc"> Powered By: CoreCommerce 9.3.51 <a href="https://web.archive.org/web/20150920040247/https://www.corecommerce.com/" rel="nofollow">Ecommerce Software & Shopping Cart Software</a> </div> </div> </div> <!-- END >> cart.footer.v3.tem.php --> </div> <!-- #footer --> </div> <!-- .frame --> </div> <!-- .container --> <style type="text/css"> .footer__column ul li{ line-height: 5px; } </style> <script type="text/javascript"> //Sidebar Shopping Cart Detailed Pop up var time = 3000; $("a#trigger").hover( function () { clearTimeout($(this).data('timeout')); $('div#pop-up').fadeIn(1000); }, function () { var timer = setTimeout(function() {$('div#pop-up').fadeOut(1500); clearTimeout(timer); }, time); $('div#pop-up').hover( function () { clearTimeout(timer); }, function () { var timer = setTimeout(function() {$('div#pop-up').fadeOut(1500); clearTimeout(timer); }, time); } ); } ); </script> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://store.dallasnews.com/00312-1/design/js/function.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150920040247js_/http://store.dallasnews.com/javascript/css-framework.js"></script> <script type="text/javascript"> OAS_sitepage = 'www.dallasnews.com/store/front'; var omScriptServer = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20150920040247/https://sres.dallasnews.com' : 'https://web.archive.org/web/20150920040247/http://res.dallasnews.com'); document.writeln('<sc' + 'ript language="JavaScript" type="text/javascript" src="' + omScriptServer + '/resrsc/premium/www/js/biomniture.js"></sc' + 'ript>'); document.writeln('<sc' + 'ript language="JavaScript" type="text/javascript" src="' + omScriptServer + '/resrsc/premium/www/js/biomniture_s1.js"></sc' + 'ript>'); </script> </body> </html><!-- FILE ARCHIVED ON 04:02:47 Sep 20, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:38:49 Feb 27, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.731 exclusion.robots: 0.042 exclusion.robots.policy: 0.03 esindex: 0.013 cdx.remote: 22.327 LoadShardBlock: 479.338 (3) PetaboxLoader3.datanode: 364.057 (4) PetaboxLoader3.resolve: 201.757 (2) load_resource: 172.623 -->