<!-- 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='BalloonFair.htm';
var mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=2700+College+Road&amp;AD3=Council+Bluffs+IA&amp;recent=0'
    mapURL ='http://www.mapquest.com/maps/map.adp?country=US&address=2700+College+Rd&city=Council+Bluffs&state=IA&zipcode=51503&homesubmit.x=45&homesubmit.y=13'; // IWCC

function show_BalloonFair_Map()
   {
   if ((startDay > 0) && (endDay > 0))
      {
      document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a href="BalloonFair.htm">Lighter than Air Balloon Fair August</a>');
      document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a href="'+eventURL+'">August '+(endDay-2)+'-'+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;">Iowa Western Community College</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/IA-Map-18x11.gif" alt="This address is in Iowa.  Click to see a map." class="imgStyle" width="18" height="11" /></a><br />');
      }
   }
    
//alert("Month is "+month+" and day is "+day);

if (year==2002)
   {
   startDay=16;
   endDay = 18;
   }
else
if (year==2003)
   {
   startDay=15;
   endDay = 17;
   }
else
if (year==2004)
   {
   startDay=20;
   endDay = 22;
   }
else
if (year==2005)
   {      
   startDay=19;
   endDay = 21;
   }
else
if (year==2006)
   {      
   startDay=25;
   endDay = 27;
   }
else
if (year==2007)
   {      
   startDay=0;
   endDay = 0;
   }
else
if (year==2008)
   {      
   startDay=22;
   endDay = 24;
   }
else
   {
   //startDay=Friday(3);
   //endDay = startDay+2;;
   startDay=21;
   endDay = 23;
   }

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