<!-- 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;

function show_RockbrookAF()
   {
   //document.write('<p align="center"><a class="LinkOnBlack" onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillage.com/events/index.html"><img src="images/Art/ArtFairS-120x120.png" border="0" alt="Click to visit the Rockbrook Village Events page about the Art Fair." width="120" height="120"><br /><font face="Arial,Geneva,Helvetica,Tahoma" size="2"><em>Rockbrook Village</em></a><br />');
   document.write('<p align="center"><a class="LinkOnBlack" onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillageartfair.com/"><img src="images/Art/ArtFairS-120x120.png" border="0" alt="Click to visit the Rockbrook Village Events page about the Art Fair." width="120" height="120"><br /><font face="Arial,Geneva,Helvetica,Tahoma" size="2"><em>Rockbrook Village</em></a><br />');

   if (year==2004)
      document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillage.com/events/index.html" onmouseover="drcw(\'September 11-12, 2004-Rockbrook Village, which is south of 108th and Center (Elm St.).\',\'Rockbrook Art Fair\',200); return true;" onmouseout="nd(); return true;"><font color="#FFFFFF" size="1"><font color="#FFFFFF" size="1">Art Fair<br />September 11-12, 2004<br />Rockbrook Village</font></font></a></p>');
   else
   if (year==2003)
      document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillage.com/events/index.html" onmouseover="drcw(\'September 6-7, 2003-Rockbrook Village, which is south of 108th and Center (Elm St.).\',\'Rockbrook Art Fair\',200); return true;" onmouseout="nd(); return true;"><font color="#FFFFFF" size="1"><font color="#FFFFFF" size="1">Art Fair<br />September 6-7, 2003<br />Rockbrook Village</font></font></a></p>');
   else
   if (year==2002)
      document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillage.com/events/index.html" onmouseover="drcw(\'September 7-8, 2002-Rockbrook Village, which is south of 108th and Center (Elm St.).\',\'Rockbrook Art Fair\',216); return true;" onmouseout="nd(); return true;"><font face="Arial,Geneva,Helvetica,Tahoma" color="#FFFFFF" size="1"><font color="#FFFFFF" size="1">Art Fair<br />September 7-8, 2002<br />Rockbrook Village</font></font></a></p>');
   else
   if (year==2008)
      document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillage.com/news/index.html" onmouseover="drcw(\'Weekend following Labor Day-Rockbrook Village, which is south of 108th and Center (Elm St.).\',\'Rockbrook Art Fair\',200); return true;" onmouseout="nd(); return true;"><font color="#FFFFFF" size="1"><font color="#FFFFFF" size="1">Art Fair<br />Weekend following Labor Day<br />Rockbrook Village</font></font></a></p>');
   else
      document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.rockbrookvillageartfair.com/" onmouseover="drcw(\'Weekend following Labor Day-Rockbrook Village, which is south of 108th and Center (Elm St.).\',\'Rockbrook Art Fair\',200); return true;" onmouseout="nd(); return true;"><font color="#FFFFFF" size="1"><font color="#FFFFFF" size="1">Art Fair<br />Weekend following Labor Day<br />Rockbrook Village</font></font></a></p>');
   }

//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
   endDay = 5;

if (month == 7)
   show_RockbrookAF();
else
if ((month == 8) && (day <= endDay))
   show_RockbrookAF();

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