<?xml version="1.0" encoding="utf-8"?>  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN">
<head>

	<title>NESEC - Real-Time Hazard Monitoring</title>
	<base href="http://www.nesec.org/" />
    <meta http-equiv="Content-Language" content="en-us" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
	<meta name="description" content="A concise database of real-time hazard maps for many regions throughout the United States." />
	<meta name="keywords" content="NESEC, emergency, new england, northeast, real-time, maps, disaster, hazard, earthquake, hurricane, flood, tsunami, wildfire, flu, outbreak, drought, snow, weather, tornado, lightning, air quality" />
	
    
    <!-- Special styles for this page -->
    <style type="text/css">
        /* <![CDATA[ */	
        div.disclaimer
            {
            margin: 20px 0px 30px 0px;
            padding: 0px;
            text-align: justify;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 65%;
            }
            
        /* Styles for the menu */
        div#hazard_menu
            {
            border: 1px solid #000000;
            margin: 0px 0px 40px 0px;
            padding: 7px;
            background-color: #003366;
            color: #FFFFFF;
            font-size: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-decoration: none;
            text-align: left;
            }
        div#hazard_menu ul
            {
            padding: 0px;			/* remove list indentation (Firefox) */
            margin: 0px;			    /* remove list indentation (IE) */
            }
        div#hazard_menu li
            {
            display: inline;		/* display list horizontally */
            margin: 0px;
            padding: 0px;
            }
        div#hazard_menu li a
            {
            font-size: 85%;
            font-weight: normal;
            color: #FFFFFF;	
            }
        div#hazard_menu li a:link,
        div#hazard_menu li a:visited
            {
            color: #FFFFFF;			/* visited links remain white */
            }
        div#hazard_menu ul a:hover,
        div#hazard_menu ul a:focus
            {
            color: #FFFF00;
            }
            
        /* Styles for the Header */
        div.header
            {
            clear:both;
            overflow: auto;
            border: 1px solid #000000;
            border-bottom: none;
            padding: 7px 5px 5px 5px;
            margin: 0px 0px 0px 0px;
            background-color: #003366;
            color: #FFFFFF;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 100%;
            font-weight: bold;
            }
        div.expandButton
            {
            float: right;
            width: 75px;
            text-align: left;
            color: #FFFFFF;
            }
        /* (button created by javascript) */
        /* NOTE: The "expandButton" DIV must have an ID that corresponds to the submap ID operated by the button! */
        /* (For example, the expandButton has an ID of X, the submap has an ID of XMore) */
        div.expandButton span.button
            {
            font-size: 60%;
            color: #FFFFFF;
            cursor: pointer; /* make button look like a link */
            }
        div.expandButton span.button img
            {
            display: inline;
            vertical-align: bottom;
            }
    
    
        /* Styles for the body */
        div.body_darkgray
            {
            clear: both;
            overflow:auto;
            background-color: #999999;
            border: 1px solid #000000;
            margin: 0px 0px 0px 0px;
            padding: 5px;
            }
        div.body_darkgray ul
            {
            margin: 10px 0px;
            padding: 0px;
            clear: both;
            }
        div.body_darkgray ul li
            {
            margin: 0px;
            padding: 0px;
            margin-top: 20px;
            list-style-type: disc;
            }
        div.body_lightgray
            {
            clear: both;
            overflow:auto;
            background-color: #CCCCCC;
            border: 1px solid #000000;
            margin: 0px 0px 0px 0px;
            padding: 5px;
            }
        div.body_lightgray ul
            {
            margin: 10px 0px;
            padding: 0px;
            clear: both;
            }
        div.body_lightgray ul li
            {
            margin: 0px;
            padding: 0px;
            margin-top: 20px;
            list-style-type: disc;
            }
        
        /* Styles for the Maps */
        p.caption_left
            {
            clear: both;
            margin: 0px;
            padding: 0px;
            }
        p.caption_left a img
            {
            border: solid 1px #000000;
            float: right;
            margin: 3px;
            padding: 0px;
            }
        p.caption_right
            {
            clear: both;
            margin: 0px;
            padding: 0px;
            }
        p.caption_right a img
            {
            border: solid 1px #000000;
            float: left;
            margin: 3px;
            padding: 0px;
            }
            
        /* (Special styling used to display and hide sub-maps with javascript) */
        /* NOTE: The "expandButton" DIV must have an ID that corresponds to the submap ID operated by the button! */
        /* (For example, the expandButton has an ID of X, the submap has an ID of XMore) */
        div.sub_maps
            {
            clear:both;
            display:block;
            }	
            
        /* Styles for Return Link at bottom of body */
        a.top
            {
            clear: both;
            display: block;
            font-size: 60%;
            color: #666666;
            text-decoration: none;
            border: none;
            margin: 5px 0px 30px 0px;
            padding: 0px;
            }
        a.top:link,
        a.top:visited,
        a.top:hover,
        a.top:focus,
        a.top:active
            {
            color: #666666;
            text-decoration: none;
            }
        /* ]]> */
    </style>
    
    <!-- Scripts for this page -->
    <script src="styles_scripts/main.js" type="text/javascript"></script>
    
    <script type="text/javascript">
        /* <![CDATA[ */	
        
        /* Toggles sub-maps on and off when expand buttons are clicked. */
        function toggleSub(expandLink, subitems)
        {
            /* grab button elements */
            var image = document.getElementById(expandLink).getElementsByTagName("img")[0];
            var oldSpan = document.getElementById(expandLink).getElementsByTagName("span")[0];
            var newSpan = document.createElement("span"); // create new button element
            if (document.getElementById(subitems).style.display == "none")
            {
                /* show submaps and make button into a "hide" button */
                document.getElementById(subitems).style.display = "block";
                image.src = "images/minus.gif";
                var newSpan_content = document.createTextNode(" (hide) ");
            }
            else
            {
                /* hide submaps and make button into a "show" button */
                document.getElementById(subitems).style.display = "none";
                image.src = "images/plus.gif";
                var newSpan_content = document.createTextNode(" (expand) ");
            }
            /* put appropriate text next to button */
            newSpan.appendChild(newSpan_content);
            var parentElement = oldSpan.parentNode;					
            parentElement.replaceChild(newSpan, oldSpan);
            /* ensure that clicking the "show" or "hide" button will not send users to top of page */
            return false;
        }
        
        
        /* Adds buttons to the "expandButton" div */
        /* NOTE: The "expandButton" DIV must have an ID that corresponds to the submap ID operated by the button! */
        /* (For example, the expandButton has an ID of X, the submap has an ID of XMore) */
        function addButtons()
        {
            var buttons = document.getElementById("hazard_maps").getElementsByTagName("div");
            for (var i = 0; i < buttons.length; i++)
            {
                var oldButton = buttons[i];
                if ((oldButton) && (oldButton.className == "expandButton"))
                {
                    var submapId = oldButton.id;
                    /* create the button structure */
                    var button = document.createElement("span");
                    button.className = "button";
                    button.id = submapId + "Link";
                    button.onclick = new Function("toggleSub('"+submapId+"Link','"+submapId+"More');");
                    var buttonImage = document.createElement("img");
                    buttonImage.src = "images/plus.gif";
                    buttonImage.alt = "";
                    var buttonSpan = document.createElement("span");
                    buttonSpan.appendChild(document.createTextNode(" (expand) "));
                    /* add the button to the page */
                    button.appendChild(buttonImage);
                    button.appendChild(buttonSpan);	
                    oldButton.appendChild(button);
                }
            }
        }

        
		
        /* Dynamically adds the Influenza Outbreak Map to the website */
        function addFluMap()
        {
            /* This assembles the link to the CDC flu maps, which changes weekly...a real pain... */
            var now = new Date();       
            // NOTE: CDC maps update on Monday morning when they're late!
            if(now.getDay() == 0) {
                var week = now.getWeek() - 3; // CDC maps can fall 3 weeks behind real time on Sundays 
            }
            else if((now.getDay() == 1) && (now.getHours() < 12)) { 
                var week = now.getWeek() - 3; // CDC maps can fall 3 weeks behind real time before noon on Monday 
            }
            else {
                var week = now.getWeek() - 2; // CDC maps are 2 weeks behind real time on all other days 
            }     
            // get right seasonal year from CDC archives (ex. "2006-2007")
            if (week >= 40) {
                // currently first half of season (ex. Oct - Dec 2006 of "2006-2007")
                var thisYear = now.getFullYear();
                var firstYear = thisYear;
                var secondYear = thisYear + 1;
            }
            else { // week is negative and/or < 40
                // currently second half of season (ex. Jan - May 2007 of "2006-2007")
                var thisYear = now.getFullYear();
                var firstYear = thisYear - 1;
                var secondYear = thisYear;
            }    
            // Determine if it is flu season (map remains on last map of season otherwise)
            if ((week <= 20) || (week >= 40)) {
                var fluSeason = 1; // Flu Season
            }
            else {
                var fluSeason = 0; // Not flu season
            }  
            // Set week number into the proper format.
            if (week <= 0) { // there are no negative weeks, so roll back to previous year if this happens.
                week = week + 52;
            }
            if (week < 10) {
                week = '0' + week; // add leading '0' to single digit numbers
            }
            
            /* Setup links to map */
            var fluLink = document.getElementById("flumap").getElementsByTagName("a")[0];
            var fluImage = document.getElementById("flumap").getElementsByTagName("img")[0];
            fluLink.href = "http://www.cdc.gov/flu/weekly/WeeklyFluActivityMap.htm";
            fluImage.alt = "Influenza Map";
            // use current map link if within flu season
            if (fluSeason == 1) {
                fluImage.src = "http://www.cdc.gov/flu/weekly/weeklyarchives2009-2010/images/usmap_210x112.jpg";
            }
            // use last flu map of year for non-flu season (May to October)
            else {
                fluImage.src = "http://www.cdc.gov/flu/weekly/weeklyarchives" + firstYear + "-" + secondYear + "/images/usmap20_small.jpg";
            }
        }
        
        
        /* Hide sub-maps */
        function hideSubMaps()
        {
            var subMaps = document.getElementById("hazard_maps").getElementsByTagName("div");
            for (var i = 0; i < subMaps.length; i++)
            {
                var submap = subMaps[i];
                if ((submap) && (submap.className == "sub_maps"))
                {
                    submap.style.display = "none";
                }
            }
        }
        
        
        /* Adds buttons, the Influenza Outbreak map, and hides sub-maps from javascript-enabled browsers on page load. */
        function page_setup()
        {
            /* add buttons to the "expandButton" div */
            addButtons();
            /* dynamically add the Influenza Outbreak Map to the website */
            addFluMap();
            /* hide sub-maps */
            hideSubMaps();
        }
        /* ]]> */
    </script>


