-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDallas.html
794 lines (762 loc) · 69.2 KB
/
Dallas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Meta -->
<meta name="viewport" content="width=device-width">
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /><title>National Weather Service</title><meta name="DC.title" content="National Weather Service" /><meta name="DC.description" content="NOAA National Weather Service National Weather Service" /><meta name="DC.creator" content="US Department of Commerce, NOAA, National Weather Service" /><meta name="DC.date.created" scheme="ISO8601" content="" /><meta name="DC.language" scheme="DCTERMS.RFC1766" content="EN-US" /><meta name="DC.keywords" content="weather, National Weather Service" /><meta name="DC.publisher" content="NOAA's National Weather Service" /><meta name="DC.contributor" content="National Weather Service" /><meta name="DC.rights" content="http://www.weather.gov/disclaimer.php" /><meta name="rating" content="General" /><meta name="robots" content="index,follow" />
<!-- Icons -->
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap-3.2.0.min.css">
<link rel="stylesheet" href="css/bootstrap-theme-3.2.0.min.css">
<link rel="stylesheet" href="css/font-awesome-4.3.0.min.css">
<link rel="stylesheet" href="css/ol-3.7.0.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/mapclick.css" />
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="css/bootstrap-ie7.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="css/mapclick-ie.css" /><![endif]-->
<link rel="stylesheet" type="text/css" href="css/print.css" />
<link rel="stylesheet" type="text/css" href="css/search.css" />
<!-- Javascript -->
<script type="text/javascript" src="js/lib/modernizr-2.8.3.js"></script>
<script type="text/javascript" src="js/lib/json3-3.3.2.min.js"></script>
<script type="text/javascript" src="js/lib/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.hoverIntent-1.8.1.min.js"></script>
<script type="text/javascript" src="js/lib/bootstrap-3.2.0.min.js"></script>
<script type="text/javascript" src="js/lib/ol-3.7.0.js"></script>
<!--[if lte IE 8]><script type="text/javascript" src="js/respond.min.js"></script><![endif]-->
<script type="text/javascript" src="js/jquery.autocomplete.min.js"></script>
<script type="text/javascript" src="js/cfisurvey/cfi.js"></script>
<script type="text/javascript" src="js/forecast.esri.js"></script>
<script type="text/javascript" src="js/forecast.search.js"></script>
<script type="text/javascript" src="js/forecast.openlayers.js"></script>
<script type="text/javascript" src="js/federated-analytics.js"></script>
<script type="text/javascript">
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-40768555-1', 'weather.gov');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</head>
<body>
<!-- DIV FOR CFI GROUP SURVEY::ALSO REQUIRES SCRIPT TAG IN HEADER -->
<div id='ZN_9tslIS2mj3KoPgp'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<main class="container">
<header class="row clearfix" id="page-header">
<a href="http://www.noaa.gov" id="header-noaa" class="pull-left"><img src="/css/images/header_noaa.png" alt="National Oceanic and Atmospheric Administration"/></a>
<a href="http://www.weather.gov" id="header-nws" class="pull-left"><img src="/css/images/header_nws.png" alt="National Weather Service"/></a>
<a href="http://www.commerce.gov" id="header-doc" class="pull-right"><img src="/css/images/header_doc.png" alt="United States Department of Commerce"/></a>
</header>
<nav class="navbar navbar-default row" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="top-nav">
<ul class="nav navbar-nav">
<li><a href="http://www.weather.gov">HOME</a></li>
<li class="dropdown"><a href="http://www.weather.gov/forecastmaps" class="dropdown-toggle" data-toggle="dropdown">FORECAST <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov">Local</a></li><li><a href="http://digital.weather.gov">Graphical</a></li><li><a href="http://www.aviationweather.gov/">Aviation</a></li><li><a href="http://www.nws.noaa.gov/om/marine/home.htm">Marine</a></li><li><a href="http://water.weather.gov/ahps/">Rivers and Lakes</a></li><li><a href="http://www.nhc.noaa.gov/">Hurricanes</a></li><li><a href="http://www.spc.noaa.gov/">Severe Weather</a></li><li><a href="http://www.srh.noaa.gov/ridge2/fire/">Fire Weather</a></li><li><a href="http://aa.usno.navy.mil/data/docs/RS_OneDay.php">Sun/Moon</a></li><li><a href="http://www.cpc.ncep.noaa.gov/">Long Range Forecasts</a></li><li><a href="http://www.cpc.ncep.noaa.gov">Climate Prediction</a></li></ul> </li>
<li class="dropdown"><a href="http://www.nws.noaa.gov/climate" class="dropdown-toggle" data-toggle="dropdown">PAST WEATHER <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.nws.noaa.gov/climate/">Past Weather</a></li><li><a href="http://www.nws.noaa.gov/climate/">Heating/Cooling Days</a></li><li><a href="http://www.nws.noaa.gov/climate/">Monthly Temperatures</a></li><li><a href="http://www.nws.noaa.gov/climate/">Records</a></li><li><a href="http://aa.usno.navy.mil/">Astronomical Data</a></li></ul> </li>
<li class="dropdown"><a href="http://www.weather.gov/safety" class="dropdown-toggle" data-toggle="dropdown">SAFETY <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.nws.noaa.gov/om/Tsunami/index.html">Tsunami</a></li><li><a href="http://www.floodsafety.noaa.gov">Floods</a></li><li><a href="http://www.nws.noaa.gov/beachhazards/">Beach Hazards</a></li><li><a href="http://www.nws.noaa.gov/om/fire/">Wildfire</a></li><li><a href="http://www.nws.noaa.gov/airquality/">Air Quality</a></li><li><a href="http://www.nws.noaa.gov/om/heat/index.shtml">Heat</a></li><li><a href="http://www.nws.noaa.gov/om/hurricane/index.shtml">Hurricanes</a></li><li><a href="http://www.lightningsafety.noaa.gov/">Lightning</a></li><li><a href="http://www.nws.noaa.gov/os/marine/safeboating/">Safe Boating</a></li><li><a href="http://www.ripcurrents.noaa.gov/">Rip Currents</a></li><li><a href="http://www.nws.noaa.gov/om/severeweather/index.shtml">Thunderstorms and Tornadoes</a></li><li><a href="http://www.nws.noaa.gov/om/space">Space Weather</a></li><li><a href="http://www.nws.noaa.gov/os/uv/">Sun (Ultraviolet Radiation)</a></li><li><a href="http://www.weather.gov/safetycampaign">Safety Campaigns</a></li><li><a href="http://www.weather.gov/wind">Wind</a></li><li><a href="http://www.weather.gov/om/drought/">Drought</a></li><li><a href="http://www.nws.noaa.gov/om/winter/index.shtml">Winter Weather</a></li><li><a href="http://www.nws.noaa.gov/om/fog/">Fog</a></li></ul> </li>
<li class="dropdown"><a href="http://www.weather.gov/informationcenter" class="dropdown-toggle" data-toggle="dropdown">INFORMATION <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/Owlie's">Owlie's Kids Page</a></li><li><a href="http://www.nws.noaa.gov/com/weatherreadynation/wea.html">Wireless Emergency Alerts</a></li><li><a href="http://www.weather.gov/briefing/">Daily Briefing</a></li><li><a href="http://mag.ncep.noaa.gov/">Forecast Models</a></li><li><a href="http://www.nws.noaa.gov/gis">GIS Data Portal</a></li><li><a href="http://www.nws.noaa.gov/om/coop/">Cooperative Observers</a></li><li><a href="http://www.nws.noaa.gov/skywarn/">SKYWARN Storm Spotters</a></li><li><a href="http://www.nws.noaa.gov/com/weatherreadynation">Weather-Ready Nation</a></li><li><a href="http://www.nws.noaa.gov/stormready/">StormReady</a></li><li><a href="http://www.nws.noaa.gov/nwr/">NOAA Weather Radio</a></li><li><a href="http://www.nws.noaa.gov/om/brochures.shtml">Brochures</a></li><li><a href="http://www.nws.noaa.gov/om/hazstats.shtml">Damage/Fatality/Injury Statistics</a></li><li><a href="http://www.nws.noaa.gov/os/services.shtml">Services</a></li><li><a href="http://www.tsunamiready.noaa.gov">TsunamiReady</a></li></ul> </li>
<li class="dropdown"><a href="http://www.weather.gov/owlie" class="dropdown-toggle" data-toggle="dropdown">EDUCATION <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.nws.noaa.gov/com/weatherreadynation/force.html">Be A Force of Nature</a></li><li><a href="http://www.weather.gov/owlie">NWS Education Home</a></li></ul> </li>
<li class="dropdown"><a href="http://www.weather.gov/contact-media/" class="dropdown-toggle" data-toggle="dropdown">NEWS <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/news">NWS News</a></li><li><a href="http://www.nws.noaa.gov/com/weatherreadynation/calendar.html">Events</a></li><li><a href="http://www.weather.gov/socialmedia">Social Media</a></li><li><a href="http://www.nws.noaa.gov/om/brochures.shtml">Pubs/Brochures/Booklets </a></li><li><a href="http://www.nws.noaa.gov/pa/nws_contacts.php">NWS Media Contacts</a></li></ul> </li>
<li class="dropdown"><a href="http://www.weather.gov/search" class="dropdown-toggle" data-toggle="dropdown">SEARCH <span class="caret"></span></a><ul class="dropdown-menu" role="menu"> <li><!-- Begin search code -->
<div id="site-search">
<form method="get" action="http://search.usa.gov/search" style="margin-bottom: 0; margin-top: 0;">
<input type="hidden" name="v:project" value="firstgov" />
<label for="query">Search For</label>
<input type="text" name="query" id="query" size="12" />
<input type="submit" value="Go" />
<p>
<input type="radio" name="affiliate" checked="checked" value="nws.noaa.gov" id="nws" />
<label for="nws" class="search-scope">NWS</label>
<input type="radio" name="affiliate" value="noaa.gov" id="noaa" />
<label for="noaa" class="search-scope">All NOAA</label>
</p>
</form>
</div>
</li>
</ul> </li>
<li class="dropdown"><a href="http://www.weather.gov/about" class="dropdown-toggle" data-toggle="dropdown">ABOUT <span class="caret"></span></a><ul class="dropdown-menu" role="menu"><li><a href="http://www.weather.gov/about">About NWS</a></li><li><a href="http://www.weather.gov/organization">Organization</a></li><li><a href="http://www.nws.noaa.gov/sp">Strategic Plan</a></li><li><a href="https://sites.google.com/a/noaa.gov/nws-best-practices/">For NWS Employees</a></li><li><a href="http://www.nws.noaa.gov/ia/home.htm">International</a></li><li><a href="http://www.weather.gov/organization">National Centers</a></li><li><a href="http://www.nws.noaa.gov/tg">Products and Services</a></li><li><a href="http://www.weather.gov/contact">Contact Us</a></li><li><a href="http://www.nws.noaa.gov/glossary">Glossary</a></li></ul> </li>
</ul>
</div>
</div>
</nav>
<div class="contentArea">
<!-- Start Forecastsearch -->
<div class="" id="fcst-search">
<form name="getForecast" id="getForecast" class="form-inline" role="form" action="http://forecast.weather.gov/zipcity.php" method="get">
<div id="getfcst-body">
<input name="inputstring" type="text" class="form-control" id="inputstring" placeholder="" />
<input name="btnSearch" id="btnSearch" class="btn btn-default" type="submit" value="Go" />
<div id="txtHelp"><a href="javascript:void(window.open('http://weather.gov/ForecastSearchHelp.html','locsearchhelp','status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,height=500,width=530').focus());">View Location Examples</a></div>
</div>
<div id="txtError">
<div id="errorNoResults" style="display:none;">Sorry, the location you searched for was not found. Please try another search.</div>
<div id="errorMultipleResults" style="display:none">Multiple locations were found. Please select one of the following:</div>
<div id="errorChoices" style="display:none"></div>
<input id="btnCloseError" type="button" value="Close" style="display:none" />
</div>
<div id="getfcst-head">
<p>Your local forecast office is</p>
<h3 id="getfcst-headOffice"></h3>
</div>
</form>
</div>
<!-- end Forecastsearch -->
<div id="news-items"><div class="" id="topnews"><h4>Wintry Conditions Expected from Northern Great Lakes To Northern New England</h4><p>An area of low pressure will bring accumulating snowfall on Monday from portions of the Midwest and Great Lakes to northern New England. Along with the snow, a wintry mix of sleet and freezing rain will make for treacherous travel in these locations. <br /><a class="readMore" href="http://www.wpc.ncep.noaa.gov/discussions/hpcdiscussions.php?disc=pmdspd" target="_blank">Read More...</a></p></div></div>
<script type="text/javascript">$.get("siteNews.php", {a:"fwd"},function(response){ if (response !== "false") $("#topnews").html($(response).find("#topnews").html()); });</script><!-- PageFormat-Land -->
<script language=javascript>document.title = $('<div/>').html('7-Day Forecast for Latitude 32.8°N and Longitude 96.78°W (Elev. 505 ft)').text();</script><img src="images/track_land_point.png" style="display:none;" /><div class="panel panel-danger"><div class="panel-heading"><h3 class="panel-title">Hazardous Weather Conditions</h3></div><div class="panel-body"><ul><li><a href="showsigwx.php?warnzone=TXZ119&warncounty=TXC113&firewxzone=TXZ119&local_place1=Dallas TX&product1=Hazardous+Weather+Outlook&lat=32.7942&lon=-96.7652" id="anchor-hazards">Hazardous Weather Outlook </a></li></ul></div></div>
<div id="quickLinks">
<span class="lang-spanish"><a href="http://forecast.weather.gov/MapClick.php?CityName=Dallas&state=TX&site=FWD&textField1=32.7942&textField2=-96.7652&e=0&lg=sp">En Español</a></span>
<div class="addthis_toolbox addthis_default_style addthis-forecast">
<a href="http://www.addthis.com/bookmark.php?v=250&pubid=ra-5127a6364d551d04" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_preferred_5"></a>
</div>
<script type="text/javascript">
var addthis_config = addthis_config || {data_track_addressbar:true, pubid: 'xa-4b05b2d91f18c9cc'};
$(document).ready(function(){
jQuery.ajax({
url: "//s7.addthis.com/js/300/addthis_widget.js#async=1",
dataType: "script",
cache: false
});
});
</script>
</div>
<!-- Current Conditions -->
<div id="current-conditions" class="panel panel-default">
<!-- Current Conditions header row -->
<div class="panel-heading">
<div>
<b>Current conditions at</b>
<h2 class="panel-title">Dallas Love Field (KDAL)</h2>
<span class="smallTxt"><b>Lat: </b>32.8°N<b>Lon: </b>-96.78°W<b>Elev: </b>476ft.</span>
</div>
</div>
<div class="panel-body" id="current-conditions-body">
<!-- Graphic and temperatures -->
<div id="current_conditions-summary" class="pull-left" >
<img src="newimages/large/bkn.png" alt="" class="pull-left" />
<p class="myforecast-current">Mostly Cloudy</p>
<p class="myforecast-current-lrg">69°F</p>
<p class="myforecast-current-sm">21°C</p>
</div>
<div id="current_conditions_detail" class="pull-left">
<table>
<tr>
<td class="text-right"><b>Humidity</b></td>
<td>70%</td>
</tr>
<tr>
<td class="text-right"><b>Wind Speed</b></td>
<td>S 12 mph</td>
</tr>
<tr>
<td class="text-right"><b>Barometer</b></td>
<td>30.03 in (1016.4 mb)</td>
</tr>
<tr>
<td class="text-right"><b>Dewpoint</b></td>
<td>59°F (15°C)</td>
</tr>
<tr>
<td class="text-right"><b>Visibility</b></td>
<td>10.00 mi</td>
</tr>
<tr>
<td class="text-right"><b>Last update</b></td>
<td>
29 Feb 12:53 pm CST </td>
</tr>
</table>
</div>
<div id="current_conditions_station">
<div class="current-conditions-extra">
<!-- Right hand section -->
<p class="moreInfo"><b>More Information:</b></p><p><a id="localWFO" href="http://www.srh.noaa.gov/fwd" title="Dallas/Fort Worth, TX"><span class="hideText">Local</span> Forecast Office</a><a id="moreWx" href="obslocal.php?warnzone=TXZ119&local_place=Dallas TX&zoneid=CST&offset=21600">More Local Wx</a><a id="3dayHist" href="http://www.weather.gov/data/obhistory/KDAL.html">3 Day History</a><a id="mobileWxLink" href="http://mobile.weather.gov/index.php?lat=32.7942&lon=-96.7652&unit=0&lg=english">Mobile Weather</a><a id="wxGraph" href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=graphical">Hourly <span class="hideText">Weather </span>Forecast</a></p> </div>
<!-- /current_conditions_station -->
</div>
<!-- /current-conditions-body -->
</div>
<!-- /Current Conditions -->
</div>
<!-- 7-Day Forecast -->
<div id="seven-day-forecast" class="panel panel-default">
<div class="panel-heading">
<b>Extended Forecast for</b>
<h2 class="panel-title">
Dallas TX </h2>
</div>
<div class="panel-body" id="seven-day-forecast-body">
<div id="seven-day-forecast-container"><ul id="seven-day-forecast-list" class="list-unstyled"><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">This<br>Afternoon</p>
<p><img src="newimages/medium/sct.png" alt="This Afternoon: Mostly sunny, with a high near 76. South wind 10 to 15 mph, with gusts as high as 20 mph. " title="This Afternoon: Mostly sunny, with a high near 76. South wind 10 to 15 mph, with gusts as high as 20 mph. " class="forecast-icon"></p><p class="short-desc">Mostly Sunny</p><p class="temp temp-high">High: 76 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Tonight<br><br></p>
<p><img src="newimages/medium/nbkn.png" alt="Tonight: Mostly cloudy, with a low around 60. South wind around 15 mph, with gusts as high as 20 mph. " title="Tonight: Mostly cloudy, with a low around 60. South wind around 15 mph, with gusts as high as 20 mph. " class="forecast-icon"></p><p class="short-desc">Mostly Cloudy</p><p class="temp temp-low">Low: 60 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Tuesday<br><br></p>
<p><img src="DualImage.php?i=hi_tsra&j=few&ip=20" alt="Tuesday: A 20 percent chance of showers and thunderstorms before noon. Mostly cloudy, then gradually becoming sunny, with a high near 68. Southwest wind 15 to 20 mph becoming north in the afternoon. Winds could gust as high as 30 mph. " title="Tuesday: A 20 percent chance of showers and thunderstorms before noon. Mostly cloudy, then gradually becoming sunny, with a high near 68. Southwest wind 15 to 20 mph becoming north in the afternoon. Winds could gust as high as 30 mph. " class="forecast-icon"></p><p class="short-desc">Slight Chance<br>T-storms then<br>Sunny</p><p class="temp temp-high">High: 68 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Tuesday<br>Night</p>
<p><img src="newimages/medium/nfew.png" alt="Tuesday Night: Mostly clear, with a low around 44. North wind 5 to 10 mph becoming light and variable in the evening. " title="Tuesday Night: Mostly clear, with a low around 44. North wind 5 to 10 mph becoming light and variable in the evening. " class="forecast-icon"></p><p class="short-desc">Mostly Clear</p><p class="temp temp-low">Low: 44 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Wednesday<br><br></p>
<p><img src="newimages/medium/few.png" alt="Wednesday: Sunny, with a high near 68. Light south wind increasing to 10 to 15 mph in the morning. Winds could gust as high as 20 mph. " title="Wednesday: Sunny, with a high near 68. Light south wind increasing to 10 to 15 mph in the morning. Winds could gust as high as 20 mph. " class="forecast-icon"></p><p class="short-desc">Sunny</p><p class="temp temp-high">High: 68 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Wednesday<br>Night</p>
<p><img src="newimages/medium/nfew.png" alt="Wednesday Night: Mostly clear, with a low around 54. South wind around 15 mph, with gusts as high as 25 mph. " title="Wednesday Night: Mostly clear, with a low around 54. South wind around 15 mph, with gusts as high as 25 mph. " class="forecast-icon"></p><p class="short-desc">Mostly Clear</p><p class="temp temp-low">Low: 54 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Thursday<br><br></p>
<p><img src="newimages/medium/few.png" alt="Thursday: Sunny, with a high near 71. Southwest wind 10 to 15 mph becoming north northwest in the afternoon. Winds could gust as high as 20 mph. " title="Thursday: Sunny, with a high near 71. Southwest wind 10 to 15 mph becoming north northwest in the afternoon. Winds could gust as high as 20 mph. " class="forecast-icon"></p><p class="short-desc">Sunny</p><p class="temp temp-high">High: 71 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Thursday<br>Night</p>
<p><img src="newimages/medium/nfew.png" alt="Thursday Night: Mostly clear, with a low around 46. North wind 5 to 10 mph. " title="Thursday Night: Mostly clear, with a low around 46. North wind 5 to 10 mph. " class="forecast-icon"></p><p class="short-desc">Mostly Clear</p><p class="temp temp-low">Low: 46 °F</p></div></li><li class="forecast-tombstone">
<div class="tombstone-container">
<p class="period-name">Friday<br><br></p>
<p><img src="newimages/medium/few.png" alt="Friday: Sunny, with a high near 69. North northeast wind around 5 mph becoming southeast in the afternoon. " title="Friday: Sunny, with a high near 69. North northeast wind around 5 mph becoming southeast in the afternoon. " class="forecast-icon"></p><p class="short-desc">Sunny</p><p class="temp temp-high">High: 69 °F</p></div></li></ul></div>
<script type="text/javascript">
// equalize forecast heights
$(function () {
var maxh = 0;
$(".forecast-tombstone .short-desc").each(function () {
var h = $(this).height();
if (h > maxh) { maxh = h; }
});
$(".forecast-tombstone .short-desc").height(maxh);
});
</script> </div>
</div>
<!-- Everything between 7-Day Forecast and Footer goes in this row -->
<div id="floatingDivs" class="row">
<!-- Everything on the left-hand side -->
<div class="col-md-7 col-lg-8">
<!-- Detailed Forecast -->
<div id="detailed-forecast" class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Detailed Forecast</h2>
</div>
<div class="panel-body" id="detailed-forecast-body">
<div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>This Afternoon</b></div><div class="col-sm-10 forecast-text">Mostly sunny, with a high near 76. South wind 10 to 15 mph, with gusts as high as 20 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Tonight</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a low around 60. South wind around 15 mph, with gusts as high as 20 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Tuesday</b></div><div class="col-sm-10 forecast-text">A 20 percent chance of showers and thunderstorms before noon. Mostly cloudy, then gradually becoming sunny, with a high near 68. Southwest wind 15 to 20 mph becoming north in the afternoon. Winds could gust as high as 30 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Tuesday Night</b></div><div class="col-sm-10 forecast-text">Mostly clear, with a low around 44. North wind 5 to 10 mph becoming light and variable in the evening. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Wednesday</b></div><div class="col-sm-10 forecast-text">Sunny, with a high near 68. Light south wind increasing to 10 to 15 mph in the morning. Winds could gust as high as 20 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Wednesday Night</b></div><div class="col-sm-10 forecast-text">Mostly clear, with a low around 54. South wind around 15 mph, with gusts as high as 25 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Thursday</b></div><div class="col-sm-10 forecast-text">Sunny, with a high near 71. Southwest wind 10 to 15 mph becoming north northwest in the afternoon. Winds could gust as high as 20 mph. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Thursday Night</b></div><div class="col-sm-10 forecast-text">Mostly clear, with a low around 46. North wind 5 to 10 mph. </div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Friday</b></div><div class="col-sm-10 forecast-text">Sunny, with a high near 69. North northeast wind around 5 mph becoming southeast in the afternoon. </div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Friday Night</b></div><div class="col-sm-10 forecast-text">Mostly clear, with a low around 50.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Saturday</b></div><div class="col-sm-10 forecast-text">Mostly sunny, with a high near 71.</div></div><div class="row row-even row-forecast"><div class="col-sm-2 forecast-label"><b>Saturday Night</b></div><div class="col-sm-10 forecast-text">Partly cloudy, with a low around 53.</div></div><div class="row row-odd row-forecast"><div class="col-sm-2 forecast-label"><b>Sunday</b></div><div class="col-sm-10 forecast-text">Mostly cloudy, with a high near 71.</div></div> </div>
</div>
<!-- /Detailed Forecast -->
<!-- Additional Forecasts and Information -->
<div id="additional_forecasts" class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">Additional Forecasts and Information</h2>
</div>
<div class="panel-body" id="additional-forecasts-body">
<p class="myforecast-location"><a href="MapClick.php?zoneid=TXZ119">Zone Area Forecast for Dallas County, TX</a></p>
<!-- First nine-ten links -->
<div id="linkBlockContainer">
<div class="linkBlock">
<ul class="list-unstyled">
<li><a href="http://forecast.weather.gov/product.php?site=FWD&issuedby=FWD&product=AFD&format=CI&version=1&glossary=1">Forecast Discussion</a></li>
<li><a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=text&TextType=2">Printable Forecast</a></li>
<li><a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=text&TextType=1">Text Only Forecast</a></li>
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li><a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=graphical">Hourly Weather Forecast</a></li>
<li><a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=digital">Tabular Forecast</a></li>
<!-- <li><a href="afm/PointClick.php?lat=32.7942&lon=-96.7652">Quick Forecast</a></li> -->
</ul>
</div>
<div class="linkBlock">
<ul class="list-unstyled">
<li><a href="http://weather.gov/aq/probe_aq_data.php?latitude=32.7942&longitude=-96.7652">Air Quality Forecasts</a></li>
<li><a href="MapClick.php?lat=32.7942&lon=-96.7652&FcstType=text&unit=1&lg=en">International System of Units</a></li>
<li><a href="http://www.srh.weather.gov/srh/jetstream/webweather/pinpoint_max.htm">About Point Forecasts</a></li>
</ul>
</div>
<!-- /First nine-ten links -->
<!-- Additional links -->
<div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.srh.noaa.gov/fwd/?n=ntexclima" target="_self">Local Climatology</a></li><li><a href="http://www.srh.noaa.gov/fwd/?n=skywarn" target="_self">Preparedness</a></li><li><a href="http://www.srh.noaa.gov/fwd/?n=radio" target="_self">NOAA Weather Radio</a></li></ul></div><div class="linkBlock"><ul class="list-unstyled"><li><a href="http://forecast.weather.gov/product.php?site=FWD&issuedby=FWD&product=HWO&format=ci&version=1" target="_self">Hazardous Weather Outlook</a></li><li><a href="http://forecast.weather.gov/product.php?site=FWD&issuedby=FWD&product=FWF&format=ci&version=1" target="_self">Fire Weather Forecast</a></li><li><a href="http://water.weather.gov/ahps2/index.php?wfo=fwd" target="_self">Rivers & Lakes AHPS</a></li></ul></div><div class="linkBlock"><ul class="list-unstyled"><li><a href="http://www.srh.noaa.gov/fwd/?n=stormdata" target="_self">Storm Data</a></li><li><a href="http://www.srh.noaa.gov/fwd/" target="_self">NWS Fort Worth/Dallas Home</a></li><li><a href="http://www.srh.noaa.gov/forecast/gridpoint.php?site=fwd&TypeDefault=graphical" target="_self">Hourly Forecasts</a></li></ul></div>
</div> <!-- /linkBlockContainer -->
</div><!-- /additional-forecasts-body-->
</div> <!-- /additional_forecasts -->
</div> <!-- /Everything on the left-hand side -->
<!-- right-side-data -->
<div class="col-md-5 col-lg-4" id="right-side-data">
<div id="mapAndDescriptionArea">
<!-- openlayer map -->
<style>
#custom-search{
display: block;
position: relative;
z-index: 50;
top: 52px;
left: 60px;
}
#esri-geocoder-search{
display: block;
position: relative;
z-index: 50;
top: 52px;
left: 60px;
}
#emap{
margin-top:15px;
cursor:pointer;
height:370px;
width:100%;
border: 1px solid #ccc;
border-radius: 3px;
}
#switch-basemap-container{
}
#basemap-selection-form ul{
list-style: none;
margin: 0px;
}
#basemap-selection-form li{
float: left;
}
.disclaimer{
margin-top:350px;
margin-left: 5px;
z-index: 100;
position: absolute;
text-transform: none;
}
.esriAttributionLastItem{
text-transform: none;
}
.esriSimpleSlider div{
height:22px;
line-height:20px;
width:20px;
}
#point-forecast-map-label {
text-align:center;
font-weight:bold;
color:black;
}
@media (max-width: 767px) {
#emap{
margin-top:.5em;
height:270px;
}
.disclaimer{
margin-top:250px;
}
}
</style>
<!-- forecast-map -->
<div class='point-forecast-map'>
<div class='point-forecast-map-header text-center'>
<div id="toolbar">
<div id="switch-basemap-container">
<div id="basemap-selection-form" title="Choose a Basemap">
<div id="basemap-menu">
<select name="basemap-selected" id="basemap-selected" autocomplete="off" title="Basemap Dropdown Menu">
<option value="none">Select Basemap</option>
<option value="topo" selected>Topographic</option>
<option value="streets">Streets</option>
<option value="satellite">Satellite</option>
<option value="ocean">Ocean</option>
</select>
</div>
</div>
<div id="point-forecast-map-label">
Click Map For Forecast
</div>
</div><!-- //#switch-basemap-container -->
<div style="clear:both;"></div>
</div><!-- //#toolbar -->
</div><!-- //.point-forecast-map-header -->
<div id="emap">
<noscript><center><br><br><b>Map function requires Javascript and a compatible browser.</b></center></noscript>
<div class="disclaimer"><a href='http://www.weather.gov/disclaimer#esri'>Disclaimer</a></div>
</div><!-- //#emap -->
<div class="point-forecast-map-footer">
<img src="./images/wtf/maplegend_forecast-area.gif" width="100" height="16" alt="Map Legend">
</div><!-- //.point-forecast-map-footer -->
</div> <!-- //.point-forecast-map -->
<!-- //forecast-map -->
<!-- //openlayer map -->
<!-- About this Forecast -->
<div id="about_forecast">
<div class="fullRow">
<div class="left">Point Forecast:</div>
<div class="right">Dallas TX<br> 32.8°N 96.78°W (Elev. 505 ft)</div>
</div>
<div class="fullRow">
<div class="left"><a target="_blank" href="http://www.weather.gov/glossary/index.php?word=Last+update">Last Update</a>: </div>
<div class="right">11:25 am CST Feb 29, 2016</div>
</div>
<div class="fullRow">
<div class="left"><a target="_blank" href="http://www.weather.gov/glossary/index.php?word=forecast+valid+for">Forecast Valid</a>: </div>
<div class="right">1pm CST Feb 29, 2016-6pm CST Mar 6, 2016</div>
</div>
<div class="fullRow">
<div class="left"> </div>
<div class="right"><a href="http://forecast.weather.gov/product.php?site=FWD&issuedby=FWD&product=AFD&format=CI&version=1&glossary=1">Forecast Discussion</a></div>
</div>
<div class="fullRow">
<div class="left"> </div>
<div class="right">
<a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=kml"><img src="/images/wtf/kml_badge.png" width="45" height="17" alt="Get as KML" /></a>
<a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=dwml"><img src="/images/wtf/xml_badge.png" width="45" height="17" alt="Get as XML" /></a>
</div>
</div>
</div>
<!-- /About this Forecast -->
</div>
<!--additionalForecast-->
<div class="panel panel-default" id="additionalForecast">
<div class="panel-heading">
<h2 class="panel-title">Additional Resources</h2>
</div>
<div class="panel-body">
<!-- Radar & Satellite Images -->
<div id="radar" class="subItem">
<h4>Radar & Satellite Image</h4>
<a href="http://radar.weather.gov/radar.php?rid=fws&product=N0R&overlay=11101111&loop=no"><img src="http://radar.weather.gov/Thumbs/FWS_Thumb.gif" class="radar-thumb" alt="Link to Local Radar Data" title="Link to Local Radar Data"></a> <a href="http://www.goes.noaa.gov/ECIR4.html"><img src="http://forecast.weather.gov/satellite/thumbs/ECI8.JPG" class="satellite-thumb" alt="Link to Satellite Data" title="Link to Satellite Data"></a> </div>
<!-- /Radar & Satellite Images -->
<!-- Hourly Weather Forecast -->
<div id="feature" class="subItem">
<h4>Hourly Weather Forecast</h4>
<a href="MapClick.php?lat=32.7942&lon=-96.7652&unit=0&lg=english&FcstType=graphical"><img src="newimages/medium/hourlyweather.png" class="img-responsive" /></a>
</div>
<!-- /Hourly Weather Forecast -->
<!-- NDFD -->
<div id="NDFD" class="subItem">
<h4>National Digital Forecast Database</h4>
<div class="one-sixth-first"><a href="http://graphical.weather.gov/sectors/southplains.php?element=MaxT"><img src="http://www.weather.gov/forecasts/graphical/images/thumbnail/latest_MaxMinT_southplains_thumbnail.png" border="0" alt="National Digital Forecast Database Maximum Temperature Forecast" title="National Digital Forecast Database Maximum Temperature Forecast" width="147" height="150"></a>
<p><a href="http://graphical.weather.gov/sectors/southplains.php?element=MaxT">High Temperature</a></p></div><div class="one-sixth-first"><a href="http://graphical.weather.gov/sectors/southplains.php?element=Wx"><img src="http://www.weather.gov/forecasts/graphical/images/thumbnail/latest_Wx_southplains_thumbnail.png" border="0" alt="National Digital Forecast Database Weather Element Forecast" title="National Digital Forecast Database Weather Element Forecast" width="147" height="150"></a>
<p><a href="http://graphical.weather.gov/sectors/southplains.php?element=Wx">Chance of Precipitation</a></p></div> </div>
<!-- /NDFD -->
</div>
</div>
<!-- /additionalForecast -->
</div>
<!-- /col-md-4 -->
<!-- /right-side-data -->
<script language='javascript'>$( document ).ready(function() { load_openlayers_map('', '', '', '{"centroid_lat":"32.7942","centroid_lon":"-96.7652","lat1":"32.791","lon1":"-96.79","lat2":"32.8135","lon2":"-96.7905","lat3":"32.814","lon3":"-96.7635","lat4":"32.7915","lon4":"-96.763"}') });</script></div>
<!-- /row -->
<div id="no-view-options"></div>
<script>
$(document).ready(function(){
strWFO = $("#localWFO").attr("title");
strWFOlink = $("#localWFO").attr("href");
$("#getfcst-head h3").html('<a href="'+strWFOlink+'">'+strWFO+'</a>');
var targetWidth = 1100;
var deviceWidth = 'device-width';
var viewport = $('meta[name="viewport"]');
$("#view-full").click(function(){
$("#view-full,#view-mobile").toggle();
setAsDesktop();
});
$("#view-mobile").click(function(){
$("#view-full,#view-mobile").toggle();
setAsMobile();
});
function setAsDesktop(){
viewport.attr('content', 'width=' + targetWidth);
}
function setAsMobile(){
viewport.attr('content', 'width=' + deviceWidth);
}
});
</script>
</div>
<!-- /PageFormat-Land -->
</div>
<footer>
<div id="sitemap" class="sitemap-content row">
<div class="col-xs-12">
<div class="sitemap-columns">
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href=" http://www.nws.noaa.gov/climate/">PAST WEATHER</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-1">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-1">
<ul class="list-unstyled">
<li><a href=" http://www.nws.noaa.gov/climate/">Past Weather </a></li>
<li><a href=" http://www.cpc.ncep.noaa.gov/products/MD_index.shtml">Climate Monitoring </a></li>
<li><a href=" http://www.nws.noaa.gov/climate/">Heating/Cooling Days </a></li>
<li><a href=" http://www.nws.noaa.gov/climate/">Monthly Temps </a></li>
<li><a href=" http://www.nws.noaa.gov/climate/">Records </a></li>
<li><a href=" http://aa.usno.navy.mil/">Astronomical Data </a></li>
<li><a href="http://www.ncdc.noaa.gov/oa/mpp/">Certified Weather Data </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://alerts.weather.gov">ACTIVE ALERTS</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-2">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-2">
<ul class="list-unstyled">
<li><a href=" http://alerts.weather.gov">Warnings By State</a></li>
<li><a href=" http://www.wpc.ncep.noaa.gov/ww.shtml">Excessive Rainfall and Winter Weather Forecasts</a></li>
<li><a href="http://water.weather.gov/ahps/?current_color=flood&current_type=all&fcst_type=obs&conus_map=d_map">River Flooding </a></li>
<li><a href=" http://www.weather.gov">Latest Warnings</a></li>
<li><a href=" http://www.spc.noaa.gov/products/outlook/">Thunderstorm/Tornado Outlook </a></li>
<li><a href=" http://www.nhc.noaa.gov/">Hurricanes </a></li>
<li><a href=" http://www.spc.noaa.gov/products/fire_wx/">Fire Weather Outlooks </a></li>
<li><a href=" http://www.cpc.ncep.noaa.gov/products/stratosphere/uv_index/uv_alert.shtml">UV Alerts </a></li>
<li><a href=" http://www.drought.gov/">Drought </a></li>
<li><a href="http://www.swpc.noaa.gov/products/alerts-watches-and-warnings">Space Weather </a></li>
<li><a href=" http://www.nws.noaa.gov/nwr/">NOAA Weather Radio </a></li>
<li><a href=" http://alerts.weather.gov/">NWS CAP Feeds </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://www.weather.gov/current">CURRENT CONDITIONS</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-3">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-3">
<ul class="list-unstyled">
<li><a href=" http://www.weather.gov/Radar">Radar </a></li>
<li><a href="http://www.cpc.ncep.noaa.gov/products/monitoring_and_data/">Climate Monitoring </a></li>
<li><a href=" http://water.weather.gov/ahps/">River Levels </a></li>
<li><a href=" http://water.weather.gov/precip/">Observed Precipitation </a></li>
<li><a href="http://www.nws.noaa.gov/om/osd/portal.shtml">Surface Weather </a></li>
<li><a href=" http://weather.noaa.gov/fax/barotrop.shtml">Upper Air </a></li>
<li><a href=" http://www.ndbc.noaa.gov/">Marine and Buoy Reports </a></li>
<li><a href="http://www.nohrsc.noaa.gov/interactive/html/map.html">Snow Cover </a></li>
<li><a href=" http://www.goes.noaa.gov">Satellite </a></li>
<li><a href=" http://www.swpc.noaa.gov/">Space Weather </a></li>
<li><a href="http://www.weather.gov/pr">International Observations</a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/forecastmaps">FORECAST</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-4">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-4">
<ul class="list-unstyled">
<li><a href=" http://www.weather.gov/">Local Forecast </a></li>
<li><a href="http://www.weather.gov/pr">International Forecasts</a></li>
<li><a href=" http://www.spc.noaa.gov/">Severe Weather </a></li>
<li><a href=" http://www.wpc.ncep.noaa.gov/">Current Outlook Maps </a></li>
<li><a href="http://www.cpc.ncep.noaa.gov/products/Drought">Drought </a></li>
<li><a href="http://www.weather.gov/fire">Fire Weather </a></li>
<li><a href=" http://www.wpc.ncep.noaa.gov/">Fronts/Precipitation Maps </a></li>
<li><a href=" http://www.nws.noaa.gov/forecasts/graphical/">Current Graphical Forecast Maps </a></li>
<li><a href="http://water.weather.gov/ahps/forecasts.php">Rivers </a></li>
<li><a href=" http://www.nws.noaa.gov/om/marine/home.htm">Marine </a></li>
<li><a href="http://www.opc.ncep.noaa.gov/marine_areas.php">Offshore and High Seas</a></li>
<li><a href=" http://www.nhc.noaa.gov/">Hurricanes </a></li>
<li><a href=" http://aviationweather.gov">Aviation Weather </a></li>
<li><a href="http://www.cpc.ncep.noaa.gov/products/OUTLOOKS_index.shtml">Climatic Outlook </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://www.weather.gov/informationcenter">INFORMATION CENTER</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-5">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-5">
<ul class="list-unstyled">
<li><a href=" http://www.spaceweather.gov">Space Weather </a></li>
<li><a href="http://www.weather.gov/briefing/">Daily Briefing </a></li>
<li><a href=" http://www.nws.noaa.gov/om/marine/home.htm">Marine </a></li>
<li><a href="http://www.nws.noaa.gov/climate">Climate </a></li>
<li><a href="http://www.weather.gov/fire">Fire Weather </a></li>
<li><a href=" http://www.aviationweather.gov/">Aviation </a></li>
<li><a href="http://mag.ncep.noaa.gov/">Forecast Models </a></li>
<li><a href="http://water.weather.gov/ahps/">Water </a></li>
<li><a href="http://www.nws.noaa.gov/gis">GIS</a></li>
<li><a href="http://www.weather.gov/pr">International Weather</a></li>
<li><a href=" http://www.nws.noaa.gov/om/coop/">Cooperative Observers </a></li>
<li><a href="http://www.nws.noaa.gov/skywarn/">Storm Spotters </a></li>
<li><a href="http://www.tsunami.gov">Tsunami</a></li>
<li><a href="http://www.economics.noaa.gov">Facts and Figures </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/safety">WEATHER SAFETY</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-6">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-6">
<ul class="list-unstyled">
<li><a href="http://www.weather.gov/nwr/">NOAA Weather Radio</a></li>
<li><a href="http://www.weather.gov/stormready/">StormReady</a></li>
<li><a href="http://www.nws.noaa.gov/om/heat/index.shtml">Heat </a></li>
<li><a href=" http://www.lightningsafety.noaa.gov/">Lightning </a></li>
<li><a href=" http://www.nhc.noaa.gov/prepare/">Hurricanes </a></li>
<li><a href=" http://www.weather.gov/om/severeweather/index.shtml">Thunderstorms </a></li>
<li><a href=" http://www.weather.gov/om/severeweather/index.shtml">Tornadoes </a></li>
<li><a href=" http://www.weather.gov/om/severeweather/index.shtml">Severe Weather </a></li>
<li><a href=" http://www.ripcurrents.noaa.gov/">Rip Currents </a></li>
<li><a href="http://www.nws.noaa.gov/os/marine/safeboating/">Safe Boating</a></li>
<li><a href=" http://www.weather.gov/om/severeweather/index.shtml">Floods </a></li>
<li><a href=" http://www.weather.gov/om/winter/index.shtml">Winter Weather </a></li>
<li><a href=" http://www.weather.gov/os/uv/">Ultra Violet Radiation </a></li>
<li><a href=" http://www.weather.gov/airquality/">Air Quality </a></li>
<li><a href=" http://www.weather.gov/om/hazstats.shtml">Damage/Fatality/Injury Statistics </a></li>
<li><a href=" http://www.redcross.org/">Red Cross </a></li>
<li><a href=" http://www.fema.gov/">Federal Emergency Management Agency (FEMA) </a></li>
<li><a href=" http://www.weather.gov/om/brochures.shtml">Brochures </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/news">NEWS</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-7">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-7">
<ul class="list-unstyled">
<li><a href=" http://weather.gov/news">Newsroom</a></li>
<li><a href=" http://weather.gov/socialmedia">Social Media </a></li>
<li><a href="http://www.nws.noaa.gov/com/weatherreadynation/calendar.html">Events</a></li>
<li><a href=" http://www.weather.gov/om/brochures.shtml">Pubs/Brochures/Booklets </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/education">EDUCATION</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-8">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-8">
<ul class="list-unstyled">
<li><a href=" http://www.economics.noaa.gov">NOAA Economics </a></li>
<li><a href=" http://www.education.noaa.gov/Weather_and_Atmosphere/">NOAA Education Resources </a></li>
<li><a href=" http://www.weather.gov/glossary/">Glossary </a></li>
<li><a href=" http://www.srh.noaa.gov/srh/jetstream/">JetStream </a></li>
<li><a href=" http://www.weather.gov/training/">NWS Training Portal </a></li>
<li><a href=" http://www.lib.noaa.gov/">NOAA Library </a></li>
<li><a href=" http://www.weather.gov/om/reachout/kidspage.shtml">Play Time for Kids </a></li>
<li><a href=" http://www.education.noaa.gov/Weather_and_Atmosphere/">For Students </a></li>
<li><a href=" http://www.nws.noaa.gov/om/edures.shtml">For Teachers </a></li>
<li><a href=" http://www.weather.gov/om/brochures.shtml">Brochures </a></li>
<li><a href=" http://www.weather.gov/om/reachout/links.shtml">Other Links </a></li>
</ul>
</div>
</div>
<div class="sitemap-section">
<div class="panel-heading">
<a class="sitemap-section-heading" href="http://weather.gov/about">ABOUT</a>
<button type="button" class="menu-toggle pull-right" data-toggle="collapse" data-target="#sitemap-9">
<span class="sr-only">Toggle menu</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="sitemap-section-body panel-body collapsable collapse" id="sitemap-9">
<ul class="list-unstyled">
<li><a href="http://weather.gov/organization">Organization </a></li>
<li><a href=" http://www.weather.gov/sp/">Strategic Plan </a></li>
<li><a href="https://sites.google.com/a/noaa.gov/nws-best-practices/">For NWS Employees </a></li>
<li><a href=" http://www.weather.gov/ia/home.htm">International </a></li>
<li><a href="http://www.ncep.noaa.gov/">National Centers </a></li>
<li><a href=" http://www.weather.gov/tg/">Products and Services </a></li>
<li><a href=" http://www.weather.gov/glossary/">Glossary </a></li>
<li><a href="http://weather.gov/contact">Contact Us </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- legal footer area -->
<div class="footer-legal">
<div id="footerLogo" class="col-xs-12 col-sm-2 col-md-2">
<a href="http://www.usa.gov"><img src="/css/images/usa_gov.png" alt="usa.gov" width="110" height="30" /></a>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<ul class="list-unstyled footer-legal-content">
<li><a href="http://www.commerce.gov">US Dept of Commerce</a></li>
<li><a href="http://www.noaa.gov">National Oceanic and Atmospheric Administration</a></li>
<li><a href="http://www.weather.gov">National Weather Service</a></li>
<li><a href="http://www.weather.gov/fwd">Dallas/Fort Worth, TX</a></li><li><br /><a href="mailto:sr-fwd.webmaster@noaa.gov">Comments? Questions? Please Contact Us.</a></li> </ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<ul class="list-unstyled">
<li><a href="http://www.weather.gov/disclaimer">Disclaimer</a></li>
<li><a href="http://www.cio.noaa.gov/services_programs/info_quality.html">Information Quality</a></li>
<li><a href="http://www.weather.gov/help">Help</a></li>
<li><a href="http://www.weather.gov/glossary">Glossary</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3">
<ul class="list-unstyled">
<li><a href="http://www.weather.gov/privacy">Privacy Policy</a></li>
<li><a href="http://www.rdc.noaa.gov/~foia">Freedom of Information Act (FOIA)</a></li>
<li><a href="http://www.weather.gov/about">About Us</a></li>
<li><a href="http://www.weather.gov/careers">Career Opportunities</a></li>
</ul>
</div>
</div>
</footer>
</main>
</body>
</html>