 |
|
|
Nashville Tennessee Weather Forecast
Forecast for
Nashville, Tennessee: Dated: 329 PM CDT MON MAR 15 2010
Expires: 330 AM CDT TUE MAR 16 2010
|
|
| TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY | MONDAY |
 |  |  |  |  |  |  |
Mostly Cloudy | Chance Of Showers | Partly Cloudy | Partly Cloudy | Partly Cloudy | Chance Of T-Storm | Chance Of Showers |
Hi: 55°F Lo: 41°F | Hi: 59°F Lo: 43°F | Hi: 65°F Lo: 43°F | Hi: 65°F Lo: 43°F | Hi: 65°F Lo: 43°F | Hi: 65°F Lo: 41°F | Hi: 51°F Lo: 35°F |
| | Pop: 20% | | | | Pop: 40% | Pop: 20% |
ZoneCast:
Dated: 329 PM CDT MON MAR 15 2010
Expires: 330 AM CDT TUE MAR 16 2010
|
|
Includes the Counties: Cheatham,
Davidson,
Macon,
Robertson,
Smith,
Sumner,
Trousdale,
Wilson
Includes the cities: Ashland City,
Kingston Springs,
Carthage,
Gallatin,
Hartsville,
Lafayette,
Lebanon,
Mount Juliet,
Nashville,
Springfield
Tuesday...Mostly cloudy. Highs in the mid 50s. North winds 5 to 10 mph.
Wednesday...Mostly cloudy with a slight chance of showers. Highs in the upper 50s. North winds 5 to 10 mph. Chance of rain 20 percent.
Thursday...Partly cloudy. Highs in the 60s. Lows in the lower to mid 40s.
Friday...Partly cloudy. Highs in the 60s. Lows in the lower to mid 40s.
Saturday...Partly cloudy. Highs in the 60s. Lows in the lower to mid 40s.
Sunday...Mostly cloudy with a chance of showers and isolated thunderstorms. Highs in the mid 60s. Chance of rain 40 percent.
Monday...Partly cloudy with a slight chance of showers. Cooler. Highs in the lower 50s. Chance of rain 20 percent.
Tuesday...Partly cloudy. Lows in the mid 30s. Highs in the mid 50s.
|
Powered by HAMweather
|
';
cal += '';
cal += '' + TR_start;
cal += '| ';
cal += month_of_year[month] + ' ' + year + '' + TD_end + TR_end;
cal += TR_start;
///////////////////////////////////
// DO NOT EDIT BELOW THIS POINT //
///////////////////////////////////
// LOOPS FOR EACH DAY OF WEEK
for(index=0; index < DAYS_OF_WEEK; index++) {
// PRINTS DAY
cal += TD_start + day_of_week[index] + TD_end;
}
cal += TD_end + TR_end;
cal += TR_start;
// FILL IN BLANK GAPS UNTIL TODAY'S DAY
for(index=0; index < dateObj.getDay(); index++) {
cal += TD_start + ' ' + TD_end;
}
// LOOPS FOR EACH DAY IN CALENDAR
for(index=0; index < DAYS_OF_MONTH; index++) {
if( dateObj.getDate() > index ) {
// RETURNS THE NEXT DAY TO PRINT
week_day =dateObj.getDay();
// START NEW ROW FOR FIRST DAY OF WEEK
if(week_day == 0) {
cal += TR_start;
}
if(week_day != DAYS_OF_WEEK) {
// SET VARIABLE INSIDE LOOP FOR INCREMENTING PURPOSES
var day = dateObj.getDate();
// PRINTS DAY
cal += TD_start + "" + day + "" + TD_end;
}
// END ROW FOR LAST DAY OF WEEK
if(week_day == DAYS_OF_WEEK) {
cal += TR_end;
}
}
// INCREMENTS UNTIL END OF THE MONTH
dateObj.setDate(dateObj.getDate()+1);
}// end for loop
cal += ' | |
';
cal += '';
cal += '';
cal += ' | | | |