|
';
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 Airport Car Rental in Ontario
California here.
Cost compare Ontario Car Rental and
find the best price.
Ontario
International Airport
Location
Ontario International Airport is located approximately 56km (35
miles) from the city of Los Angeles.
Number of terminals
2
Transfer between terminals
An airport shuttle bus connects the two terminals.
Information and help desks
Two touch screen information kiosks with courtesy phones are
located in the baggage areas of Terminal 2 and Terminal 4.
Information about ground transportation, airlines and hotels is
available. Traveler's Aid information booths are located in
Terminals 2 and 4; Traveler's Aid staff assist passengers with
general airport enquiries.
Airport facilities
ATMs are located opposite lower level entrances in both
terminals. Baggage reclaim is on the ground floor in both
terminals. Restaurants and cafés/bars are also located in both
terminals. Shops include a sunglasses shop, bookshop, gift shop,
sweet shop, newsagents and music shop. Public pay phones are
located throughout Terminal 2 and Terminal 4. Many pay phones
allow passengers to plug in their laptop computers and to charge
calls to their credit cards. White courtesy phones are provided
in both terminals within the airport. Travellers can request
paging Monday-Sunday 0600-2130 by using the courtesy phones and
dialing 11.
Disabled facilities
Disabled parking is available in Lot 2, Lot 4, Lot A and Lot F.
Disabled toilets are available in both Terminal 2 and Terminal
4. Wheelchairs and assistance are available through airline
representatives at each airline counter. TDDs are provided on
select public payphones. Standard TDD keyboard signs are
displayed where payphones with TDD capability are located.
Conference and business facilities
ONT Business Centers are located on the upper levels of both
terminals; they provide fax facilities, telephones, modem
access, post boxes and travel insurance services.
Car rental
There are six car rental companies at the airport, located in
the Ground Transportation Center: Hertz, Avis, National,
Budget, Alamo, and Dollar.
Car parking
There is space for more than 13,400 cars in short-term and
long-term car parks; these are called Lot 2, Central Lot, Lot 4,
Lot A and Lot F. Courtesy shuttle buses offer a service between
the more remote car parks and the terminals.
Driving directions
The airport can be reached from the Archibald exit of the I-10
or off Grove Avenue from the 60 Freeway.
Public transport and taxis
Omnitrans (tel: 800 966 6428) runs a bus service to the airport.
Door-to-door shuttle services also operate from outside the
baggage reclaim area of both terminals and are run by companies
which include Shuttle 2000 (tel: 800 977 7872), Super Shuttle (tel:
909 984 0040), Airway Shuttle (tel: 714 774 6000) and City
Express Shuttle (tel: 909 599 2045).
|