<!-- Hide script

var bd_BaseDate = new Date();

var month = bd_BaseDate.getMonth();
var day   = bd_BaseDate.getDate();
var year  = bd_BaseDate.getFullYear();
if (year < 1900) {year+=1900; } // Fix for Opera version 7.11 and earlier, (years are 103 for 2003, etc.)
var startDay = 0;
var endDay = 0;

function show_SumArts_Graphic()
   {
   document.write('<p align="center"><a class="LinkLtBlue" onclick="openWindow(this,\'codepage\')" href="http://www.summerarts.org/"  onmouseover="drcw(\'June '+startDay+'-'+endDay+', '+year+'<br />Gene Leahy Mall.<br />10th to 15th Farnam\',\'Summer Arts Festival\',160); return true;" onmouseout="nd(); return true;"><img src="images/Events/SumArtsAni-150x160.gif" border="0" alt="Click to visit the Summer Arts Festival website." width="150" height="160"><br /><em><font face="Arial,Geneva,Helvetica,Tahoma" size="2">Summer Arts Festival</font><br /></em><font face="Arial,Geneva,Helvetica,Tahoma" color="#FFFFFF" size="1">June '+startDay+'-'+endDay+', '+year+'</font></a></p>');
   }

//alert("Month is "+month+" and day is "+day);
if (year==2002)
   {
   startDay = 28;
   endDay = 30;
   }
else
if (year==2003)
   {
   startDay = 27;
   endDay = 29;
   }
else
if (year==2004)
   {
   startDay = 25;
   endDay = 27;
   }
else
if (year==2005)
   {
   startDay = 24;
   endDay = 26;
   }
else
if (year==2006)
   {
   startDay = 23;
   endDay = 25;
   }
else
if (year==2007)
   {
   startDay = 22;
   endDay = 24;
   }
else
if (year==2008)
   {
   startDay = 27;
   endDay = 29;
   }
else
if (year==2009)
   {
   startDay = 26;
   endDay = 28;
   }
else
if (year==2010)
   {
   startDay = 25;
   endDay = 27;
   }
else
   {
   startDay = 24;
   endDay = 26;
   }


if (month == 4)
   show_SumArts_Graphic();
else
if ((month == 5) && (day <= endDay))
   show_SumArts_Graphic();

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