|
';
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 Burbank Airport Car Rental here. Cost compare Burbank Airport Car Rental and find the best price.
|
Burbank International Airport
Information and help desks
An information desk is centrally located in Terminal A. Courtesy
phones are situated in each gate area and in other areas of the
Terminal.
Airport Facilities
Facilities include ATMs, snack shops, lost property, gift shops,
a shoeshine service and a barber shop.
Disabled Facilities
Services for the disabled include TDD phones located at gates
A1, A6, B3 and the Terminal B lobby. Since all aircraft are
boarded via stairs, lifts are available.
Business Facilities
There are two conference rooms available to the public on a
prearranged basis; reservations can be made Monday-Friday
0800-1700 (tel: 818 840 8833). The Glendale Room accommodates
12-15 people and the Skyroom 195 people in assembly seating.
Both are rented by the hour or in three hour blocks.
Car Rental
Car rental desks are located in Terminal B baggage claim. Alamo
(tel: 1 800 327 9633 toll free), Avis, Budget (tel: 1 800 527
0700 toll free), Hertz and National (tel: 1 800 227 7368 toll
free) are all on-site. Dollar (tel: 1 800 421 6868 toll free),
Enterprise and Thrifty are all located off the airport site and
can be reached by shuttle vans which run on a semi-scheduled
basis and are available via courtesy phones located in both
baggage claim areas.
Car Parking
Short-term parking is available at a four-storey car park across
the airport entry road in front of the main Terminal. Long-term
parking is available at economy car parks A, B and C and there
is a free shuttle between the economy car parks and the Terminal
building. For recorded 24 hour parking information (tel: 818 840
8837).
Driving Directions
The airport is the closest airport to Hollywood and central Los
Angeles. Visit the airport's website at (http://www.burbankairport.com/next/location/index.html)
for an excellent form which allows you to input your starting
location and receive exact driving directions to the airport.
Public Transport & Taxis
Rail: the local commuter trains, Metrolink, and Amtrak both pick
up at the airport station. An airport tram shuttles passengers
the short distance to the station. Taxi Cabs (City Cab, Yellow,
and Checker) and Shuttle Vans (Super Shuttle, Primetime, Xpress,
Glendale Airport Van, Dani's Shuttle, Roadrunner, and Valencia
Shuttle) are also available from the airport.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|