<!-- 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 = 'http://www.rockbrookvillage.com/events/index.html';
var mapURL = '';
    //mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=108th+and+Elm+St.&amp;AD3=Omaha+NE&amp;recent=0';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=108th+and+Elm+Street&city=Omaha&state=NE&zipcode=68132&homesubmit.x=45&homesubmit.y=13';


function show_RockbrookArtFair_Map()
   {
   if (year==2002)
      document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Rockbrook Art Fair September 7-8</a>');
   else
   if (year==2003)
      document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Rockbrook Art Fair September 6-7</a>');
   else
   if (year==2004)
      document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Rockbrook Art Fair September 11-12</a>');
   else
      document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Rockbrook Art Fair September</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;">108th & Elm St.</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)
   endDay = 8
else
if (year==2003)
   endDay = 7
else
if (year==2004)
   endDay = 12
else
if (year==2009)
   endDay = 13
else
if (year==2010)
   endDay = 12
else
if (year==2011)
   endDay = 11
else
   endDay = 10;

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