|
';
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 Newark Airport Car Rental here.
Cost compare Airport Car Rental in Newark and find
the best price.
Newark International
Airport
Information and help desks
Traveler's Aid services are located in Terminal B (tel: 973 623
5052). Multilingual customer service representatives wear red
jackets and are available throughout the Terminals to provide
information and assistance.
Airport Facilities
ATMs and currency exchange tellers are located in all Terminals;
a full service bank is situated in Terminal C. Bars,
restaurants, duty-free and other shops are also available in all
Terminals.
Disabled Facilities
Access for disabled travelers is excellent.
Business Facilities
A comprehensive range of business services, including fax,
computer, photocopying and courier facilities, is available at
all Terminals. Conference facilities are offered via airline
lounges only but the Marriott Airport Hotel also offers business facilities including workstation
connections and 20 meeting rooms.
Car Rental
All major rental companies are represented, including Avis,
Budget, Dollar, Hertz and National.
Car Parking
There are several car parks offering hourly, daily and long-term
parking; valet parking is also available. Parking lots D and E
are connected to the Terminals by the monorail. Free shuttle
buses transport passengers to and from the two economy parking
lots (G and H; situated 5.5km (3.5m) away from the Terminals).
All car parks have disabled spaces.
Driving Directions
The airport is located off Highway 78 (from Manhattan via
Holland Tunnel) and Highway 95 in New Jersey.
Public Transport & Taxis
Taxis are readily available. New Jersey Transit (tel: 973 762
5100) bus 302 departs every 20-30 minutes daily to Newark's Penn
Station for connections onto the PATH rapid-transit system (tel:
1 800 234 7284 toll free). Round-the-clock PATH trains go to the
World Trade Center (journey time: 45 minutes) and 33rd Street
(journey time: one hour) with other stops on the way. Olympia
Airport Express (tel: 212 964 6233) offers bus services to Port
Authority Bus Terminal, Grand Central Station and the World
Trade Center. Buses run every 20-30 minutes and cost US$10
(journey times: 30-60 minutes). A number of companies also offer
shuttle services to the city.
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|