
Check mitchellweather.com for the most up to date weather information in the High Country.
HIDEWind Advisory issued January 19 at 2:55PM EST until January 20 at 1:00PM EST by NWS Greenville-Spartanburg
...WIND ADVISORY IN EFFECT FROM MIDNIGHT TONIGHT TO 1 PM EST
WEDNESDAY...
* WHAT...Northwest winds 15 to 25 mph with gusts up to 45 mph
expected.
* WHERE...Avery, Yancey, and Mitchell Counties, and the
mountainous western portions of Caldwell, Burke, and McDowell
Counties.
* WHEN...From midnight tonight to 1 PM EST Wednesday.
* IMPACTS...Gusty winds could blow around unsecured objects.
Tree limbs could be blown down and a few power outages may
result.
* ADDITIONAL DETAILS...Wind chills in the single digits are
possible when temperatures are coldest, from around daybreak
until mid-morning.
Counties Affected:
Avery; Burke Mountains; Caldwell Mountains; McDowell Mountains; Mitchell; 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("