<cfinclude template="../header.cfm">


<div class="content">

<!-- Description -->
<h1>Real-Time Hazard Maps</h1>

<p>Here you will find links to real-time and near real-time hazard maps that will keep you up-to-date on hazardous conditions throughout the Northeast and the US. Please click on the maps to visit the hosting agency's web site. There, you will find additional information and larger versions of the real-time hazard maps.</p>

<p>If you have any questions, please don't hesitate to <span class="contactinfo"><a href="http://www.nesec.org/contact.cfm">contact us.</a></span></p>

<div class="disclaimer">
    DISCLAIMER: Due to the nature of real-time information, many of these maps are experimental, use provisional or incomplete data, and are subject to significant changes over time. Users should check the accuracy, completeness, and fitness of these maps with the hosting agency before relying on them for mission-critical functions. This is especially important for situations where damage can occur as the result of using provisional or incomplete data. The Northeast States Emergency Consortium is not responsible for any of the maps depicted on this page.</div>
<!-- End of Description -->

<!-- Table of Contents -->
<a name="top_hazard_menu" id="top_hazard_menu"></a>
<div id="hazard_menu">
	REAL-TIME HAZARD MAPS
	<ul>
		<li><a href="hazards/hazard_maps.cfm#earthquakes">EARTHQUAKES</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#hurricanes">HURRICANES</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#floods">FLOODS</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#tsunamis">TSUNAMIS</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#wildfires">WILDFIRES</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#security">SECURITY</a><br /></li>
		<li><a href="hazards/hazard_maps.cfm#outbreaks">FLUS AND OUTBREAKS</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#droughts">DROUGHTS</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#rain_snow">RAIN AND SNOW</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#weather">EXTREME WEATHER</a><br /></li>
		<li><a href="hazards/hazard_maps.cfm#tornadoes">TORNADOES</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#lightning">LIGHTNING</a>&nbsp;&nbsp;&middot;&nbsp;</li>
		<li><a href="hazards/hazard_maps.cfm#air">AIR QUALITY</a>&nbsp;&nbsp;&middot;&nbsp;</li>
        <li><a href="hazards/hazard_maps.cfm#economic">ECONOMIC HAZARDS</a><br /></li>
		<li><a href="hazards/hazard_maps.cfm#other">OTHER HAZARD MAPS</a></li>
	</ul>
</div>
<!-- End of Table of Contents -->


<!-- Hazard Maps -->
<div id="hazard_maps">
 
 
    <!-- EARTHQUAKES -->
    <a name="earthquakes" id="earthquakes"></a>
    <div class="header">
    	<div class="expandButton" id="eq"><!-- expand button --></div>
        EARTHQUAKES
    </div><!-- header -->
    
    <div class="body_darkgray">
    
        <p class="caption_right">
            <a href="http://earthquake.usgs.gov/eqcenter/recenteqsus/"><img src="http://earthquake.usgs.gov/eqcenter/recenteqsus/index.gif" alt="Real-Time Earthquake Map" width="250" height="300" /></a>
            <i><acronym title="U.S. Geological Survey">USGS</acronym> Real-Time Earthquake Map:</i><br />
            The <!-- http://www.usgs.gov/ --><acronym title="U.S. Geological Survey">USGS</acronym> generates a <a href="http://earthquake.usgs.gov/eqcenter/recenteqsus/">real-time map</a> of earthquakes that have occurred over the past 7 days in the United States. The map includes the age and the strength of any earthquake with a magnitude over 1.0. This map is updated hourly.
        </p>
         
		<div class="sub_maps" id="eqMore">
          
            <p class="caption_left">
                <a href="http://earthquake.usgs.gov/eqcenter/recenteqsanim/us.php"><img src="http://earthquake.usgs.gov/eqcenter/recenteqsus/index.gif" alt="Animated Real-Time Earthquake Map" width="250" height="300" /></a>
                <i>Animated Real-Time Earthquake Map:</i><br />
                The <!-- http://www.usgs.gov/ --><acronym title="U.S. Geological Survey">USGS</acronym> also provides <a href="http://earthquake.usgs.gov/eqcenter/recenteqsanim/us.php">animated versions</a> of its real-time earthquake maps. Animations are updated hourly.
            </p>

