<!-- Hide script

var bd_BaseDate = new Date();

var month = bd_BaseDate.getMonth();
var day   = bd_BaseDate.getDate();
var year  = bd_BaseDate.getYear();
if (year < 1900) {year+=1900; } // Fix for Opera version 7.11 and earlier, (years are 103 for 2003, etc.)
var endDay = 0;
var eventURL='Bellevue/AirShow.htm';
var eventName = 'Offutt Air Show';
var mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=Offutt+Air+Force+Base&city=Bellevue&state=NE&zipcode=68005&homesubmit.x=45&homesubmit.y=13'; // Offutt

function show_Offutt_AirShowInfo()
   {
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a href="'+eventURL+'">'+eventName+'</a>');  
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a href="'+eventURL+'">August '+(endDay-1)+'-'+endDay+', '+year+'</a>');  

   document.write('&nbsp;(<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;">Offutt Air Force Base</a>)&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;"><img src="images/NE-Map-20x11.gif" longdesc="images/NE-Map-20x11.txt" alt="This address is in Nebraska.  Click to see a map." class="imgStyle" width="20" height="11" /></a><br />');
   }
    
//alert("Month is "+month+" and day is "+day);

if (year==2002)
   {
   startDay=24;
   endDay = 25;
   }
else
if (year==2003)
   {
   startDay=23; // Fourth Weekend (actual)
   endDay = 24;
   }
else
if (year==2004)
   {
   startDay=28; // last weekend?
   endDay = 29;
   }
else
if (year==2005)
   {      
   startDay=27;
   endDay = 28;
   }
else
if (year==2006)
   {      
   startDay=26;
   endDay = 27;
   }
else
if (year==2007)
   {      
   startDay=25;
   endDay = 26;
   }
else
if (year==2008)
   {      
   startDay=23;
   endDay = 24;
   }
else
if (year==2009)
   {      
   startDay=29;
   endDay = 30;
   }
else
   {
   startDay=28;
   endDay = 29;
   eventURL='Bellevue/AirShow.htm';
   }

if (month == 6)
   show_Offutt_AirShowInfo();
else
if ((month == 7) && (day < endDay))
   show_Offutt_AirShowInfo();
// Stop hiding -->