|
';
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 Richmond VA Airport Car Rental
here. Cost compare Richmond Airport Car Rental and
find the best price.
Richmond
International Airport
Richmond International Airport is the gateway to central
Virginia. Richmond International Airport has evolved into one of
the most modern and well-equipped airports in the eastern United
States. Located seven miles southeast of Richmond, the Capital
of Virginia, and within an hour drive of historic Williamsburg
and a two hour drive from Washington, D.C., the Blue Ridge
Mountains, and Virginia Beach, Richmond International Airport is
your hub to tourist attractions in Virginia.
Airlines:
Air Canada, American, Continental, Delta, Northwest, TWA,
United, US Airways.
Parking:
Parking garages offer safe, secure and affordable parking.
The parking garage stairwells are glass enclosed for total
visibility to help ensure your protection. The elevators are
glass enclosed for your safety and they offer a magnificent view
of Richmond International Airport. Our ultra modern lighting
system gives you four times the lighting and visibility found in
most parking decks and in the event of an emergency, at least
four well-labeled emergency stations are conveniently located on
each level. These stations are connected directly to our
dispatcher for immediate response.
Ground Transportation:
Avis
Budget
Enterprise
Hertz
Free courtesy shuttles run between Satellite Lots A & B, the
Economy Lot, and the terminal 24 hours per day at intervals of
15 minutes. The Satellite Lots A & B are located adjacent to the
Hilton Hotel directly across Airport Drive from the terminal.
The Economy Lot - offering the best value in on-airport parking
- is located on South Airport Drive near Charles City Road.
|