|
';
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 New York Airport Car Rental
here. Cost compare Airport Car Rental in New York and find the
best price.
JFK International
Airport
Information and help desks
Traveler's Aid services are located in Terminal 4 (tel: 718 656
4870), with counters in Terminals 1, 3, 7 and 8.
Airport Facilities
Services include banks, bureau de change, ATMs, bars,
restaurants, post offices, shops, duty-free, a hotel reservation
service and car hire. Each Terminal offers a comprehensive range
of facilities. However, there is an inter-Terminal bus service
for passengers who require facilities located at a different
Terminal.
Disabled Facilities
Facilities for disabled passengers at the airport are excellent.
Visit the airport website or go straight to (http://www.panynj.gov/aviation/jadaoverframe.html)
for comprehensive information.
Business Facilities
Terminals can offer fax, computer, photocopying and courier
services. These services are available to all passengers, except
at Terminals 5 and 6 where they are for members only. Conference
facilities are offered at Terminal 7, as well as in airline
lounges; telephone contact numbers for conference facility
providers can be obtained through individual airlines.
Car Rental
All major rental companies, including Alamo, Avis, Budget, Hertz
and National are represented.
Car Parking
The airport provides daily and long-term parking facilities. The
long-term parking lot is located approximately four miles from
the Terminals. Free buses stop in front of the Terminals and the
Tower Air Terminal every 10-15 minutes, providing transportation
to the long-term parking lot and the Howard Beach subway
station. The Green, Blue, Orange and Red daily parking lots are
adjacent to the Terminals. There is additional daily parking on
the roof of Terminal 3 and adjacent to the Tower Air Terminal.
Driving Directions
JFK is located on Van Wyck Expressway (678), which can be
accessed from Belt Parkway (27), Grand Central Parkway and
Queens Boulevard.
Public Transport & Taxis
A free Airport shuttle bus (labeled 'long term parking lot' and
operating 24 hours a day at 15-minute intervals) goes to Howard
Beach Station; from there you can make a subway connection on
the 'A' train which runs every 10-15 minutes to central
Manhattan and stops at a number of stations where you can make
further connections. New York Airport Express Bus Service
operates a direct service to the Port Authority Bus Terminal
(Manhattan West Side) or Grand Central Station (Manhattan East
Side); buses operate every 15-30 minutes from 0600-2400 and
every 30 minutes at other times. The Super Shuttle Manhattan
runs 24 hours daily and is a shared door-to-door service to any
location. Travelers are advised to use official taxi dispatchers
for safe and legitimate transportation; there is a $30 flat fare
to the first destination in Manhattan; for lost property
enquiries or complaints about NYC taxis (tel: 212 692 8294).
Private limousines to all destinations are available for hire;
courtesy phones are located next to ground transportation
information on the baggage claim level, companies include
Classic Limousine (tel: 516 567 5100) and Aviv Car and Limousine
Service (tel: 212 777 7777).
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|