|
';
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 Jacksonville Florida Airport Car Rental here.
Cost compare Jacksonville Airport Car Rental and
find the best price.
Jacksonville
International Airport
Airport Facilities
There are numerous bars, restaurants, gift and book shops, a
golf shop, cash machines, a lounge and a video games arcade.
Disabled Facilities
Passengers should contact the airline and the airport will then
arrange assistance. Wheelchairs are available.
Business Facilities
There is a Business Center at the airport with individual
kiosks, each providing modem use and a telephone. Fax and
photocopying facilities are currently being installed and should
be available by December 2000. There is a small conference room
for a maximum of 5 people.
Car Rental
Car hire companies represented include Alamo, Avis, Budget,
Dollar, Hertz, Thrify and National. These are located on the
lower level of the Terminal building next to the baggage reclaim
area.
Car Parking
The airport has a passenger pick-up area, a daily parking area,
3 long term economy parking areas and a garage. Apart from the
garage, which is located next to the terminal, al car parks are
served by a free 24 hour shuttle bus to and from the terminal.
All parking areas accept Mastercard and Visa.
Public Transport & Taxis
All services depart from the lower level of the terminal
building next to the baggage reclaim area. Gator City Taxis (tel:
904 741 0008) is the official taxi company serving Jacksonville
Airport. SuperShuttle (tel: 1-800-BLUE VAN (258-3826) is a
minibus service which will take passengers anywhere in Florida
or Southeast Georgia. One way fare to Jacksonville is about $10.
Passengers wishing to use this service should go to the
SuperShuttle booth in section #5 of the middle curb outside the
baggage reclaim area.
|