|
';
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 Raleigh Durham International
Airport Car Rental here. Cost compare Raleigh Durham Airport Car Rental and
find the best price.
Raleigh-Durham
International Airport
Information and help desks
Information desks are located in the baggage claim area of both
Terminals, open 0700-2300 daily (tel: 919 840 2123); questions
can also be emailed to info@rdu.com
Airport Facilities
The airport has a variety of shops offering a range of services.
At Terminal A there is a used book store, ice cream shop, toy
store, specialty coffee shop, 24-hour flowers, and a unique
North Carolina giftstore. At Terminal C there are gift stores
and food shops located throughout. Currency exchange and ATMs
are available near the baggage claim area of Terminal A and near
gate C16 in Terminal C. A children's play area is situated on
the upper level of Terminal A. Computer workstations can be
hired in a shop near Gate A19 in Terminal A. Shoe shines are
located in each of the baggage claim areas.
Disabled Facilities
All restrooms and parking lots are fully physically accessible.
TDD phones are available throughout each Terminal.
Business Facilities
There is a conference room that can accommodate approximately
20-30 people in Terminal A (tel: 919 840 2178). Business
services including fax, notary and photocopying are available in
centres located in the baggage claim area of Terminal A and on
the mezzanine floor of Terminal C; internet access and computer
workstations are located in Terminal A; workstations can be
hired from a shop near Gate A19.
Car Rental
On-site companies include Alamo, Avis, Budget, Enterprise,
Hertz, National, Thrifty, Triangle and Dollar.
Car Parking
There are four park and ride lots with courtesy bus services
serving the Terminals every 15 minutes, 0100-0500. Travellers
are advised to follow the numerous electronic signs that inform
drivers of the nearest available parking. For further parking
information (tel: 919 840 2140).
Driving Directions
The airport is located at the mid-point between Raleigh and
Durham off of Interstate 40 and US 70. From Raleigh and other
locations east of the airport, take Interstate 40 west to exit
285 (Aviation Parkway). From Durham and other locations west of
the airport, take Interstate 40 east to exit 284B. Follow signs
to available parking, rental car return or the Terminals.
Public Transport & Taxis
Taxis are available on the lower level outside baggage claim. An
airport shuttle leaves every half hour from the baggage claim
areas and delivers passengers to businesses and universities in
the area (tel: 1 800 840 2RDU toll free). Triangle Transit
Authority offers transport to its Research Triangle Park bus
depot (tel: 919 549 9999). There is an Amtrak rail station in
Raleigh, (tel: 1 800 872 7245 toll free), and Greyhound bus
stations in Durham and Raleigh (tel: 1 800 231 2222 toll free).
|