|
|
 |
';
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);
}
//-->
|
|


|
|
|
|
Cincinnati
Northern Kentucky International Airport
Information and help desks
Information desks can be found near the entrance to Terminal 3,
on Concourse B and at the centre of Concourse C.
Airport Facilities
ATMs can be found in all Terminals. Terminal 3 has a foreign
currency exchange machine and Terminal 2 has a full service bank
open 1000-1600. Each Terminal has phone banks equipped with fax
and data ports and business centres with private workspaces.
Emergency paramedic services are available. The airport offers
postal services and a multitude of gift shops, duty-free,
restaurants and other concessions located throughout the
Terminal buildings.
Disabled Facilities
The airport is fully physically accessible for travellers with
disabilities: facilities include text phones and visual paging
for hearing-impaired people.
Business Facilities
Cincinnati's Laptop Lane interactive facility near gate B-20 in
concourse B has 12 private offices, each equipped with a
computer, high-speed Internet and email access, connections for
both PC and Mac laptops, a facility for conference calling,
colour laser printers and photocopiers, and fax facilities.
Other available services include overnight shipping and
packaging, document binding, scanning, shredding and
international calls.
Car Rental
All major rental companies, including Alamo, Avis, Budget, Hertz
and National.
Car Parking
There are three parking garages and one outdoor car park,
serviced by a 24 hour free shuttle bus service to each Terminal
location.
Driving Directions
From central Cincinnati: drive south on Interstate 71/Interstate
75. From the right hand lane, turn right onto exit 185 and
follow the Interstate 275 Circle Freeway west. From the right
hand lane, turn right at exit 4 onto State Route 212. Follow the
signs to airport Terminals and parking facilities. From the
west: follow Interstate 74 to the Interstate 275 Circle Freeway.
Follow Interstate 275 south then east, turn right at exit 4 onto
State Route 212. Follow the signs to airport Terminals and
parking facilities. From the south: from Lexington or
Louisville, drive north on Interstate 71 or Interstate 75. Turn
onto the Interstate 275 Circle Freeway at exit 185 and follow it
west to exit 4. Follow the signs along State Route 212 directly
to airport Terminals and parking facilities.
Public Transport & Taxis
Taxis operate 24 hours a day at a set fee, and can be arranged
through the taxi desk near the exits in each Terminal, or there
are courtesy phones in baggage claim areas. The JetPort Express
Shuttle provides services from the airport to central Cincinnati
and the Kentucky side of the river; a scheduled service is also
provided to the hotels in Cincinnati's northern suburbs. The
service runs every 30 minutes, 0600-2200. TANK bus services run
to downtown Cincinnati and Covington, daily 0500-0000. Call
Ground Transportation Information for further details; desks are
located in baggage claim areas of each Terminal (tel: 606 767
3702).
|
|
Copyright 2007 OTrips.com
All Rights Reserved. |
|