 |
|
|
New Orleans Louisiana Weather Forecast
Forecast for
New Orleans, Louisiana: Dated: 339 AM CDT TUE MAR 16 2010
Expires: 430 PM CDT TUE MAR 16 2010
|
|
| TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY | SUNDAY | MONDAY |
 |  |  |  |  |  |  |
Partly Cloudy | Rain Showers | Partly Cloudy | Sunny | Rain Showers | Clearing | Sunny |
Hi: 65°F Lo: 49°F | Hi: 65°F Lo: 50°F | Hi: 65°F Lo: 49°F | Hi: 69°F Lo: 51°F | Hi: 71°F Lo: 50°F | Hi: 61°F Lo: 41°F | Hi: 65°F |
| | Pop: 20% | | | Pop: 20% | | |
ZoneCast:
Dated: 339 AM CDT TUE MAR 16 2010
Expires: 430 PM CDT TUE MAR 16 2010
|
|
Includes the Counties: St. John The Baptist,
St. Charles,
Upper Jefferson,
Orleans,
Upper Plaquemines,
Upper St. Bernard
Includes the cities: Laplace,
Reserve,
Destrehan,
Norco,
Metairie,
Kenner,
New Orleans,
Belle Chasse,
Chalmette,
Violet
Tuesday...Partly cloudy. Highs in the mid 60s. North winds 5 to 10 mph.
Wednesday...Mostly cloudy with a 20 percent chance of rain showers. Highs in the mid 60s. North winds 5 to 15 mph.
Thursday...Partly cloudy. Highs in the mid 60s. North winds 5 to 10 mph.
Friday...Sunny. Highs in the upper 60s.
Saturday...Mostly cloudy with a 20 percent chance of rain showers. Highs in the lower 70s.
Sunday...Cooler. Partly cloudy in the morning then clearing. Highs in the lower 60s.
Monday...Sunny. Highs in the mid 60s.
|
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 += ' | | | |