|
';
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 Harrisburg Pennsylvania Airport Car Rental here.
Cost compare Harrisburg Airport Car Rental and
find the best price.
Harrisburg
International Airport
Directions:
Harrisburg International Airport is the easy-to-get-to,
easy-to-get-through airport. Airport entrances are clearly
marked from major easy-access roads such as Interstate Routes 83
and 283, the Pennsylvania Turnpike, State Route 230, and the
Capital Beltway. Both long- and short-term parking lots are
well-marked (signed) and within sight of the connector roads.
Harrisburg International Airport
510 Dauphin Drive
Middletown, PA 17057
Customer Service Desk
1-888-442-5387 (8 a.m.-midnight, 7 Days a Week)
Parking:
At Harrisburg International Airport, we make parking as easy and
affordable as possible. We have two options to meet your needs.
Terminal Parking Lot
Option one is our main Terminal Parking Lot, located just yards
from the main terminal building. This lot is perfect if you need
to pick up or drop off a passenger or if you are traveling for
just a few days.
0-3 Hours, $1 Per Hour
$2 Per Hour for Each Additional Hour
Maximum Daily Rate: $12
Due to FAA regulations, anyone who wishes to park in the front
portion of the Terminal Parking Lot must have their vehicle
searched and inspected. All SUV's, pick ups, vans, trucks,
vehicles with dark tinted glass and those who have declined a
search will automatically be sent to the rear portion of the
Terminal parking lot or to the SmartPark lot. All rental
vehicles returned to HIA will be searched and inspected as well.
SmartPark Lot
Option two is our SmartPark lot, located just off Airport Drive
about a half-mile from the main terminal building. SmartPark
allows you to park for only $3 a day. A free shuttle bus is
available 24 hours a day to take you directly to the terminal
building. Shuttles operate every 5-10 minutes.
Parking for the Physically Disabled
Parking for the Physically Disabled is available in both
portions of the Terminal Parking lot and in the SmartPark lot.
Wheelchairs are available by making prior arrangements with your
airline.
For more information on airport parking at Harrisburg
International Airport, please call (717) 948-3796.
Harrisburg International Airport has served Central Pennsylvania
for over 100 years. First, in 1898, the Signal Corps of the U.S.
Army was stationed here. Then, the first airplanes landed in
1918 at what was then called Olmsted Air Force Base. The base
grew to 11,400 civilian employees in 1969, when it was
decommissioned. At this point, Harrisburg International Airport
began to serve the public, under the ownership of the
Commonwealth of Pennsylvania.
In 1998, the Commonwealth transferred ownership to the
Susquehanna Area Regional Airport Authority (SARAA), the board
that oversees public ownership of the airport. The Authority
board consists of members representing Cumberland, Dauphin, and
York Counties, the Cities of Harrisburg and York, and Fairview
and Lower Swatara Townships.
In addition to owning Harrisburg International Airport, SARAA
also now owns Capital City Airport, which was founded in 1938 as
York State Airport. The two airports' services complement each
other and serve as a strong foundation for SARAA's vision of the
future, the Master Plan.
|