|
';
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 Pensacola Airport Car Rental in
Florida right here.
Cost compare Pensacola Airport Car Rental and
find the best price.
Pensacola
Regional Airport
Location:
PNS is located in Escambia County, approximately three miles
northeast of the central business district of the City of
Pensacola. Escambia County is located on the Gulf of Mexico in
the extreme western portion of the Florida Panhandle and borders
the State of Alabama on the west and north. On the east,
Escambia County is bordered by Santa Rosa County, Florida.
Pensacola is Central Time Zone.
Directions:
From Mobile on I-10 or Tallahassee
Take Exit #13 (old 5), (Davis Hwy/University Mall), take a left
at the traffic light which is Davis Hwy. Proceed to Airport
Blvd., past Circuit City and turn left onto Airport Blvd.
Airport Blvd. takes you to the terminal.
Due to construction on Davis, use alternate directions
Take Exit 12 (old 4) to 110 and take the ramp exit to Fairfield.
Take a left at the light and stay on Fairfield. Fairfield will
turn into 12th Ave. You will pass Bayou & Summit and
the next light will be Airport Blvd. Turn right and you're at
the airport. Take the left lane for parking in the surface lot
or garage. Security will inspect your vehicle and then you can
go left for surface parking or right to the garage. Surface
parking is $6.00 per day and garage is $7.50 per day.
From Ft. Walton
On Highway 98, come into Pensacola and get on 110 North.
Take Exit 4 onto Fairfield Ave. Stay on Fairfield. Fairfield
changes to 12th Ave. Stay on 12th to Airport Blvd. Take a right
on Airport Blvd into terminal or after coming across the bridge
from Gulf Breeze, stay in the right hand lane onto Gregory
Street and turn right on 9th Ave. Go 3 miles until you reach
Fairfield and take a right. At the 4th street light is Airport
Blvd. and take a right into the airport entrance. Use the left
land for rental car return and parking and right lane for drop
off of passengers.
Highway 10 from the East
On I-10 take Exit 17 to Scenic Hwy, take a right on Langley
Ave., on Tippen Ave take a left and when you arrive at 12th &
Airport Blvd, turn left into the airport entrance.
From Gulf Shores and Orange Beach
On Hwy. 98 to Fairfield Drive (727) turn left on Fairfield,
stay on Fairfield which turns into 12th Ave. until you get to
Airport Blvd. Turn right on Airport Blvd. into the airport
entrance.
From Foley
On Hwy. 98 turn left onto Blue Angel Parkway. Take Blue
Angel Parkway to Saufley Field Road. Turn right onto Saufley
Field Road and continue on this road even though the name
changes. When you get to the light at 12th Ave. turn left onto
12th Ave. Go down two more lights, the second light being
Airport Blvd. Turn right into the terminal.
|