KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/gwsolutions/superbowl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/gwsolutions/superbowl/index.html
<html>
<head>

	<title>GWS Super Bowl 50 Coverage</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
    <meta property="og:title" content="GWS Magic Kingdom Wireless Coverage" />       
    <meta property="og:url" content="http://www.gwsolutions.com/superbowl" />
    <meta property="og:image" content="http://www.gwsolutions.com/superbowl/images/game-legend-icon.png" />
    <meta property="og:type" content="website" />
    <meta property="og:description" content="GWS conducts Wireless Benchmarking at Super Bowl 50" />

    <link rel="Stylesheet" href="superbowl_stats.css" type="text/css" />
    <style type="text/css">

    </style>
</head>
<body>

<div class="masthead-container">
  
  <div class="masthead-title">Wireless Performance at Super Bowl 50</div>
  <div class="masthead-subtitle">How do the wireless operators stand up to Super Bowl Crowds?</div>
</div>


<div id="map_and_info" style="position:relative;">
    <div id="map_canvas"></div>
    <div id="point_info" class="bubble"  style="display:none;">Click on a colored area for details...</div>
    <div id="info" class="bubble" style="display:none;">Retrieving Operators...</div>

    <div id="legendbutton" onclick='showHideLegend();'></div>
    
    <div id="legend" class="bubble">
        <div id="innerlegend"> 
      <div style="margin:0; padding:10px 0px 0px 0px">Network Coverage:</div>
      <div id="gradient_off">Zoom in to see...</div>
      <div id="gradient_on" style="padding-top:10px;">
      <div class="css3gradient"></div>
      <div class="legenditems">
        <div class="legenditem1">Good</div>
        <div class="legenditem2">Average</div>
        <div class="legenditem3">Poor</div>
      </div>
      <div class="select-style">
        <select id="carrier" onchange="clearAndReload();">
          <option value="overall">Overall</option>
          <option value="att">AT&T</option>
          <option value="verizon">Verizon</option>
          <option value="sprint">Sprint</option>
          <option value="tmobile">T-Mobile</option>
          <option value="wifi">Wi-Fi</option>
        </select>
      </div>
      </div>
      <br />
      <div style="margin:0; padding:0px 10px 0px 10px">
          <div class="legendsquarebutton" onclick="shareLink();">
            <div class="legenditems" style="margin-left: -6px; font-size: 11px; font-weight:bold;">
            Share This:<br />
            <div style="font-size: 11px; font-weight: normal; padding-bottom: 10px" onclick="selectText('copyLink')" id="copyLink">http://goo.gl/t55tuk</div>
              <div id="shareFB" style="padding-bottom: 2px;" class="fb-share-button" data-href="http://www.gwsolutions.com/superbowl/" data-layout="button"></div><br />
              <div id="twitPad"> <a id="shareTW" href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.gwsolutions.com/superbowl/" data-text="Superbowl Cell Coverage">Tweet</a> 
                <script>                !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } } (document, 'script', 'twitter-wjs');</script> 
              </div>
            </div>
          </div>
      </div>
      <div id="maphook-logo"><a href="http://www.maphook.com" target="_blank"><img src="http://www.gwsolutions.com/superbowl/images/spacer.png" border="0" width="82" height="32"></a></div>
    </div>
    <!-- innerlegend--> 
    
</div><!--legend-->


<select id="tech" style="display:none;" onchange="changeTech();  updateLegend(); clearAndReload();">
	<option value="4g" selected>4G</option>

</select>

<div style="float:right; display:none;"><input type="checkbox" id="showDebug" /> Show Debug Layer</div>
</div>

<div id="gws-logo-alone" class="gws-size"><a href="http://www.gwsolutions.com" target="_blank"><img src="images/spacer.png" border="0" class="gws-size"></a></div>


<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

</body>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript" src="Chart.js"></script>
<script type="text/javascript" src="config_option.js"></script>
<script type="text/javascript" src="infobubble.js"></script>
<script type="text/javascript" src="superbowl_stats.js?u=draft"></script>

<script type="text/javascript">


    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-6288338-5']);
    _gaq.push(['_trackPageview']);

    (function () {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

</script>
</html>

Anon7 - 2021