
Check averyweather.com for the most up to date weather information in the High Country.
HIDEFreeze Watch issued April 20 at 3:32PM EDT until April 22 at 9:00AM EDT by NWS Greenville-Spartanburg
...FREEZE WATCH REMAINS IN EFFECT FROM LATE WEDNESDAY NIGHT
THROUGH THURSDAY MORNING...
* WHAT...Sub-freezing temperatures in the upper 20s to lower 30s
will be possible.
* WHERE...The mountains of upstate South Carolina, Rabun County
Georgia, and the mountains and northern foothills of North
Carolina.
* WHEN...From late Wednesday night through Thursday morning.
* IMPACTS...Frost and freeze conditions could kill crops, other
sensitive vegetation and possibly damage unprotected outdoor
plumbing.
Counties Affected:
Avery; Buncombe; Burke Mountains; Caldwell Mountains; Eastern McDowell; Graham; Greater Burke; Greater Caldwell; Haywood; Henderson; Macon; Madison; McDowell Mountains; Mitchell; Northern Jackson; Polk Mountains; Rutherford Mountains; Southern Jackson; Swain; Transylvania; Yancey
Issued by: NWS Greenville-Spartanburg (Western North Carolina and Northwest South Carolina)
HIDE
Calendar");
cal.document.writeln("
");
cal.document.writeln("<< ");
cal.document.writeln("<");
cal.document.writeln(monthnames[curmonth-1] + " - " + curyear);
cal.document.writeln(">");
cal.document.writeln(" >>");
cal.document.writeln("
");
cal.document.writeln("");
cal.document.writeln("Sun | Mon | Tue | Wed | Thu | Fri | Sat |
");
//
// space over to the correct column for day 1 in this month
//
dow = 1;
cal.document.writeln("");
while (startdow > dow) {
cal.document.writeln(" | ");
++dow;
}
//
// adjust daysinmonths[] for leap year
//
if (((curyear % 4) == 0) && (((curyear % 100) != 0) || ((curyear % 400) == 0))) {
daysinmonths[1] = 29;
} else {
daysinmonths[1] = 28;
}
//
// output all of the days in the month
//
for (d=1; d<=daysinmonths[curmonth-1]; ++d) {
if ((d == initialday) && (curmonth == initialmonth) && (curyear == initialyear)) {
cal.document.writeln("" + d + " | ");
} else {
cal.document.writeln("" + d + " | ");
}
++dow;
if (dow > 7) {
cal.document.writeln("
");
dow = 1;
}
}
//
// consume the remainder of the last row
//
while (dow <= 7) {
cal.document.writeln(" | ");
++dow;
}
cal.document.writeln("
");
cal.document.writeln("
");
//
// cancel button
//
cal.document.writeln("");
//
// close document
//
cal.document.writeln("