<p class="caption_right">            <a href="http://aki.bc.edu/quakes_recent.htm"><img src="/nesn_topo.jpg" alt="New England Real-Time Earthquake Monitor" width="250" height="300" /></a>
            <i>Western Observatory New England Real-Time Earthquake Monitor:</i><br />
            Boston College's <!-- http://www.bc.edu/research/westonobservatory/ -->Weston Observatory generates a <a href="http://aki.bc.edu/quakes_recent.htm">real-time map</a> of earthquakes that have occurred in New England. This map is updated regularly.        </p>

                      
            <ul>
                <li>
                    <i>The <acronym title="U.S. Geological Survey">USGS</acronym> &quot;Did You Feel It?&quot; Database:</i><br />
                    The <!-- http://www.usgs.gov/ --><acronym title="U.S. Geological Survey">USGS</acronym> <a href="http://earthquake.usgs.gov/eqcenter/dyfi/">&quot;Did You Feel It?&quot;</a> page used public surveys to track the extent and damage of recorded Earthquakes. These surveys are updated as new survey data comes in.
                </li>
                <li>
                    <i>Weston Observatory Earthquake Database:</i><br />
                    <!-- http://www.bc.edu/ -->Boston College's <!-- http://www.bc.edu/research/westonobservatory/ -->Weston Observatory is an earthquake research station that monitors Northeast. Their site contains many earthquake links, including a <a href="http://aki.bc.edu/cgi-bin/NESN/recent_events.pl">list of recent earthquakes in New England</a>.                </li>
            </ul>
            
        </div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


    <!-- HURRICANES -->
    <a name="hurricanes" id="hurricanes"></a>
    <div class="header">
        <div class="expandButton" id="hu"><!-- expand button --></div>
        HURRICANES
    </div><!-- header -->
       
    <div class="body_lightgray">
    
        <p class="caption_right">
            <a href="http://www.nhc.noaa.gov/index.shtml"><img src="http://www.nhc.noaa.gov/archive/gtwo/atl/latest/two_atl.gif"	alt="Atlantic Satellite Cloud Map" width="250" height="200" /></a>
            <i><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> Atlantic Satellite Image:</i><br />
            The <!-- http://www.nhc.noaa.gov/ -->National Hurricane Center provides <a href="http://www.nhc.noaa.gov/satellite.shtml">satellite images</a> of current storm and cloud activity over the Atlantic. The <acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> Satellite Center also provides &quot;Floater Imagery&quot; - close-up images of active Hurricanes and Tropical Storms in the Atlantic. Images are updated every few hours.
        </p>

        <div class="sub_maps" id="huMore">    
              
            <p class="caption_left">
                <a href="http://www.goes.noaa.gov/browse2.html"><img src="http://www.ssd.noaa.gov/goes/east/nwatl/vis-l.jpg"	alt="Atlantic Satellite Cloud Map" width="250" height="200" /></a><span class="caption_right"><i><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> Atlantic Satellite Image:</i><br />
