-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFawkes.html
1001 lines (868 loc) · 54.2 KB
/
Fawkes.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
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Fawkes House Weather</title>
<meta name="generator" content="thesitewizard.com's Layout Wizard 4.0.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="all" href="styles.css">
<link rel="stylesheet" type="text/css" href="tswnavbar.css">
<script src="https://cdnres.willyweather.com/widget/warning/loadView.html?id=126547"></script>
</head>
<body><br>
<div id="tswcontainer">
<div><!-- start of header section: insert your logo, etc, here --> <br class="Apple-interchange-newline">
<p style="text-align: center;"><img src="https://raw.githubusercontent.com/ApexWx/ApexWx.github.io/master/Apex%20banner.jpg"
alt="Apex Wx Banner" style="border: medium none; max-width: 100%;"></p>
<p> </p>
<!-- end of header section: insert your logo, etc, above this line --> </div>
<div id="tswcentrecombo">
<div id="tswcontent">
<div id="tswcontproper">
<!-- start of content column: insert your content here -->
<div style="text-align: center;">
<div style="text-align:center">
<h2 style="text-align: center;">Apex Wx<br>
</h2>
<h2 style="color: black; font-family: sans-serif; font-weight: 400; line-height: 1.4; margin: 0px 0px 30px; text-align: center;"><strong>Fawkes
House & the </strong><strong>Lower Susquehanna Valley,
PA<br>
Weather Information</strong></h2>
<a href="https://en.wikipedia.org/wiki/Pennsylvania"><img src="https://apexwx.github.io/pa.png"
alt="Pennsylvania State Flag" style="width: 144px; height: 108px;"></a></div>
<div><span style="font-size: 12px;">Weather information for
Lancaster, PA since 2017</span></div>
<a href="https://en.wikipedia.org/wiki/Pennsylvania"></a></div>
</div>
<div style="font-size: 16px;"><br>
<div style="text-align: center;"><label id="lblGreetings"><b>Good
Afternoon!</b></label></div>
<p> </p>
<div style="text-align: center;"> <iframe src="https://free.timeanddate.com/clock/i8jrr8ph/n198/tct/pct/ftb/tt0/ts1"
style="background-color:transparent; border: none;" height="18"
width="311"></iframe></div>
<p> </p>
<div style="text-align: center;"> <strong style="font-size: 14px;">Lancaster
Air Quality Index</strong> </div>
<div style="text-align: center;"><iframe title="Lancaster Air Quality Index"
src="https://widget.airnow.gov/aq-dial-widget/?city=Lancaster&state=PA&country=USA"
style="border: none; border-radius: 25px;" height="230" width="230"></iframe>
<br>
<span style="font-size: 12px;">Click "AirNow" for more information</span></div>
</div>
<div style="font-size: 16px;"><br>
</div>
<div style="font-size: 16px;"><br>
</div>
<div>
<div style="text-align: center;"><strong><span style="font-size: 16px;">College
Park Personal Weather Station Cam</span><span style="font-size: 16px;"></span></strong>
<strong style="font-size: 16px;"></strong> <strong style="font-size: 16px;"><span
style="font-size: 14px;"></span></strong>
<div style="font-size: 12px;"><strong><span style="font-size: 14px;"></span></strong>
<a href="https://images.ambientweather.net/F4CFA279EC77/latest.jpg"
title="Click for larger image"><img src="https://images.ambientweather.net/F4CFA279EC77/latest.jpg"
title="Click for larger image" alt="AmLOR PWS Lancaster" style="width: 512px; height: 288px;"></a><br>
<em style="font-size: 12px;">Located on State Street just west
of F&M College, Lancaster, PA -- West view towards
Chestnut.</em></div>
</div>
<hr><em style="font-size: 14px;"><span style="font-size: 12px;"></span><strong
style="font-size: 12px;"></strong></em>
<div style="text-align: left;"><strong><u><br>
</u></strong></div>
<div style="text-align: left;"><strong><strong>🗓️ </strong><u>Apex
Wx Lancaster Weather Almanac</u> </strong><strong>🗓️</strong>
<div style="text-align: left;"><span style="font-size: 12px;"><em>Measurements
in United States customary units unless otherwise indicated.</em></span><strong
style="font-size: 12px;"><em></em></strong></div>
<div style="text-align: left;"><em style="font-size: 12px;"></em></div>
</div>
<div style="text-align: left;"><strong></strong><em style="font-size: 12px;"></em><strong></strong>
</div>
<div style="text-align: left;"><strong><u><br>
</u></strong></div>
<strong><u>Monday, January 27</u></strong>
<div style="text-align: left;"><b><u>High</u></b>: 43° at 3:13
pm <b><u>Low</u></b>: 19° at 6:59 am
<div style="text-align: left;"><b><u>Precipitation</u>: </b>0.00"
/ <strong><u>Snow</u></strong>: 0.0"</div>
<div style="text-align: left;"><b><u>Daily Wind</u>: </b><u>Avg
Dir/Speed</u>: SE @ 2 mph / <u>Max. Gust</u>: 14 mph at 11:24
am</div>
<div style="text-align: left;"> <em style="font-size: 12px;"><em
style="font-size: 12px;">Source: </em>Personal Weather
Station on State Street west of F&M College</em></div>
<div style="text-align: left;"> <em style="font-size: 12px;"><br>
</em></div>
<strong><u> </u></strong></div>
<div><strong><u>Tuesday, January 28</u></strong>
<div style="text-align: left;">
<div style="text-align: left;"><strong>Normal High: </strong>40°
/<strong> Record High</strong>: 64° in 2002<strong><br>
Normal Low: </strong>21° / <strong>Record Low</strong>:
-6° in 1987<strong><br>
Year-to-Date Precipitation:</strong> 0.86" / <u>avg</u>:
2.71" = <span style="color: red;">-1.85"</span></div>
<div style="text-align: left;"><strong>Year-to-Date Snowfall: </strong>6.7"
/ <u>avg</u>. 9.5" = <span style="color: red;">-2.8"</span></div>
<div style="text-align: left;"><strong>2023 - 2024 Snowfall:</strong>
13.1" / <u>avg</u>. 21.4"= <span style="color: red;">-8.3"<br>
</span></div>
<div style="text-align: left;"> <em style="font-size: 12px;">Annual
snowfall measured from July 1-June 30<br>
</em><em style="font-size: 12px;">Source: </em><em style="font-size: 12px;"><em
style="font-size: 12px;"><a href="https://scacis.rcc-acis.org/">NOAA
SC-ACIS</a> </em>climate data collected since 1948</em></div>
<div style="text-align: left;"><strong></strong><br>
<a href="https://www.timeanddate.com/astronomy/usa/lancaster-pa">Lancaster,
PA, USA</a> — Sun and Moon Times</div>
<div style="text-align: left;"><br>
</div>
<div style="text-align: left;"><a href="https://www.timeanddate.com/moon/phases/@4964627">Moon
Phase</a>: <a href="https://www.timeanddate.com/moon/phases/@4964627">Moon
Phase</a>: 🌘 Waning Crescent → 🌑 New Moon 7:36 am Wed.
Jan. 29</div>
<div style="text-align: left;">
<div style="text-align: left;">
<hr><br>
</div>
</div>
</div>
<strong><u style="font-variant: small-caps;">The Week Ahead for
Lancaster, Pennsylvania by Apex Wx</u></strong>
<div>
<div style="text-align: left;">
<div style="text-align: left;"><strong><span style="font-size: 12px;"><u>Updated</u>:</span></strong><strong><span
style="font-size: 12px;"><span style="color: #3333ff;">
January 28,</span></span><span style="font-size: 12px;"><span
style="color: #3333ff;"> 2024 at 8:34 am EST</span> </span></strong><span
style="font-size: 12px;">→</span><strong><span style="font-size: 12px;">
</span></strong><span style="font-size: 12px;">Visiting
later? <strong>Check for <a href="https://forecast.weather.gov/MapClick.php?CityName=Lancaster&state=PA&site=CTP&textField1=40.0418&textField2=-76.3012&e=1#.Y8FkkXbMK38">updates</a></strong></span><strong>.<br>
</strong></div>
<strong> </strong>
<div style="text-align: center;"><strong><br>
</strong> </div>
<div style="text-align: center;"><strong> </strong></div>
</div>
<div style="text-align: center;"><strong><strong>⚠️ </strong><a
href="https://forecast.weather.gov/showsigwx.php?warnzone=PAZ066&warncounty=PAC071&firewxzone=PAZ066&local_place1=Lancaster+PA&product1=Hazardous+Weather+Outlook"
style="font-size: 14px;">Current NWS State College, PA
Hazardous Weather Outlook<u> </u></a></strong><strong>⚠️</strong></div>
</div>
<strong></strong></div>
<u><strong></strong></u><u><strong></strong></u>
<div><u><strong><br>
</strong></u></div>
<u><strong> </strong></u>
<div> <u><strong>3-Day Outlook: Tue. Jan. 28 - Thu. Jan. 30</strong></u>
</div>
<div><u><strong></strong></u></div>
</div>
<div></div>
<div>
<div>
<div>
<div><br>
</div>
A low pressure system will move across northeastern Canada today
dragging a cold front across the area. On Wednesday, the next
low pressure system will cross just north of the region,
followed quickly by a cold front late in the day and at night.</div>
</div>
</div>
<div><br>
</div>
<div> </div>
<div><u><strong> Daily Summary</strong></u></div>
<div>
<div>
<div>
<div>
<div> </div>
</div>
<div><strong><br>
</strong></div>
<strong>Today: </strong>Partly sunny, with a high near 39.
Northwest wind 11 to 17 mph, with gusts as high as 33 mph.<br>
<strong><br>
Tonight: </strong>Partly cloudy, with a low around 30.
Southwest wind 5 to 11 mph, with gusts as high as 22 mph.<br>
<strong><br>
Wednesday: </strong>Mostly sunny, with a high near 46.
Breezy, with a west wind 13 to 23 mph, with gusts as high as 45
mph.<br>
<strong><br>
Wednesday Night: </strong>Mostly clear, with a low around 24.
Northwest wind 11 to 18 mph, with gusts as high as 32 mph.<br>
<strong><br>
Thursday: </strong>Sunny, with a high near 40. Northwest wind
7 to 9 mph becoming southwest in the afternoon.<strong><br>
<br>
Thursday Night: </strong>A chance of rain after 1am. Mostly
cloudy, with a low around 31. Chance of precipitation is 50%.
New precipitation amounts of less than a tenth of an inch
possible.<br>
<br>
<div>
<div>
<div>
<div style="text-align: left;">
<div style="text-align: left;">
<hr></div>
</div>
<strong></strong><u><strong></strong></u></div>
<div><u><strong><br>
</strong></u><u><strong> </strong></u><u><strong> </strong></u><u><strong>
4-7 Day Outlook: Fri. Jan. 31 - Mon. Feb. 3</strong></u><u><strong><br>
</strong></u></div>
</div>
</div>
</div>
</div>
<div><br>
</div>
<div>
<div>A cold front moves through Friday into Saturday with rain
likely Friday afternoon and a chance of rain Friday night. Rain
tapers off Saturday with a slight chance of snow as colder air
moves in behind the departing front. Mostly cloudy skies are
expected Sunday with isolated rain/snow showers. Mostly cloudy
skies with breezy south winds are expected Sunday night into
Monday with partly sunny skies Monday and breezy west winds
across the Lancaster region.<br>
</div>
</div>
</div>
<div><br>
</div>
<div>
<div>
<div>
<div style="text-align: left;">
<div><u><strong>Daily Summary</strong></u><strong></strong> </div>
</div>
<strong><br>
</strong></div>
<strong>Friday: Rain. </strong>High near 48. Chance of
precipitation is 90%.<br>
<strong><br>
Friday Night: </strong>A chance of rain. Mostly cloudy, with a
low around 28. Chance of precipitation is 50%.<strong><br>
<br>
Saturday: </strong>Mostly sunny, with a high near 35.<br>
<strong><br>
Saturday Night: </strong>Partly cloudy, with a low around 20.<br>
<strong><br>
Sunday: </strong>Mostly cloudy, with a high near 38.<br>
<strong><br>
Sunday Night: </strong>Mostly cloudy, with a low around 32.<br>
<strong><br>
Monday: </strong>Partly sunny, with a high near 49.<br>
<strong><br>
</strong><strong> </strong></div>
<div><strong>Monday Night:</strong><strong> </strong>Partly cloudy,
with a low around 22.<br>
</div>
<div><br>
<div>
<div>
<hr><br>
<u><strong>8-14 Day Regional Climate Trends: Tue. Feb. 4 -
Mon. Feb. 10</strong></u>
<p>Above normal temperatures / Above normal precipitation</p>
<p><a href="https://www.cpc.ncep.noaa.gov/products/predictions/814day/814temp.new.gif"><img
src="https://www.cpc.ncep.noaa.gov/products/predictions/814day/814temp.new.gif"
alt="8-14 Day Temperature Outlook " style="width: 300px; height: 231.818px; border-radius: 1px / 0px; border-width: 1px; border-style: solid; margin: 5px;"></a><a
href="https://www.cpc.ncep.noaa.gov/products/predictions/814day/814prcp.new.gif"><img
src="https://www.cpc.ncep.noaa.gov/products/predictions/814day/814prcp.new.gif"
alt="8-14 Day Precipitation Outlook" style="width: 300px; height: 233px; border-width: 1px; border-style: solid; margin: 5px;"></a></p>
</div>
</div>
<div>
<div style="text-align: left;"> </div>
</div>
</div>
</div>
<div>
<hr><strong><br>
</strong></div>
<u><strong>US National Outlooks</strong></u><br>
<strong><br>
</strong><strong>Jan. 28: Snow Squalls Across the Great Lakes,
Northern Mid-Atlantic, and Northeast; Severe Storms in the Southern
Plains Wednesday into Thursday<br>
</strong>The threat of heavy snowfall and gusty winds continue for
portions of the Great Lakes, the northern Mid-Atlantic, and New
England through Wednesday. There is the potential for snow squalls
that may produce dangerous travel. A storm system is expected to
produce severe storms over the Southern Plains Wednesday and Thursday.
Heavy rain may produce flash and river flooding.<strong><br>
</strong>
<div style="text-align: left;"><br>
</div>
<div style="text-align: left;"><strong>Thunderstorm/Severe Weather
Outlook for</strong><strong> Jan. 28</strong><br>
Isolated thunderstorms may affect northwest Arizona on Tuesday.</div>
<div style="text-align: left;"><br>
</div>
<div style="text-align: left;">
<div style="text-align: center;"><strong>NWS National Forecast Chart</strong></div>
<div style="text-align: left;">
<div style="text-align: center;"><a href="https://www.wpc.ncep.noaa.gov/NationalForecastChart/map.php"><img
src="https://www.wpc.ncep.noaa.gov/NationalForecastChart/staticmaps/noaad1.png"
alt="National Forecast Chart" style="width: 570px; height: 412px; border-width: 1px; border-style: solid;"
title="Click for more information / larger chart"></a><strong><br>
</strong></div>
<div style="text-align: center;"><strong></strong><span style="font-size: 14px;"><strong></strong></span><span
style="font-size: 14px;"></span><br>
<span style="font-size: 14px;"><strong> </strong></span> <span
style="font-size: 14px;"><strong> </strong></span> </div>
</div>
<div>
<div><span style="font-size: 14px;"><strong><br>
</strong></span></div>
<span style="font-size: 14px;"><strong> </strong></span><span style="font-size: 14px;"><strong>
</strong></span>
<div><span style="font-size: 14px;"><strong></strong></span></div>
<span style="font-size: 14px;"><strong> </strong></span>
<div>
<div style="text-align: center;"><span style="font-size: 14px;"><strong></strong></span><strong>SPC
Thunderstorm / Severe Weather Outlook</strong></div>
<div style="text-align: center;"><a href="https://www.spc.noaa.gov/products/outlook/day1otlk.html"><img
src="https://www.spc.noaa.gov/partners/outlooks/state/swody1.png?1678542573998"
alt="Current Day One Severe Weather Outlook" style="height: 356.25px; width: 570px;"></a></div>
<div style="text-align: center;"><em style="font-size: 12px;"><strong><em></em></strong><em
style="font-size: 12px;"></em>Learn more about <a href="https://www.spc.noaa.gov/new/images/SPC_outlook_final_updated.png"
title="Click for more information">Severe Thunderstorm
Outlooks</a></em></div>
</div>
</div>
<div style="text-align: center;"><strong style="font-size: 16px;"><br>
</strong></div>
<div style="text-align: center;"><strong style="font-size: 16px;">Current
Continental US Satellite Image</strong></div>
<div style="text-align: center;"><strong></strong><strong style="font-size: 16px;"></strong><a
href="https://weather.cod.edu/data/satellite/continental/conus/current/conus.truecolor.jpg"
title="Click for more information"><img src="https://weather.cod.edu/data/satellite/continental/conus/current/conus.truecolor.jpg"
alt="True Color Satellite Image of CONUS" style="width: 570px; height: 388.16px; border-radius: 1px / 0px; border-width: 1px; border-style: solid;"
title="Click for larger image/more information"></a></div>
<div style="text-align: center;"><em style="font-size: 12px;">Credit:
College of DuPage NEXLAB Satellite and Radar / 1km resolution /
Band Type: Composite (Visual/Near-IR)<a href="https://www.spc.noaa.gov/new/images/SPC_outlook_final_updated.png"
title="Click for more information"></a></em></div>
</div>
<div>
<div style="text-align: left;">
<div style="text-align: left; font-size: 12px;">
<div style="text-align: left;"><u><br>
</u></div>
<div style="text-align: left;"><u>Notices<br>
</u><br>
Apex Wx is a private weather information service unaffiliated
with NOAA/NWS operated by Joseph Becker, PhD. Dr. Becker holds
a certification in weather forecasting from Penn State
University and is a trained NWS Storm Spotter.</div>
<div style="text-align: left;"><br>
<em style="font-size: 12px;"> </em><span style="font-size: 12px;">Weather
information compiled by Apex Wx is based on computer weather
models, personal weather station data, and information from
NOAA, the National Weather Service, and other weather data
providers available at time of update and may not reflect
current conditions or later forecast updates</span><span style="font-size: 12px;">.</span><span
style="font-size: 12px;"> Visit <a href="https://www.weather.gov/car/%20"
title="NWS Caribou, Maine">NWS Caribou</a> for the latest
official watches, warnings, and advisories for northern
Maine.</span></div>
<div style="text-align: left;"><span style="font-size: 12px;"><br>
</span></div>
<div style="text-align: left;"><span style="font-size: 12px;"></span>
Sun/Moon data from <a href="https://www.timeanddate.com/">timeanddate.com</a>.<br>
<br>
NOAA Warning Banner provided by <a href="https://www.willyweather.com/">WillyWeather.com</a>.<br>
<br>
Apex Wx logo by Joanna Becker ©2016 (Visit <a href="https://www.bushiandbrush.com/">Bushi
and Brush Arts Dojo</a>)</div>
<div style="text-align: left;"><br>
</div>
<div style="text-align: left;">
<script>
document.write("This website was last modified " + " " +document.lastModified);
</script><br>
</div>
<br>
</div>
</div>
<div> </div>
<div> <strong></strong> <strong></strong>
<div style="text-align: left;">
<div style="text-align: left;"> </div>
</div>
</div>
<strong><em></em></strong> <br>
<!-- end of content column: put your content above this line --> </div>
</div>
<div id="tswothersidecol" style="font-size: 14px;">
<div id="tswothersideproper">
<!-- start of LEFT side column: insert your navigation menu, etc, here -->
<p></p>
<div id="tswcssbuttons">
<ul>
<li><a href="https://apexwx.github.io/pareg.html">Regional
Weather</a></li>
<li><a href="https://apexwx.github.io/nat.html">National Weather</a></li>
<li><a href="https://apexwx.github.io/trop.html">Tropical
Weather</a></li>
<li><a href="https://apexwx.github.io/for.html">Forecasts</a></li>
<li><a href="https://apexwx.github.io/space.html">Space
Weather/Aurora</a></li>
<li><a href="https://ambientweather.net/dashboard/f2d6a870a62ed991d4ac0bf1d0482a3f">College
Park Wx Dashboard</a></li>
<li><a href="https://www.wunderground.com/weather/us/pa/lancaster/KPALANCA196">Lancaster
Wx on WU</a></li>
<li><a href="https://apexwx.github.io/dis.html">Disclaimer</a></li>
</ul>
</div>
</div>
<div><br>
</div>
<div>
<p><strong>Official <br>
Government Forecasts</strong></p>
<p><a href="https://www.weather.gov/" title="NWS Caribou (northern and eastern Maine">US
National Weather Service<br>
</a> </p>
<div><a href="https://www.wpc.ncep.noaa.gov/">Weather Prediction
Center</a></div>
<div><br>
</div>
<div><a href="https://www.wpc.ncep.noaa.gov/discussions/hpcdiscussions.php?disc=pmdspd">Short
Range Forecast Discussion</a></div>
<div><br>
</div>
<div><a href="https://www.wpc.ncep.noaa.gov/medr/medr.shtml">Medium
Range Forecast Discussion <br>
</a></div>
<div><br>
</div>
<div><a href="https://www.wpc.ncep.noaa.gov/discussions/hpcdiscussions.php?disc=pmdepd">Extended
Forecast Discussion</a></div>
<div><br>
</div>
<div><a href="https://www.spc.noaa.gov/">Storm Predication Center</a><br>
</div>
<div><br>
</div>
<div><a href="https://www.cpc.ncep.noaa.gov/products/predictions/814day/814temp.new.gif">Climate
Prediction Center</a></div>
<div><br>
</div>
<div><a href="https://www.wpc.ncep.noaa.gov/discussions/hpcdiscussions.php?disc=nathilo&version=0&fmt=reg">National
High and Low Temperatures</a><br>
(excluding Alaska & Hawaii)</div>
<p> </p>
<div style="text-align: left;"> <strong>NWS State College, PA</strong></div>
<div style="text-align: left;"><strong></strong><br>
<a href="https://forecast.weather.gov/MapClick.php?CityName=Lancaster&state=PA&site=CTP&textField1=40.0418&textField2=-76.3012&e=1#.Y8FkkXbMK38">7-Day
Forecast for Lancaster, Pennsylvania</a><br>
<em style="font-size: 12px;"> Click for the latest official
forecast information. Updated 24/7<br>
</em>
<p><a href="https://forecast.weather.gov/MapClick.php?zoneid=PAZ066">Zone
Area Forecast for Lancaster County</a> (PAZ066)</p>
<p><a href="https://www.weather.gov/ctp/winter">Winter Weather
Forecasts</a><br>
<em style="font-size: 12px;">Click for the latest official
forecast details</em></p>
<a href="https://forecast.weather.gov/product.php?site=ctp&issuedby=CTP&product=AFD">Area
Forecast Discussion</a> <br>
<div> <em style="font-size: 12px;">NWS forecasters' technical
discussion with glossary</em></div>
</div>
<div style="text-align: left;"><a href="https://www.weather.gov/gyx/"
title="NWS Gray/Portland, ME (SW Maine and most of New Hampshire)"><br>
</a> </div>
<div style="text-align: left;"> <a href="https://w2.weather.gov/climate/xmacis.php?wfo=ctp"
title="NWS State College Regional Climate Data">NWS State
College<br>
Regional Climate Data</a><br>
<div style="font-size: 12px;"><em>regional weather records,
averages, etc.</em> </div>
<div style="font-size: 12px;"><em><br>
</em> </div>
</div>
<div style="text-align: left;"><a href="https://www.cpc.ncep.noaa.gov/">Climate
Prediction Center</a></div>
<div style="text-align: left;"><br>
</div>
<div style="text-align: left;"><strong>Other <br>
Regional Resources</strong><a href="https://newengland511.org/"
title="New England Road Conditions"><br>
</a> </div>
<div style="text-align: left;"><a href="https://newengland511.org/"
title="New England Road Conditions"><br>
</a> </div>
<div style="text-align: left;"><a href="https://www.511pa.com/" title="Pennsylvania Road Conditions">Pennsylvania
<br> Road Conditions</a> </div>
<div style="text-align: left;"><a href="https://www.weather.gov/nerfc/"
title="Northeast River Forecast Center"><br>
</a> </div>
<div style="text-align: left;"><a href="https://www.weather.gov/marfc/"
title="Middle Atlantic River Forecast Center">Middle Atlantic<br>
</a><a href="https://www.weather.gov/marfc/" title="Middle Atlantic River Forecast Center">River
</a><a href="https://www.weather.gov/marfc/" title="Middle Atlantic River Forecast Center">Forecast
Center</a><br>
<br>
<a href="https://www.wrh.noaa.gov/mesowest/getobext.php?sid=KLNS&wfo=LNS&num=72"
title="KLNS Current Conditions">Current Conditions Lan</a><a href="https://www.wrh.noaa.gov/mesowest/getobext.php?sid=KLNS&wfo=LNS&num=72"
title="KLNS Current Conditions">caster Airport<br>
(KLNS)</a> </div>
<div style="text-align: center; width: 278px;">
<p> </p>
<div style="text-align: left;"><strong style="font-size: 13px;">NWS
State College Watches & Warnings</strong><br>
<a href="https://www.weather.gov/ctp/" title="Click for more information"><img
src="https://www.weather.gov/wwamap/png/ctp.png" alt="NWS State College Watches, Warnings, and Advisories"
title="Clidk for more information" style="border-width: 1px; border-style: solid; height: 194.277px; width: 251px;"></a><em
style="font-size: 12px;"></em><br>
<em style="font-size: 12px;"> </em></div>
</div>
<div style="text-align: left; width: 277px;"><br>
</div>
<div style="text-align: left; width: 277px;"><br>
</div>
<div style="text-align: center; width: 278px;">
<div style="text-align: left;"><strong style="font-size: 13px;">Northeast
Weather Chart</strong></div>
<div style="text-align: left;"><a href="https://www.wpc.ncep.noaa.gov/sfc/namnesfcwbg.gif"
title="Click for larger image"><img src="https://www.wpc.ncep.noaa.gov/sfc/namnesfcwbg.gif"
alt="NE Weather Chart" style="height: 188.586px; border-width: 1px; border-style: solid; width: 251px;"></a></div>
</div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: left; width: 278px;"><strong>Today's Highs</strong><br>
<a href="https://www.weather.gov/images/erh/gis/CTP_maxt_Day1.png"><img
src="https://www.weather.gov/images/erh/gis/CTP_maxt_Day1.png"
alt="Today's High" style="width: 251px; height: 186px;"></a>
<div style="width: 100%;"><strong><br>
</strong></div>
<div style="width: 100%;"><br>
<strong>Heat Index</strong><br>
<a href="https://www.weather.gov/images/erh/gis/CTP_AptMax.png"><img
src="https://www.weather.gov/images/erh/gis/CTP_AptMax.png"
alt="24-Hour Heat Index" style="width: 251px; height: 186px;"></a></div>
<div style="width: 100%;"><strong><br>
</strong></div>
<div style="width: 100%;"><strong><br>
</strong></div>
<div style="width: 100%;"><strong>Tonight's Low</strong><br>
<a href="https://www.weather.gov/images/erh/gis/CTP_mint_Day1.png"><img
src="https://www.weather.gov/images/erh/gis/CTP_mint_Day1.png"
alt="Tonight's Lows" style="width: 251px; height: 186px;"></a></div>
</div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: left; width: 278px;"><strong>Wind Chill</strong><br>
<a href="https://www.weather.gov/images/erh/gis/CTP_AptMin.png"><img
src="https://www.weather.gov/images/erh/gis/CTP_AptMin.png" alt="24-Hour Wind Chill"
style="width: 251px; height: 186px;"></a></div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: center; width: 278px;">
<div style="text-align: left;"><strong style="font-size: 14px;">24-Hour
Precipitation
Outlook</strong></div>
<div style="text-align: left;"><a href="https://www.weather.gov/images/erh/gis/CTP_QPF24.png"
title="Click for larger image"><img src="https://www.weather.gov/images/erh/gis/CTP_QPF24.png"
alt="24-Hour Liquid Precipitation Outlook" style="width: 251px; height: 186.681px;"></a></div>
</div>
<div style="text-align: center; width: 278px;"><br>
</div>
<div style="text-align: center; width: 278px;"><br>
<div style="text-align: left;"><strong style="font-size: 14px;">Today's
Severe Weather Outlook</strong></div>
</div>
<div style="text-align: left; width: 278px;"><a href="https://www.spc.noaa.gov/partners/outlooks/state/images/PA_swody1.png?1718107988"
title="Click for larger image."><img src="https://www.spc.noaa.gov/partners/outlooks/state/images/PA_swody1.png?1718107988"
alt="Today's Severe Weather Outlook" style="width: 251px; height: 188.25px;"></a></div>
<div style="text-align: center; width: 278px;"><br>
</div>
<div style="text-align: center; width: 278px;"><br>
</div>
<div style="text-align: left; width: 278px;">
<div><strong style="font-size: 14px;">Tropical Activity Atlantic
Ocean</strong></div>
<a href="https://www.nhc.noaa.gov/gtwo.php?basin=atlc&fdays=7"><img
src="https://www.nhc.noaa.gov/xgtwo/two_atl_7d0.png" alt="7-Day Tropical Atlantic Outlook"
style="width: 251px; height: 185px; border-width: 1px; border-style: solid;"></a></div>
<div style="text-align: left; width: 278px; font-size: 12px;"><em>Season
= June 1 - Nov. 30</em></div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: left; width: 278px;"><br>
</div>
<div style="text-align: center; width: 278px;">
<div style="text-align: left;"><span style="font-size: 14px;"><strong>Lancaster
Weather Cam</strong></span><a href="https://instacam.earthnetworks.com/instacamimg/LNCPC/LNCPC_l.jpg?rnd=0"
title="Current Local Radar"><img src="https://instacam.earthnetworks.com/instacamimg/LNCPC/LNCPC_l.jpg?rnd=0"
title="Click for larger image" alt="Downtown Lancaster Webcam"
style="width: 251px; height: 141px;"></a></div>
<div style="font-size: 14px; text-align: left;"><em><span style="font-size: 12px;">The
Holiday Inn in downtown Lancaster, PA<br>
South view<br>
</span></em></div>
<div style="font-size: 14px; text-align: left;"><strong style="font-size: 14px;"><em><br>
</em></strong></div>
<div style="font-size: 14px; text-align: left;"><strong style="font-size: 14px;"><em><br>
</em></strong> </div>
<div style="font-size: 14px; text-align: left;"><strong>PSU
Southeast Ag Research & Extension Center</strong></div>
<div style="font-size: 14px; text-align: left;"><strong><span style="font-size: 14px;"></span></strong>
<a href="https://climate.met.psu.edu/EWALL_TEST/pemn/?site=LNCR01&numObs=1440"
title="Click for more information"><img src="https://climate.met.psu.edu/features/pemn_images/images/LNCR01_CURRENT.JPG"
title="Click for larger image" alt="PSU Southeast Ag Research and Extension Center"
style="width: 251px; height: 141px;"></a><br>
<em style="font-size: 12px;">6.7 mi northwest of Fawkes House<br>
</em></div>
</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div><strong>Lititz Weather Cam</strong></div>
<a href="https://instacam.earthnetworks.com/instacamimg/LTTZA/LTTZA_l.jpg?rnd=0"><img
src="https://instacam.earthnetworks.com/instacamimg/LTTZA/LTTZA_l.jpg?rnd=0"
alt="Lititz Weather Cam" title="Click for larger image" style="width: 251px; height: 141px;"></a>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div> </div>
<div><br>
</div>
<p> </p>
<!-- end of LEFT side column: put your navigation menu, etc, above this line -->
<div style="clear: both;"></div>
</div>
<div id="tswsidecol">
<div id="tswsideproper">
<!-- start of RIGHT side column: insert your navigation menu, etc, here -->
<p style="text-align: center;"><strong style="font-size: 14px;">Current
US Weather Chart</strong></p>
<p style="text-align: center;"><strong style="font-size: 14px;"></strong><a
href="https://s.w-x.co/staticmaps/WEB_Current_Weather_Map_1280x720.jpg?crop=16:9&width=800&format=pjpg&auto=webp&quality=60"
title="Click for larger image"><img src="https://s.w-x.co/staticmaps/WEB_Current_Weather_Map_1280x720.jpg?crop=16:9&width=800&format=pjpg&auto=webp&quality=60"
alt="Current Surface Map (TWC)" style="width: 251px; height: 141px;"></a>
<strong><br>
</strong> </p>
<div style="text-align: center;"><strong style="font-size: 14px;">Current
US Composite Satellite</strong></div>
<div style="text-align: center;"><strong></strong><a href="https://www.ssec.wisc.edu/data/us_comp/"><img
src="https://www.ssec.wisc.edu/data/us_comp/image7.jpg" title="Click for larger image"
alt="Real-Time US Composite Satellite Image" style="width: 251px; height: 141px;"></a><br>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><span style="font-size: 14px;"><strong
style="font-size: 13px;">US Advisories, Watches, & Warnings</strong></span><br>
<a href="https://www.weather.gov/" title="Click for more information"><img
src="https://www.weather.gov/wwamap/png/US.png" alt="National Advisories, Watches, and Warnings"
style="height: 156.25px; width: 250px;"></a>
<div style="font-size: 14px; text-align: center;"></div>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><strong style="font-size: 14px;">Storm
Prediction Center Activity</strong></div>
<div style="text-align: center;"><strong></strong><em><strong> <a href="https://www.spc.noaa.gov/products/activity_loop.gif"
title="Storm Prediction Center Activity Chart"><img src="https://www.spc.noaa.gov/products/activity_loop.gif"
alt="SPC Activity" style="width: 251px; height: 175.959px; border-width: 1px; border-style: solid;"></a><br>
</strong></em>
<div style="font-size: 14px;"><em><strong><br>
</strong></em></div>
<div style="font-size: 14px;"><em><strong><br>
</strong></em></div>
</div>
<div style="font-size: 14px; text-align: center;"><strong>Current
Excessive Rainfall Outlook</strong></div>
<div style="font-size: 14px; text-align: center;"><strong></strong> <a
href="https://www.wpc.ncep.noaa.gov/#page=ero" title="Excessive Rainfall Outlook"><img
src="https://www.wpc.ncep.noaa.gov/qpf/94ewbg.gif" alt="Day 1 Excessive Rainfall Outlook"
style="width: 251px; height: 175.959px; border-width: 1px; border-style: solid;"></a>
<div style="font-size: 14px;"><em><a href="https://www.wpc.ncep.noaa.gov/para/para_images/ERO_Categories.png">Understanding
ERO Categories</a></em></div>
<div style="font-size: 14px;"><em><strong><br>
</strong></em></div>
</div>
<div style="text-align: center;"><strong style="font-size: 14px;">Today's
US Fire Weather Outlook</strong></div>
<div style="text-align: center;"><strong></strong><img src="https://www.spc.noaa.gov/products/fire_wx/day1otlk_fire.gif"
alt="Today's Fire Weather Outlook" style="width: 251px; height: 171px;">
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;">
<div style="font-size: 14px;"><strong>Local Radar from NWS State
College</strong><em><strong></strong></em><br>
<em><strong></strong></em></div>
<div><em><strong> </strong></em><a href="https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJsb2NhbCIsImNlbnRlciI6Wy03OC4wMDMsNDAuOTI0XSwibG9jYXRpb24iOm51bGwsInpvb20iOjgsImZpbHRlciI6IldTUi04OEQiLCJsYXllciI6ImJyZWZfcmF3Iiwic3RhdGlvbiI6IktDQ1gifSwiYW5pbWF0aW5nIjpmYWxzZSwiYmFzZSI6InN0YW5kYXJkIiwiYXJ0Y2MiOmZhbHNlLCJjb3VudHkiOmZhbHNlLCJjd2EiOmZhbHNlLCJyZmMiOmZhbHNlLCJzdGF0ZSI6ZmFsc2UsIm1lbnUiOnRydWUsInNob3J0RnVzZWRPbmx5Ijp0cnVlLCJvcGFjaXR5Ijp7ImFsZXJ0cyI6MC44LCJsb2NhbCI6MC42LCJsb2NhbFN0YXRpb25zIjowLjgsIm5hdGlvbmFsIjowLjZ9fQ%3D%3D#/"
title="Current Local Radar"><img src="https://radar.weather.gov/ridge/standard/KCCX_loop.gif"
title="Click for larger image" alt="Local Radar" style="width: 251px; height: 230px; border-width: 1px; border-style: solid;"></a></div>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><strong>Maximum Wind Gust</strong>
<div><a href="https://www.weather.gov/images/erh/gis/CTP_WGust.png"
title="Click for more information"><img src="https://www.weather.gov/images/erh/gis/CTP_WGust.png"
alt="Maximum Wind Gust" style="width: 246px; height: 210px; border-width: 1px; border-style: solid;"></a></div>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><strong>Regional Snowfall
Accumulation</strong></div>
<div style="text-align: center;"><a href="https://www.weather.gov/images/erh/gis/GL_Snow.png"
title="Click for larger image"><img src="https://www.weather.gov/images/erh/gis/GL_Snow.png"
alt="Regional Snow Accumulation" style="width: 256px; height: 190px;"></a></div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;">
<div style="font-size: 14px;">
<div><strong>Pennsylvania Drought Monitor</strong></div>
<div><a href="https://droughtmonitor.unl.edu/CurrentMap/StateDroughtMonitor.aspx?PA"
title="Click for more information"><img src="https://droughtmonitor.unl.edu/data/png/current/current_pa_trd.png"
alt="State Drought Monitor: PA" style="width: 246px; height: 210px; border-width: 1px; border-style: solid;"></a></div>
</div>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><strong style="font-size: 14px;">Total
Monthly Precipitation<br>
</strong></div>
<div style="text-align: center;"><a href="https://www.weather.gov/images/erh/gis/CTP_MTDobs_precip.png"><img
src="https://www.weather.gov/images/erh/gis/CTP_MTDobs_precip.png"
alt="30-Day Total Precipitation" title="Click for larger imate"
style="width: 246px; height: 182.962px;"></a></div>
<div style="text-align: center;"><strong style="font-size: 14px;"><br>
</strong></div>
<div style="text-align: center;"><strong style="font-size: 14px;">Conestoga
River at Lancaster</strong><em><strong><br>
</strong></em> <a href="https://water.noaa.gov/gauges/LNCP1"><img
src="https://water.weather.gov/resources/hydrographs/lncp1_hg.png"
title="Click for larger image" alt="Fish River at Fort Kent" style="width: 251px; height: 141px; border-width: 1px; border-style: solid;"></a>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;">
<div style="font-size: 14px;"><strong>Regional Satellite</strong></div>
<div style="font-size: 14px;"><strong></strong><strong></strong><a href="https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G16&sector=ne"
title="Regional Satellite"><img src="https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/ne/GEOCOLOR/thumbnail.jpg"
title="Click for larger image" alt="Regional Satellite" style="width: 251px; height: 251px; border-width: 1px; border-style: solid;"></a></div>
</div>
<div style="text-align: center;"><br>
</div>
<div style="text-align: center;"><strong>Today's Sun</strong><em><strong><br>
</strong></em> <a href="https://sdo.gsfc.nasa.gov/assets/img/latest/latest_1024_HMIIF.jpg"><img
src="https://sdo.gsfc.nasa.gov/assets/img/latest/latest_1024_HMIIF.jpg"
title="Click for larger image" alt="Today's Sun" style="border-width: 1px; border-style: solid; width: 251px; height: 251px;"></a><br>
<div style="font-size: 12px;"><em>Dark areas are sunspots<br>
</em></div>
</div>
<div style="text-align: center;"><br>
</div>
<div>
<div style="text-align: center;"><strong>Aurora Outlook</strong><em><strong></strong></em><br>
<em><strong></strong></em></div>
<div style="text-align: center;"><em><strong> </strong></em><a href="https://www.swpc.noaa.gov/products/aurora-30-minute-forecast"><img
src="https://services.swpc.noaa.gov/images/animations/ovation/north/latest.jpg"
title="Click for larger image" alt="Aurora Outlook" style="width: 251px; height: 251px;"></a></div>
<div style="font-size: 12px; text-align: center;"><em><span style="font-size: 12px;">Learn
more about <a href="https://www.weather.gov/images/wrn/Infographics/2022/geomagnetic-storm-scales.png">Geomagnetic
Storm Impacts</a></span></em></div>
<div style="text-align: center;"><em style="font-size: 12px;"></em><br>
<em style="font-size: 12px;"> </em></div>
</div>
<div style="text-align: center;"><br>
</div>
<div>
<div style="font-size: 14px; text-align: center;"><strong>Bird
Migration Forecast Map</strong><em><strong><br>
<a href="https://birdcast.info/migration-tools/migration-forecast-maps/"
title="Click for more information"><img src="https://s3.amazonaws.com/is-birdcast-predicted-prod/images/day1.jpg"
alt="Bird Migration Forecast Map" style="width: 251px;"></a></strong><br>
</em></div>
<div style="font-size: 14px; text-align: center;"><em style="font-size: 12px;">Live
March 1 to June 15 & Aug. 1 to Nov.15. <br>
</em></div>
<div style="font-size: 14px; text-align: center;"><em style="font-size: 12px;"><br>
</em></div>
<div style="font-size: 14px; text-align: center;"><em style="font-size: 12px;"><br>
</em></div>
</div>
<div style="text-align: center;"><!-- end of RIGHT side column: put your navigation menu, etc, above this line --></div>
</div>
</div>
<div style="clear: both;"></div>
<div id="tswfooter">
<!-- start of footer section: insert your copyright notice, etc, here -->
<p style="text-align: center;"><strong><strong><a href="https://www.thesitewizard.com/"
target="_top"><img src="https://www.thesitewizard.com/images/tsw88x31pow.gif"
alt="Get free CGI scripts, PHP scripts, web pages at thesitewizard.com"
style="border: medium none; margin: 10px;" height="31" width="88"></a></strong></strong><strong><strong><a
href="https://jigsaw.w3.org/css-validator/validator?lang=en&profile=css3svg&uri=https%3A%2F%2Fapexwx.github.io%2F&usermedium=all&vextwarning=&warning=1"><strong><strong></strong></strong></a><strong><strong><a
href="https://html5.validator.nu/?doc=https://apexwx.github.io/Fawkes"><img
src="https://apexwx.github.io/validhtml5.png" alt="W3C Validated HTML 5"
style="width: 112px; height: 49px; margin: 0px;" title="Click for more information"></a></strong></strong>
<a href="http://jigsaw.w3.org/css-validator/validator?lang=en&profile=css3svg&uri=https%3A%2F%2Fapexwx.github.io%2F&usermedium=all&vextwarning=&warning=1">
<img style="border: 0px none; width: 88px; height: 31px; margin: 10px;"
src="https://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!">
</a> </strong></strong> </p>
<div style="text-align: center;">Follow Apex Wx on Social Media </div>
<div style="text-align: center;"><a style="font-size: 12px; text-align: center;"
href="https://www.facebook.com/ApexWx/"><img style="border: medium none; max-width: 100%; margin: 0px; padding-bottom: 5px;"
title="Apex Wx on Facebook" src="https://raw.githubusercontent.com/ApexWx/ApexWx.github.io/master/outline-dark-facebook-48.png"
alt="Apex Wx on Facebook"></a> <a href="https://universeodon.com/@ApexWx"
title="Apex Wx on Mastodon"><img src="https://apexwx.github.io/mastodon.png"
alt="Mastodon" style="width: 44px; height: 47px; padding: 5px; margin: 0px;"
title="Apex Wx on Mastodon"></a><a href="https://www.threads.net/@apexwx"
title="Apex Wx on Threads"><img src="https://apexwx.github.io/threadslogo.png"
alt="Threads" style="width: 47px; height: 47px; padding: 5px;"></a><a
href="https://www.instagram.com/apexwx/" title="Apex Wx on Instagram"><img
src="https://apexwx.github.io/instagram48.png" alt="Instagram" style="width: 47px; height: 47px; padding: 5px;"></a><a
href="https://bsky.app/profile/apexwx.bsky.social" title="Apex Wx on Blue Sky social "><img
src="https://apexwx.github.io/Bsky75.png" alt="Bluesky" style="width: 47px; height: 47px; padding: 5px;"></a></div>
<!-- end of footer section: insert your copyright notice, etc, above this line -->
</div>
</div>
<script>
//<![CDATA[
var myDate = new Date();
var hrs = myDate.getHours();
var greet;
if (hrs < 12 && hrs >= 3)
greet = 'Good Morning!';
else if (hrs >= 12 && hrs <= 17)
greet = 'Good Afternoon!';
else if (hrs >= 17 && hrs <= 24)
greet = 'Good Evening!';
else if (hrs >=0 && hrs <= 3)
greet = 'Good Early Morning!';
document.getElementById('lblGreetings').innerHTML =
'<b>' + greet + '<\/b>';
//]]>
</script>
</body>
</html>