|
';
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 Orange
County at John Wayne here.
Cost compare Orange County Airport Car Rental and
find the best price.
John Wayne
International Airport
Information and help desks
There are two information booths located on the lower level. For
the North Visitors Booth (tel: 949 252 5035) and the South
Visitors Booth (tel: 949 252 5032).
Airport Facilities
Shops, newsagents, restaurants and fast food outlets are located
around the Terminal. ATMs can be found in the baggage claim area
on the lower level.
Disabled Facilities
Wheelchair assistance is available free on request; contact your
airline in advance. TDD telephones are available on the Arrivals
and Departures levels and flight information monitors display
visual pages; the airport operator (tel: 949 252 5200) can
assist with services for the disabled traveller.
Business Facilities
There is no conference centre on-site; see the link to nearby
Orange County hotels at (http://www.ocair.com) click on 'Visit
Orange County' and then click on 'Orange County Hotels' for
conference centres. The United Airlines Red Carpet Club (tel:
949 252 5736) and the American Airlines Admirals Club (tel: 800
273 7971 Ext 762) are membership only VIP lounges, which offer
conference facilities.
Car Rental
On-site companies include: Avis, Hertz, National, Alamo, Budget
and Dollar. Car rental return for these companies is
located on the lower level of car parks A2 and B2 and is
accessible from the ground transportation centre located on the
lower level of the Terminal.
Car Parking
Car Parks A1, A2, B1 and B2 are located both adjacent to and
across from the Thomas F. Riley Terminal and also in the
off-site Airport Main Street car park (located between Red Hill
Avenue and MacArthur Boulevard) where Express Valet parking is
also available; courtesy and exclusive shuttles will transport
you to/from the Main Street car park. All car parks accept cash,
cheque or credit cards and open 0530-2330 daily. Separate
parking rates and extra wide parking spaces are provided for
disabled travellers. (Tel: 949 252 5200 for further parking
information).
Driving Directions
Access the airport from the Interstate 405 freeway, MacArthur
Boulevard exit, or the State route 55 (Southbound) which has a
dedicated exit.
Public Transport & Taxis
American Taxi (tel: 888 482 9466) is located in the ground
transportation centre on the lower level of the Terminal; cabs
seating up to five people and vans seating up to seven people
are available. Shuttle companies include Airport Bus (tel: 1 800
772 5299 toll free), Supershuttle (tel: 1 800 258 3826 toll
free) and Xpress Shuttle (tel: 1 800 474 8885 toll free);
details of these services can be found on the airport website.
Shuttle buses leave from the lower level of the ground
transportation centre and take passengers to their destination.
Orange County Transportation Authority (tel: 714 636 7433) runs
a bus on route 61 from Santa Ana to Newport Beach via the
airport and Grand, Red Hill, Jamboree. Accessible transport for
disabled travellers (tel: 714 636 7433).
|