|
';
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 Madison Wisconsin Airport Car
Rental here. Cost compare Dane County Regional Airport Car Rental and
find the best price.
Dane County
Regional Airport
Directions: Heading North to Madison on I90, exit West at
Hwy 30. Turn right on Hwy. 113, Packers Avenue. At the first
stoplight, turn right on international Lane and continue to the
airport terminal.
Heading South to Madison on I90-I94, exit Hwy. 51 South,
continue 3 miles. At the stoplight, turn right on Anderson
Street. Follow Anderson until it ends, turn right on
International Lane and continue to the airport terminal.
Heading South on Hwy. 51, 3 miles past the Interstate, turn
right on Anderson Street. Follow Anderson until it ends, turn
right on International Lane and continue to the airport
terminal.
Heading West from Milwaukee on I94, continue West to Madison on
Hwy. 30. Turn right on Hwy. 113, Packers Avenue. At the first
Stoplight, turn right on International Lane and continue to the
airport terminal.
Ground Transportation:
Rental Cars:
Enterprise
AVIS
Hertz
National
Taxis:
Badger Cab (608) 256-5566
Madison Taxi (608) 255-8294
Union Cab (608) 242-2000
Parking: The 2300 vehicle parking facility (ramp and
surface lot) offers airport visitors safe and secure parking
with streamlined parking service. During a time of high demand,
such as during the holidays, a 1000 car remote lot can be
activated to accommodate all travelers. Automated information of
parking availability can be accessed by calling the Airport at
(608) 246-3380, selecting option 7, then option 2.
Airlines: Northwest, United Express, American Eagle,
Midwest Express Skyway, Comair, Continental, American Trans Air,
TWE
|