<!-- 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 startDay=0;

function show_LTABF_Graphic()
   {
   if ((startDay > 0) && (endDay > 0))
      {
      document.write('<p align="center"><a href="BalloonFair.htm"><img src="images/Events/BalloonFair-150x96.jpg" border="0" alt="Click to visit the Balloon Fair page." width="150" height="96" /></a><br /><a class="LinkOnBlack" href="BalloonFair.htm"><font face="Arial,Geneva,Helvetica,Tahoma" size="2">&quot;Lighter than Air&quot;</font><br /><font color="#FFFFFF" size="1" face="Arial,Geneva,Helvetica,Tahoma">Balloon Fair</font></a><br />');
      if (year==2002)
         {
      document.write('<a href="BalloonFair.htm" onmouseover="drcw(\'August 16-18, 2002<br />IWCC Campus<br />Free Admission<br />Click to see more information about the Lighter than Air Balloon Fair.\',\'Balloon Fair\',160); return true;" onmouseout="nd(); return true;"><font face="Arial,Geneva,Helvetica,Tahoma" color="#FFFFFF" size="1">August 16-18, 2002.</font></a></p>');
         }
      else
      if (year==2003)
         {
         document.write('<a href="BalloonFair.htm" onmouseover="drcw(\'August 15-17, 2003<br />IWCC Campus<br />Free Admission<br />Click to see more information about the Lighter than Air Balloon Fair.\',\'Balloon Fair\',160); return true;" onmouseout="nd(); return true;"><font face="Arial,Geneva,Helvetica,Tahoma" color="#FFFFFF" size="1">August 15-17, 2003.</font></a></p>');
         }
      else
         document.write('<a href="BalloonFair.htm" onmouseover="drcw(\'August '+startDay+'-'+endDay+', '+year+'<br />IWCC Campus<br />Free Admission<br />Click to see more information about the Lighter than Air Balloon Fair.\',\'Balloon Fair\',160); return true;" onmouseout="nd(); return true;"><font face="Arial,Geneva,Helvetica,Tahoma" color="#FFFFFF" size="1">August '+startDay+'-'+endDay+', '+year+'.</font></a></p>');
      }
   }

//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=0;
   endDay = 0;
   }
else
   {
   //startDay=Friday(3);
   //endDay = startDay+2;;
   startDay=0;
   endDay = 0;
   }


if (month == 6)
   show_LTABF_Graphic();
else
if ((month == 7) && (day <= endDay))
   show_LTABF_Graphic();

//   show_LTABF_Graphic();
// Stop hiding -->