The
<!-- http://www.nhc.noaa.gov/ -->
National Hurricane Center provides <a href="http://www.nhc.noaa.gov/satellite.shtml">satellite images</a> of current storm and cloud activity over the Atlantic. The <acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> Satellite Center also provides &quot;Floater Imagery&quot; - close-up images of active Hurricanes and Tropical Storms in the Atlantic. Images are updated every few hours. </span></p>
    
            <ul>
                <li>	
                    <i>AccuWeather.com Hurricane Center: Atlantic </i><br />
                    AccuWeather.com provides a user-friendly <a href="http://hurricane.accuweather.com/hurricane/index.asp?partner=accuweather">Atlantic hurricane page</a> with many links for learning about hurricanes.
                </li>
                <li>
                    <i>AccuWeather.com Hurricane Center: Pacific </i><br />
                    AccuWeather.com provides a user-friendly <a href="http://hurricane.accuweather.com/hurricane/regions.asp?partner=accuweather&amp;site=EPAC">Pacific hurricane page</a> with many links for learning about hurricanes.
                </li>
                <li>
                    <i><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> Daily Tropical Weather Outlook</i><br />
                    The <acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> <a href="http://www.noaawatch.gov/themes/tropicaloutlook.php">Daily	Tropical Weather Outlook</a> page provides written weather forecasts for	currently actives hurricanes and tropical storms in the Atlantic and Pacific. These forecasts are updated as necessary, depending on current hurricane conditions.
                </li>
            </ul>
            
        </div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


    <!-- FLOODS -->
    <a name="floods" id="floods"></a>
    <div class="header">
   		<div class="expandButton" id="fl"><!-- expand button --></div>
    	FLOODS
    </div><!-- header -->
    
    <div class="body_darkgray">
    
        <p class="caption_right">
            <a href="http://water.weather.gov/ahps/"><img src="http://water.weather.gov/ahps/images/national/conus_all_obs.png" alt="River Flood Gage Map" width="250" height="200" /></a>
            <i><acronym title="National Weather Service">NWS</acronym> River Flood Forecast Center:</i><br />
            The <!-- http://www.weather.gov/ -->National Weather Service <a href="http://www.weather.gov/ahps/">River Forecast Center</a> provides real-time data on hundreds of river flood gauges across the United States. This is the most complete listing of stream gages at or above flood stage in the U.S. Please note that these flood reports are not adjusted for ice. This map is updated every few hours.
        </p>
        		
   		<div class="sub_maps" id="flMore">
    
            <p class="caption_left">
            <a href="http://water.usgs.gov/waterwatch/?m=flood&amp;w=map&amp;r=us"><img src="http://water.usgs.gov/waterwatch/images/state/us/floodb.gif" alt="Flood and High Flow Map" width="250" height="200" /></a>
            <i><acronym title="United States Geological Survey">USGS</acronym> Flood and High Flow Map:</i><br />
                The <!-- http://www.usgs.gov/ --> <acronym title="United States Geological Survey">USGS</acronym> <a href="http://water.usgs.gov/waterwatch/?m=flood&amp;w=map&amp;r=us">flood and high flow map</a> shows the location of stream gages currently at flood stage or approaching flood stage.  Please note that flood conditions may be more extensive than those shown on the map. The <acronym title="National Weather Service">NWS</acronym> <a href="http://www.weather.gov/ahps/">River Forecast Center</a> monitors additional non-USGS stream gauges not shown on this map. This map is updated regularly.
            </p>
                			
            <p class="caption_right">
                <a href="http://www.hpc.ncep.noaa.gov/nationalfloodoutlook/"><img src="http://www.hpc.ncep.noaa.gov/nationalfloodoutlook/finalfop.gif" alt="National River Flood Outlook" width="250" height="200" /></a>
                <i><acronym title="National Weather Service">NWS</acronym> River Flood Outlook:</i><br />
                The <!-- http://www.weather.gov/ -->National Weather Service provides flooding forecasts for the entire United States at their <a href="http://www.hpc.ncep.noaa.gov/nationalfloodoutlook/">Significant River Flood Outlook</a> site. Predictions are provided on a weekly basis.
            </p>
                        
            <p class="caption_left">
                <a href="http://water.usgs.gov/waterwatch/"><img src="http://water.usgs.gov/waterwatch/images/state/us/realb.gif" alt="Relative Streamflow Map" width="250" height="200" /></a>
                <i><acronym title="United States Geological Survey">USGS</acronym> Relative Streamflow Map:</i><br />
                The <!-- http://www.usgs.gov/ --><acronym title="United States Geological Survey">USGS</acronym> hosts a <a href="http://water.usgs.gov/waterwatch/">relative streamflow map</a> that tracks short-term changes of water flow in rivers and streams. This <a href="http://water.usgs.gov/waterwatch/">map</a> compares current streamflows at <acronym title="United States Geological Survey">USGS</acronym> stream gauging sites to historical records, and reports whether a given	river is running higher or lower than normal for this time of year. This map is updated daily.
            </p>
    
            <ul>
                <li>
                    <i><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> Water Level Monitoring Stations</i><br />
                    <!-- http://www.nhc.noaa.gov/" --><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> provides a web site which graphs the current and expected tide levels as recorded from their national network of <a href="http://tidesonline.nos.noaa.gov/monitor.html">Water Level Monitoring Stations</a>. The web site also provides a list of stations which are currently experiencing <a href="http://tidesonline.nos.noaa.gov/advisory.html">High Water Advisories</a> and <a href="http://tidesonline.nos.noaa.gov/summary.html">Storm Tide Alerts</a> throughout the United States. The water level graphs are updated several times a day.				
                </li>
            </ul>
            
       </div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


    <!-- TSUNAMI -->
    <a name="tsunamis" id="tsunamis"></a>
    <div class="header">
    	<div class="expandButton" id="ts"><!-- expand button --></div>
    	TSUNAMIS
    </div>
    
    <div class="body_lightgray">

        <p class="caption_right">
            <a href="http://wcatwc.arh.noaa.gov/"><img src="http://www.prh.noaa.gov/pr/ptwc/images/global_map.jpg" alt="Tsunami Event Map" width="250" height="200" /></a>	
            <i><acronym title="National Weather Service">NWS</acronym> Tsunami Event Map:</i><br />
            The <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> hosts a tsunami event map that shows current tsunami events, tsunami warnings, and routine reports of underwater earthquakes for North America. This map is updated as new events and reports arrive.
       	</p>

        <div class="sub_maps" id="tsMore">
    
            <p class="caption_left">
                <a href="http://www.prh.noaa.gov/pr/ptwc/"><img src="http://ptwc.weather.gov/ptwc/images/ncaribe_map.jpg" alt="Tsunami Warning Map" width="250" height="180" /></a>	
                <i>Global Tsunami Warning Map:</i><br />
                The <!-- http://www.nws.noaa.gov/ --><acronym title="National Weather Service">NWS</acronym> <a href="http://www.prh.noaa.gov/pr/ptwc/">Tsunami Warning Center</a> also allows users to limit their results by region. This map shows underwater earthquakes and tsunami warnings for the Caribbean Sea. Tsunami alerts shown here are from the last 30 days.
            </p>
                
        </div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


	<!-- WILDFIRES -->
    <a name="wildfires" id="wildfires"></a>
    <div class="header">
    	<div class="expandButton" id="fi"><!-- expand button --></div>
    	WILDFIRES
    </div><!-- header -->
    
    <div class="body_darkgray">
    
        <p class="caption_right">
            <a href="http://www.wfas.net/images/firedanger/fd_class.png"><img src="http://www.wfas.net/images/firedanger/fd_class.png" alt="Wildfire Danger Map" width="250" height="200" /></a>
            <i>Current Wildfire Dangers:</i><br />
            The <!-- http://www.fs.fed.us/ --><acronym title="U.S. Department of Agriculture">USDA</acronym> Forest Service <a href="http://www.wfas.net/index.php">Wildland Fire Assessment System</a> provides a daily assessment of current fires and fire dangers in the U.S.
        </p>
        			
		<div class="sub_maps" id="fiMore">  

            <p class="caption_left">
                <a href="http://www.fs.fed.us/land/wfas/fd_cls_f.png"><img src="http://www.fs.fed.us/land/wfas/fd_cls_f.png" alt="Wildfire Danger Forecast" width="250" height="200" /></a>
                <i>Wildfire Danger Forecast:</i><br />
                The <!-- http://www.fs.fed.us/ --><acronym title="U.S. Department of Agriculture">USDA</acronym> Forest Service <a href="http://www.wfas.net/index.php">Wildland Fire Assessment System</a> also provides a short-term forecast of fire danger for the next day.
            </p>         
        
            <p class="caption_right">
                <a href="http://www.spc.noaa.gov/products/fire_wx/"><img src="http://www.spc.noaa.gov/products/fire_wx/day1fireotlk.png" alt="Fire Weather Forecast" width="250" height="200" /></a>
                <i>NOAA Fire Weather Forecast:</i><br />
                The <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> <a href="http://www.spc.noaa.gov/products/fire_wx/">Fire Weather Forecasts</a> provide short-term forecasts of wildfire danger by assessing whether current weather conditions that might be favorable to wildfire generation.
            </p>
        			             
            <ul>
                <li>
                    <i>US Large Fire Incidents Page:</i><br />
                    The <!-- http://www.fs.fed.us/eng/rsac/ --><acronym title="U.S. Department of Agriculture">USDA</acronym> Forest Service provides a <a href="http://activefiremaps.fs.fed.us/lg_fire2.php">Large Fire Incidents Map</a> using information form the National Interagency Fire Center. The map provides real-time maps and information for forest fires larger than 100 acres, or grass fires larger than 300 acres.
                </li>
                <li>
                    <i>Current MODIS Fire Detections:</i><br />
                    The <!-- http://www.fs.fed.us/ --><acronym title="U.S. Department of Agriculture">USDA</acronym> Forest Service <a href="http://firemapper.sc.egov.usda.gov/recent3.php?type=topography">MODIS Active Fire Mapping Program</a> uses satellite imagery to detect wildfires as they are actually occurring. The map shown here shows all active fires detected within the last 12 hours.
                </li>
            </ul>
            
        </div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>
    
    
    <!-- SECURITY -->
    <a name="security" id="security"></a>
    <div class="header">
    	<div class="expandButton" id="sec"><!-- expand button --></div>
    	SECURITY
    </div><!-- header -->
    
    <div class="body_darkgray">
    
          <ul>
                <li>
                    <i>Panda Security Virus Infection Map</i><br />
                    <a href="http://www.pandasecurity.com/">Panda Security</a> provides a real-time <a href="http://www.pandasecurity.com/img/enc/infection.htm">virus infection map</a> that provides infection statistics for the US and several countries across the globe. This map is updated every 15 minutes.
                </li>
          </ul>
        			
		<div class="sub_maps" id="secMore">
        			             
            <ul>
                <li>
                    <i>F-Secure Virus and Security Threat Alert Map</i><br />
                    <a href="http://www.f-secure.com/">F-Secure</a> provides a real-time <a href="http://www.f-secure.com/security_center/virus_world_map.html">virus and security threat alert world map</a> for countries and cities across the globe. This map is updated hourly.
                </li>
                <li>
                    <i>McAfee World Virus Map</i><br />
                    <a href="http://www.mcafee.com/">McAfee</a> provides a real-time <a href="http://mastdb3.mcafee.com/VirusMap3.asp?name=VirusMap&amp;b=IE&amp;Left=-180&amp;Bottom=-90&amp;Right=180&amp;Top=90&amp;lang=en&amp;ovb=2&amp;ft=JPEG&amp;ocm=1&amp;viewby=1&amp;track=4&amp;period=1&amp;choosemap=1&amp;Cmd=ZoomIn">World Virus Map</a> provides infection statistics for all computer viruses and the top ten infectors for countries across the globe. This map is updated every daily.
                </li>
            </ul>
            
        </div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>
    
    
	<!-- OUTBREAKS -->
    <a name="outbreaks" id="outbreaks"></a>
    <div class="header">
    	<div class="expandButton" id="flu"><!-- expand button --></div>
    	FLUS AND OUTBREAKS
    </div><!-- header -->
    
    <div class="body_lightgray">
   
        <p class="caption_right">
            <!-- NOTE: map links altered dynamically with javascript code! -->
            <span id="flumap">
                <a href="http://www.weather.com/maps/activity/coldandflu/index_large.html"><img src="http://image.weather.com/images/maps/health/map_flu_ltst_4namus_enus_600x405.jpg" alt="Influenza Map from Weather.com" width="258" height="141" /></a>            </span>
            <!-- (end of dymanic javascript code) -->
            <i>The <!-- from http://www.cdc.gov/ --><acronym title="Center for Disease Control">CDC</acronym> Weekly Influenza Summary Map:</i><br />
            The <acronym title="Center for Disease Control">CDC</acronym> provides a weekly <a href="http://www.cdc.gov/flu/weekly/usmap.htm">Flu Activity Map</a> which shows the severity of flu outbreaks in each state
            across the U.S. The Flu outbreak maps are updated only during flu season (October through May). These maps are typically two weeks behind real-time, as it takes time and resources to tabulate hospital and health department data from across the country.        </p>
        <div class="sub_maps" id="fluMore">
        
            <p class="caption_left">
                <a href="http://pandemicflu.gov/images/pop_image.gif"><img src="http://pandemicflu.gov/images/pop_image.gif" alt="Pandemic Flu Map" width="250" height="200" /></a>
                <i>Pandemic Flu Map :</i><br />
                The <!-- http://www.hhs.gov/ -->Department of Health and Human Services has created a <a href="http://pandemicflu.gov/">pandemic flu web page</a> that includes a <a href="http://pandemicflu.gov/images/pop_image.gif">map of confirmed pandemic bird flu cases</a> across the globe. This map will be updated as new information becomes available.
            </p>

            <ul>
                <li>
                    <i>CDC Weekly Influenza Summary Map w/ Novel H1N1 Flu</i><br />
                    The <acronym title="Center for Disease Control">CDC</acronym> provides a new weekly <a href="http://www.cdc.gov/h1n1flu/update.htm">Flu Activity Map</a> which shows the severity of flu outbreaks in the US, including the recent outbreak of H1N1 Swine Flu. Theis map is typically two weeks behind real-time.
                </li>
            	<li>
                    <i>Northwestern University - Projections for H1N1 Swine Flu in the United States</i><br />
                    Northwestern University regularly maps the <a href="http://rocs.northwestern.edu/projects/swine_flu/">projected number of H1N1 flu cases</a> across the United States. These projections are updated every 24 to 48 hours.
                </li>
            	<li>
                    <i>HealthMap.org:</i><br />
                    <a href="http://healthmap.org/en">HealthMap</a> integrates outbreak data from news feeds and surveillance agencies, and combines them into a real-time worldwide view of the state of infectious diseases. HealthMap provides a starting point for finding specific information on emerging infectious diseases for public health officials and international travelers. This map is updated as new information becomes available.
                </li>
                <li>
                    <i>Mosquito-Borne Viruses:</i><br />
                    The <acronym title="U.S. Geological Survey">USGS</acronym> provides mosquito tracking and <a href="http://diseasemaps.usgs.gov/wnv_us_human.html">outbreak maps</a> for the West Nile Virus, Encephalitis (<acronym title="Eastern Equine Encephalitis">EEE</acronym>, <acronym title="Western Equine Encephalitis">WEE</acronym>, <acronym title="St. Louis Encephalitis">SLE</acronym>, and <acronym title="La Crosse Encephalitis">LAC</acronym>), and the Powassan Virus. These maps are updated as new information becomes available.
                </li>		
                <li>
                    <i><acronym title="Center for Disease Control">CDC</acronym> Avian Flu Assessment:</i><br />
                    View the <a href="http://www.cdc.gov/flu/avian/outbreaks/current.htm">Current Situational Report</a> on avian influenza, courtesy of the <acronym title="Center for Disease Control">CDC</acronym> this map will be updated as new information becomes available.
                </li>
                <li>
                    <i>Washington Post Avian Flu Map:</i><br />
                    The <!-- http://www.washingtonpost.com -->Washington Post hosts an <a href="http://www.washingtonpost.com/wp-srv/health/interactives/birdflu/">interactive map</a> on the spread of bird flu throughout the globe.
                </li>
            </ul>	
            
       </div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


    <!-- DROUGHTS -->
    <a name="droughts" id="droughts"></a>
    <div class="header">
    	<div class="expandButton" id="dr"><!-- expand button --></div>
        DROUGHTS
    </div>
    
    <div class="body_darkgray">
    
        <p class="caption_right">
            <a href="http://droughtmonitor.unl.edu/"><img src="http://droughtmonitor.unl.edu/drmon.gif" alt="Drought Monitor Map" width="250" height="200" /></a>
            <i>US Drought Monitor:</i><br />
            The <!-- http://droughtmonitor.unl.edu -->National Drought Mitigation Center runs the <a href="http://droughtmonitor.unl.edu">US Drought Monitoring Map</a> which tracks drought intensities across the U.S. This map is updated every Thursday at 8:30AM EST.
        </p>

    	<div class="sub_maps" id="drMore">
        
            <p class="caption_left">
                <a href="http://droughtmonitor.unl.edu/12_week.gif"><img src="http://droughtmonitor.unl.edu/12_week.gif" alt="12-Week Drought Animation" width="250" height="200" /></a>
                <i>US Drought Monitor - 12 Week History:</i><br />
                The <!-- http://drought.unl.edu/index.htm -->National Drought  Mitigation Center also has an <a href="http://droughtmonitor.unl.edu/12_week.gif">animated historical map</a> which shows the changes in drought conditions across the US over the last 3 months.
            </p>
            
        </div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>   			


    <!-- RAIN AND SNOW -->
    <a name="rain_snow" id="rain_snow"></a>
    <div class="header">
    	<div class="expandButton" id="sn"><!-- expand button --></div>
    	RAIN AND SNOW
    </div><!-- header -->

    <div class="body_lightgray">
    
        <p class="caption_right">
            <a href="http://radar.weather.gov/ridge/Conus/index.php"><img src="http://radar.weather.gov/ridge/Conus/RadarImg/latest_Small.gif" alt="Radar Map" width="250" height="150" /></a>
            <i><acronym title="National Weather Service">NWS</acronym> Doppler Radar Mosaic:</i><br />
            The <!-- http://www.nws.noaa.gov/ --><acronym title="National Weather Service">NWS</acronym> has created a <a href="http://radar.weather.gov/ridge/Conus/index.php">national doppler radar map</a> which shows areas of precipitation (rain, snow, or hail) throughout the United States. The amount of the precipitation shown by the color.  Light precipitation is blue, moderate is green to yellow, and heavy precipitation is red. This map is updated often.
        </p>

    	<div class="sub_maps" id="snMore">
    
            <p class="caption_left">
                <a href="http://www.nws.noaa.gov/tdl/radar/03h.htm"><img src="http://www.nws.noaa.gov/tdl/radar/NE_categ.gif" alt="Rainfall Map" width="250" height="200" /></a>
                <i><acronym title="National Weather Service">NWS</acronym> Rainfall Probability Forecast:</i><br />
                The <!-- http://www.nws.noaa.gov/ -->National Weather Service in partnership with several agencies provides a <a href="http://www.nws.noaa.gov/tdl/radar/03h.htm">rainfall prediction map</a> which displays likely rainfall amounts for the next 3 hours throughout the U.S. The map is accessed by choosing your region on the left hand side, and then clicking <strong>Rainfall amount</strong>. Times on the map are shown in Universal Coordinated Time (UTC), which is 5 hours ahead of Eastern Standard Time (EST) and 4 hours ahead of Eastern Daylight Savings Time (EDT). These maps are updated every few hours.
            </p>
            
        	<p class="caption_right">
                <a href="http://www.rap.ucar.edu/weather/surface/snowNESDISus.gif"><img src="http://www.rap.ucar.edu/weather/surface/snowNESDISus.gif" alt="US Snow Cover" width="250" height="200" /></a>
                <i>US Snow Cover:</i><br />
            	<!-- http://www.rap.ucar.edu/ --><acronym title="National Center for Atmospheric Research">NCAR</acronym> provides a basic  <a href="http://www.rap.ucar.edu/weather/surface/snowNESDISus.gif">Snow Map</a> which simply depicts areas covered in snow or ice.
        	</p>
    
        	<p class="caption_left">
                <a href="http://www.rap.ucar.edu/weather/surface/snowAFus.gif"><img src="http://www.rap.ucar.edu/weather/surface/snowAFus.gif" alt="US Snow Depth" width="250" height="200" /></a>
                <i>US Snow Depth:</i><br />
                <!-- http://www.rap.ucar.edu/ --><acronym title="National Center for Atmospheric Research">NCAR</acronym> also provides a <a href="http://www.rap.ucar.edu/weather/surface/snowAFus.gif">Snow Depth Map</a> for Canada and the U.S. (Note: Snow depth is measured in centimeters.)
            </p>
        			
        	<p class="caption_right">
                <a href="http://www.ncdc.noaa.gov/img/climate/research/snow/3-dayaccum.gif"><img src="http://www.ncdc.noaa.gov/img/climate/research/snow/3-dayaccum.gif" alt="3-Day Snowfall Reports" width="250" height="200" /></a>
                <i><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> 3-Day Preliminary Snowfall Measurements:</i><br />
                The <!-- http://www.noaa.gov/ --><acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym> <!-- http://www.ncdc.noaa.gov/oa/ncdc.html -->National Climatic Data Center provides a <a href="http://www.ncdc.noaa.gov/img/climate/research/snow/3-dayaccum.gif">map	of snow depth</a> over the last 3 days, based on preliminary reports from <acronym title="National Oceanic and Atmospheric Administration">NOAA</acronym>.
            </p>
    			
		</div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>   


	<!-- EXTREME WEATHER -->
	<a name="weather" id="weather"></a>
    <div class="header">
    	<div class="expandButton" id="ew"><!-- expand button --></div>
    	EXTREME WEATHER
    </div><!-- header -->
    
    <div class="body_darkgray">
    
        <p class="caption_right">
            <a href="http://www.weather.gov/largemap.php"><img src="http://www.weather.gov/wwamap/png/us.png" alt="NWS Watch,Warning,Advisory Map" width="250" height="200" /></a>
            <i><acronym title="National Weather Service">NWS</acronym> Watch, Warning and Advisory Map:</i><br />
            The <!-- http://www.weather.gov/ -->National Weather Service produces a <a href="http://www.weather.gov/largemap.php">Watch, Warning, and Advisory map</a> that shows currently active weather warnings, watches, and advisories throughout the U.S. Please note that map will only display the most severe weather advisory for your area. To see a list of all weather advisories currently affecting your area, <a href="http://www.weather.gov/alerts/">click here</a>. This map is updated regularly as new information arrives.
        </p>

    	<div class="sub_maps" id="ewMore">
    
            <p class="caption_left">
                <a href="http://www.spc.noaa.gov/"><img src="http://www.spc.noaa.gov/products/wwa/wwa_new.gif" alt="Current Storm Loop" width="250" height="200" /></a>
                <i><acronym title="Storm Prediction Center">SPC</acronym> Watch and Warning Map:</i><br />
                The <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> <!-- http://www.spc.noaa.gov/ -->Storm Prediction Center provides a simple <a href="http://www.spc.noaa.gov/products/wwa/wwa_new.gif">map of severe thunderstorm, tornado, and flash flood warnings</a> in the U.S. This map is updated regularly as new information arrives.
            </p>
            			
            <p class="caption_right">
                <a href="http://www.spc.noaa.gov/"><img src="http://www.spc.noaa.gov/products/outlook/day1otlk.gif" alt="Current Storm Loop" width="250" height="200" /></a>	
                <i><acronym title="National Weather Service">NWS</acronym> Current Storm Predictions:</i><br />
                The <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> <!-- http://www.spc.noaa.gov/ -->Storm Prediction Center provides a <a href="http://www.spc.noaa.gov/products/activity_loop.gif">real-time image loop</a> of severe thunderstorms throughout the U.S. These images are updated continuously.
            </p>

    		<p class="caption_left">
                <a href="http://www.weather.gov/outlook_tab.php"><img src="http://www.weather.gov/forecasts/national_forecast.jpg" alt="Weather Forecast" width="250" height="200" /></a>
                <i><acronym title="National Weather Service">NWS</acronym> National Weather Forecast:</i><br />
                This <!-- http://www.weather.gov/ -->National Weather Service map shows the <a href="http://www.weather.gov/outlook_tab.php">current weather forecast</a> for the united states. These weather forecasts are 				produced every day.
            </p>
        			  
            <ul>
                <li style="list-style-type: disc; margin: 1em">
                    <i>Live Feeds of <acronym title="National Weather Service">NWS</acronym> Watches, Warnings, and Advisories</i><br />
                    <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> now provides <a href="http://www.weather.gov/alerts/">live web feeds</a> for all weather watches, warnings, and advisories in your state. Even if you do not have a <a href="http://www.dmoz.org/Computers/Software/Internet/Clients/WWW/Feed_Readers/">Live Feed Reader</a>, you can still use this site to read the current weather advisories for your state or county.
                </li>
            </ul>	

		</div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>   


	<!-- TORNADOES -->
    <a name="tornadoes" id="tornadoes"></a>
    <div class="header">
		<div class="expandButton" id="tn"><!-- expand button --></div>
    	TORNADOES
    </div><!-- header -->
    
    <div class="body_lightgray">
    
        <p class="caption_right">
            <a href="http://www.spc.noaa.gov/products/watch/validww.png"><img src="http://www.spc.noaa.gov/products/watch/validww.png" alt="Current Tornado Watch Map" width="250" height="200" /></a>
            <i><acronym title="National Weather Service">NWS</acronym> Tornado Watches:</i><br />
            The <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> <!-- http://www.spc.noaa.gov/ -->Storm Prediction Center provides a <a href="http://www.spc.noaa.gov/products/watch/validww.png">map of active tornado and severe thunderstorm watches</a> in the United States. <b>BLUE</b> boxes are severe thunderstorm watches, and <b>RED</b> boxes are tornado watches. This map is updated continuously.
        </p>
        			
    	<div class="sub_maps" id="tnMore">
    
            <p class="caption_left">
                <a href="http://www.spc.noaa.gov/climo/reports/today.html"><img src="http://www.spc.noaa.gov/climo/reports/today.gif" alt="NWS Current Storm Reports" width="250" height="200" /></a>
                <i><acronym title="National Weather Service">NWS</acronym> Current Storm Reports:</i><br />
                The <!-- http://www.weather.gov/ --><acronym title="National Weather Service">NWS</acronym> <!-- http://www.spc.noaa.gov/ -->Storm Prediction Center provides a <a href="http://www.spc.noaa.gov/climo/reports/today.gif">real-time map</a> of current tornado touchdowns, high winds, and hail strikes for the U.S. These images are updated regularly.
            </p>
        
        </div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


    <!-- LIGHTNING -->
    <a name="lightning" id="lightning"></a>
    <div class="header">
    	<div class="expandButton" id="li"><!-- expand button --></div>
    	LIGHTNING
    </div><!-- header -->
    
    <div class="body_darkgray">
    
        <p class="caption_right">
            <a href="http://thunderstorm.vaisala.com/explorer_files/lts-image.jpg"><img src="http://thunderstorm.vaisala.com/explorer_files/lts-image.jpg" alt="Vaisala Lightning Strikes Map" width="250" height="200" /></a>
            <i>Vaisala - Lightning Explorer:</i><br />
            <!-- https://thunderstorm.vaisala.com/ --><a href="http://www.vaisala.com/">Vaisala</a> hosts a <a href=" http://thunderstorm.vaisala.com/explorer.html"> lightning strikes map</a> which displays 90% to 95% of lighting strikes throughout the United States. The lightning strikes map display is 20 minutes behind real-time, and is updated every 20 minutes.
        </p>

    	<div class="sub_maps" id="liMore">
    
            <p class="caption_left">
                <a href="http://www.nws.noaa.gov/tdl/radar/03h.htm"><img src="http://www.nws.noaa.gov/tdl/radar/NE_probltg.gif" alt="Lightning Probability Map" width="250" height="200" /></a>
                <i><acronym title="National Weather Service">NWS</acronym> Lightning Probability Forecast:</i><br />
                The <!-- http://www.nws.noaa.gov/ -->National Weather Service in partnership with several agencies provides a <a href="http://www.nws.noaa.gov/tdl/radar/03h.htm">lightning prediction map</a> which displays the likelihood of lighting strikes throughout the U.S. over the next 3 hours. The map is accessed by choosing your region on the left hand side,	and then clicking <b>&quot;Prob. CG ltg&quot;</b>. Times on the map are shown in Universal Coordinated Time (UTC), also known as Greenwich Mean Time (GMT), which is 5 hours ahead of Eastern Standard Time (EST) and 4 hours ahead of Eastern Daylight Time (EDT). These maps are updated every few hours.
            </p>
                        
            <ul>
                <li style="list-style-type: disc; margin: 1em">
                    <i>Individual State Lightning Strike Maps</i><br />
                    You can find links to lightning strike maps for your home state on <a href="http://groups.msn.com/N2BMP/lightningstrikemaplinks.msnw">this page</a> on <!-- http://groups.msn.com/ -->MSN Groups.<br />
                </li>
            </ul>

        </div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
    <a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>

    
    <!-- AIR QUALITY -->
    <a name="air" id="air"></a>
    <div class="header">
    	<div class="expandButton" id="aq"><!-- expand button --></div>
    	AIR QUALITY
    </div><!-- header -->
    
    <div class="body_lightgray">
    
        <p class="caption_right">
            <a href="http://cfpub.epa.gov/airnow/index.cfm?action=airnow.national"><img src="http://www.epa.gov/airnow/current/current-outlook-large.gif" alt="AirNow Air Quality Map" width="250" height="200" /></a>
            <i>AirNow National Air Quality Map:</i><br />
            The government <!-- http://airnow.gov/ -->AirNow Web Site provides a <a href="http://airnow.gov/index.cfm?action=airnow.national">National air quality Forecast Map</a> for major U.S. cities. These forecasts are updated daily.
        </p>
        
    	<div class="sub_maps" id="aqMore">
        
            <ul>
                <li style="list-style-type: disc; margin: 1em">
                    <i>AirNow Air Pollution Action Days Map</i><br />
                    The government <!-- http://airnow.gov/ -->AirNow Web Site provides a <a href="http://cfpub.epa.gov/airnow/index.cfm?action=airnow.national">map of U.S. cities that have declared &quot;Action Days&quot;</a> due to high air pollution. These forecasts are updated daily.<br />
                </li>
            </ul>

		</div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>



    <!-- ECONOMIC HAZARDS -->
    <a name="economic" id="economic"></a>
    <div class="header">
		<div class="expandButton" id="econ"><!-- expand button --></div>
    	ECONOMIC HAZARDS
    </div><!-- header -->
    
    <div class="body_darkgray">
    
            <p class="caption_right">
                <a href="http://www.bls.gov/web/mstrtcr1.gif"><img src="http://www.bls.gov/web/mstrtcr1.gif" alt="Unemployment Rates by State" width="250" height="200" /></a>
                <i>Economic Hazard - Unemployment Rates by State:</i><br />
                The Bureau of Labor Statistics provides <a href="http://www.bls.gov/lau/home.htm">substantial unemployment information</a>, including a <a href="http://www.bls.gov/web/mstrtcr1.gif">map of seasonally adjusted unemployment rates by state</a>. This map is two months behind real time, and is updated monthly.
            </p>
    	
        <div class="sub_maps" id="econMore">
  
            <p class="caption_left">
                <a href="http://www.bls.gov/lau/maps/twmmcdrt.gif"><img src="http://www.bls.gov/lau/maps/twmmcdrt.gif" alt="Unemployment Rates for NEw England" width="250" height="200" /></a>
                <i>Economic Hazard - Unemployment Rates in New England:</i><br />
                The Bureau of Labor Statistics provides <a href="http://www.bls.gov/lau/home.htm">substantial unemployment information</a>, including a <a href="http://www.bls.gov/lau/maps/twmmcdrt.gif">detailed map of seasonally adjusted unemployment rates for New England</a>. This map is two months behind real time, and is updated monthly.
            </p> 
		
            <ul>
            	<li>
                	<i>Bureau of Labor Statistics - Economy At a Glance:</i><br />
            		The Bureau of Labor Statistics provides <a href="http://stats.bls.gov/eag/home.htm">at a glance tables</a> that provide key economic data for every state in the US. This data is one to two months behind real time.
                </li>
                <li>
                	<i>Bureau of Labor Statistics - Current Unemployment and Historical Highs/Lows:</i><br />
            		The Bureau of Labor Statistics provides a table of <a href="http://www.bls.gov/web/lauhsthl.htm">current and historical records of unemployment</a> for every state in the US. This data is one to two months behind real time.
                </li>      	
                <li>
                	<i>Feeding America - State Food Banks and Statistics:</i><br />
            		Feeding America provides key economic data for each state in the US, includng the Northeast states of <a href="http://feedingamerica.org/foodbank-results.aspx?state=CT">Connecticut</a>, <a href="http://feedingamerica.org/foodbank-results.aspx?state=ME">Maine</a>, <a href="http://feedingamerica.org/foodbank-results.aspx?state=MA">Massachisetts</a>, <a href="http://feedingamerica.org/foodbank-results.aspx?state=NH">New Hampshire</a>, <a href="http://feedingamerica.org/foodbank-results.aspx?state=NJ">New Jersey</a>, <a href="http://feedingamerica.org/foodbank-results.aspx?state=NY">New York</a>, <a href="http://feedingamerica.org/foodbank-results.aspx?state=RI">Rhode Island</a>, and <a href="http://feedingamerica.org/foodbank-results.aspx?state=VT">Vermont</a>. Data for each state includes the food insecurity rate for (adults, children, and children under five), the poverty rate, the child poverty rate, and the unemployment rate. Feeding America also provides statistical information on food banks within each state.
                </li> 
                
        	</ul>

		</div><!-- sub-maps -->
    </div><!-- body_darkgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>



	<!-- OTHER -->
    <a name="other" id="other"></a>
    <div class="header">
		<div class="expandButton" id="oth"><!-- expand button --></div>
    	OTHER HAZARD MAPS
    </div><!-- header -->
    
    <div class="body_lightgray">
    
            <p class="caption_right">
                <a href="http://nhss.cr.usgs.gov/"><img src="http://nhss.cr.usgs.gov/nhss_doi_map/nhss_map.jpg" alt="The National Hazards Support System" width="250" height="200" /></a>
                <i>The National Hazards Support System (<acronym title="National Hazards Support System">NHSS</acronym>):</i><br />
                The <!-- http://www.usgs.gov/ --><acronym title="U.S. Geological Survey">USGS</acronym> <a href="http://nhss.cr.usgs.gov/"> National Hazards Support System</a> provides a mapping tool which allows the user to create customized hazard and disaster maps in real-time. The map controls are complex, but the user can create custom maps for recent earthquakes, active volcanoes and fires, current hurricanes, and weather warnings.
            </p>
    	
        <div class="sub_maps" id="othMore">
            
            <ul>
            	<li>
                	<i>Earth Observatory - Natural Hazards:</i><br />
            		<!-- http://www.nasa.gov/ --><acronym title="National Aeronautics and Space Administration">NASA's</acronym> <!-- http://earthobservatory.nasa.gov/ -->Earth Observatory provides a <a href="http://earthobservatory.nasa.gov/NaturalHazards/">map of natural hazards</a> that were observed by NASA satellites in the past week. Each image is accompanied by a short write-up explaining the satellite photo and the science behind it.
                </li>
                <li>
                	<i>RSOE EDIS Havaria Information Service</i><br />
                    Hungary's National Association of Radio-Distress Signalling and Infocommunications provides an <a href="http://hisz.rsoe.hu/alertmap/index.php?area=usa&amp;lang=eng">AlertMap</a> which shows the real-time locations of emergencies, hazards, and other incidents in the US and around the world.
                </li>
                <li>
                    <i>Weather.com Interstate Highway Conditions:</i><br />
                    <!-- http://www.weather.com/ -->The Weather Channel provides a <a href="http://www.weather.com/outlook/driving/interstate/regional?reg=us">map of current interstate highway conditions</a> and a <a href="http://www.weather.com/outlook/driving/interstate/regional?reg=us'&amp;day=2">forecast of tomorrow's highway conditions</a> as well. These maps are updated daily.
                </li>
                <li>
                    <i>Weather.com Current Airport Impact :</i><br />
                    The Weather Channel provides a <a href="http://www.weather.com/maps/activity/travel/airportimpactmap_large.html">map of major U.S. airports currently impacted by weather</a>. This map is updated hourly.
                </li>		
                <li>
                    <i>Weather.com Current Airport Delays:</i><br />
                    The Weather Channel provides a <a href="http://www.weather.com/maps/activity/travel/index_large.html">map	of current airport delays</a> at major US Airport hubs in the country. This map is updated hourly.
                </li>
                <li>
                    <i><acronym title="National Weather Service">NWS</acronym> Interactive Weather Map</i><br />
                    The <acronym title="National Weather Service">NWS</acronym> <a href="http://www.weather.gov/forecasts/graphical/sectors/conus.php">Interactive Weather Map</a> allows users to view maps of current temperatures, weather, wind gusts, snow depth, and wave height by moving their mouse over a table on the right side of the screen.
                </li>
            	<li>
                	<i>The National Atlas:</i><br />
                    The <!-- http://nationalatlas.gov/ -->National Atlas <a href="http://nationalatlas.gov/natlas/Natlasstart.asp">Map Maker</a> also provides a mapping tool to create customized maps in real-time. The map controls are complex, but the user can create their own custom maps from dozens of data sources. Several hazard maps can also be created using this system, including maps of historical hazardous events (under the <strong>Climate</strong> menu), several Earthquake and Landslide maps, including landslide susceptibility) are listed under the <strong>Geology</strong> menu; and historical West Nile Virus maps are available under the <strong>People-Health</strong> submenu.
            	</li>
        	</ul>

		</div><!-- sub-maps -->
    </div><!-- body_lightgrey -->
	<a class="top" href="hazards/hazard_maps.cfm#top_hazard_menu">(Top)</a>


</div><!-- End of Hazard Maps -->
</div><!-- End of content div -->


<!-- Run closing scripts: -->
<script type="text/javascript">
    /* <![CDATA[ */
	/* Hides sub-maps from JavaScript browsers (maps are shown by default for non-JavaScript browsers) */
    page_setup();
    /* ]]> */
</script>


<cfinclude template="../footer.cfm">