|
';
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 += '';
// PRINT CALENDAR
testWindow.document.write(cal);
}
var testWindow;
var formType;
var fName;
function openCalendar(formName,type) {
formType=type;
fName=formName;
testWindow = window.open('','dates','width=360,height=300,resizable=1,status=1,menubar=0,location=0');
loadCalendar(document.forms[fName].elements[formType+'Month'].selectedIndex);
}
//-->
|
|


|
|
Find your Nashville TN Airport Car Rental
here. Cost compare Nashville TN Airport Car Rental and
find the best price.
Nashville
International Airport
Information and help desks
An Airport Welcome Centre is located on the baggage claim level
of the Passenger Terminal, open daily 0600-2300.
Airport Facilities
ATMs are located on the ground transportation level near the
Opryland desk and on the ticketing level next to the SunTrust
bank; currency exchange is available at the SunTrust bank or the
Wright Business Travel Centre near concourse C/D and postal
services can be found opposite the Welcome Centre and on the
ticketing level near the centre elevator. Lockers are situated
on B and C concourses. Other facilities at the Passenger
Terminal include gift shops, newsagents, a PGA Tour shop,
lounges, specialty restaurants, snack bars, café coffee shop,
an ice cream bar, fine dining room and Capitol Hill Grill. There
is a massage bar, fine art exhibits all year round and live
music performances every Friday from midday until two o'clock in
the afternoon. A children's play area is on the concourse
connector between A/B and C/D concourses.
Disabled Facilities
The airport is physically accessible but travelers should
notify their airline in advance if they require assistance to
and from the aircraft. TDD phones are on the baggage claim
level, ticketing level, concourse A in the TWA area, concourse B
before gate 6, concourse C to the left of gate C-10 and
concourse D opposite gate D-8.
Business Facilities
A Business Service Centre is located on the ticketing level of
the Passenger Terminal near checkpoint C/D; facilities include
fax, photocopier, notary service, currency exchange and travel
agency services as well as computer and business work space.
Federal Express/UPS drop-boxes are across from the Welcome
Centre on the baggage claim level.
Car Rental
Alamo, Avis, Budget, Dollar, Enterprise, Hertz, National and
Thrifty are all represented.
Car Parking
Short-term, long-term and satellite parking is available; the
short-term lot is located just east of the Terminal. There is a
courtesy shuttle service to and from long-term and satellite
parking; the daily shuttle service begins at 0445 and ends 45
minutes after the last flight arrives, allow up to 20 minutes
for the shuttle service. Parking is free for all vehicles with
the correct disability ID.
Driving Directions
From central Nashville take the Interstate 40 east to Nashville
International Airport exit 216A.
Public Transport & Taxis
Located on the ground transportation level of the Passenger
Terminal; taxis are just outside the Terminal ground level
entrance. Shuttle services, limousines and hotel/motel courtesy
cars are situated just inside the short-term parking garage
immediately opposite the Terminal ground level entrance. Call
boards for hotel/motel courtesy pick-up are located on the
baggage claim level of the Passenger Terminal.
|