{
a = new Date(); // Make a note of today's date
b = new Date(); // Create a date in which to store expiration date
b.setMonth(month-1); // Set expiration month
// Subtract 1 from month to make referring to it more intuitive
b.setDate(date); // Set expiration date
b.setFullYear(year); // Set expiration year
if (a.getTime() < b.getTime()) { // Check to see if the expire date has passed
// If not, display the "New" image
document.write('
');
}
}
//-->
|
|
Home |
|
|
Calendar |
|
|
Speakers & Meetings
- See previous |
|
|
Members |
|
| Officers |
|
| Mission |
|
| Membership & Location |
|
| Links |
|
| Airports |
|
| Landing Sites |