<!-- 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 startDay = 0;
var endDay = 0;
var mapURL = "http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=10th+and+Douglas+13th+and+Farnam&amp;AD3=Omaha+NE&amp;recent=0"
    mapURL = "http://maps.notyahoo.com/maps_result?csz=Omaha%2C+NE+68102&state=NE&uzip=68102&ds=n&name=&desc=&ed=wlAEqOp_0ToAiEW2ok6zhRoIMOXjSB6Y1SVesKAHVknVPw88XsYc3YR2Gwt3FnERUGSph.IY4LAt95FM7cCIslLMykQIxGilqsdHaz.17i8q&zoomin=yes&BFKey=&mag=9&resize=l"
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=10th+and+Douglas+Street&city=Omaha&state=NE&zipcode=68102&homesubmit.x=45&homesubmit.y=13';

function show_SumArts_Map()
   {
	document.write('&nbsp;&nbsp;&nbsp;');
	document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.summerarts.org/">Summer Arts Fair June ');
	document.write(startDay+'-'+endDay+', '+year+'</a>');
   document.write('&nbsp;(<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',160); return true;" onmouseout="nd(); return true;">10th to 15th and Farnam</a>)</font><font face="Arial,Geneva,Helvetica,Tahoma">&nbsp; </font><font face="Arial,Geneva,Helvetica,Tahoma" size="2"><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 />');
   } //end function

//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;
   }ndDay = 28;
   }


if (month == 4)
   show_SumArts_Map();
else
if ((month == 5) && (day <= endDay))
   show_SumArts_Map();
// Stop hiding -->
