<!-- 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 endMonth = 0;
var bd_monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
var place='Convention Center';
var eventURL = 'http://www.RiverCityRoundup.org/';
var mapURL = '';
    //mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=455+N+10th+Street&amp;AD3=Omaha+NE&amp;recent=0';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=455+N+10th+Street&city=Omaha&state=NE&zipcode=68102&homesubmit.x=45&homesubmit.y=13';

function show_RiverCityRoundupInfo()
   {
   var zDate=bd_monthNames[endMonth];
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">River City Roundup</a> - ');

   document.write('<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">'+bd_monthNames[endMonth]+' '+startDay+'-'+endDay+', '+year+'</a> ');

   document.write('&nbsp; (<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="drcw(\'Click to see a map.\',\'Map Link\',180); return true;" onmouseout="nd(); return true;">Convention Center</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." border="0" width="20" height="11" onmouseover="drcw(\'Click to see a map.\',\'Map Link\',180); return true;" onmouseout="nd(); return true;"></a><br />');
   }

//alert("Month is "+month+" and day is "+day);
if (year == 2002)
   {
   endMonth = 8; // September
   startDay = 18;
   endDay = 20;
   place='Aksarben';
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=6700+Mercy+Road&city=Omaha&state=NE&zipcode=68106&homesubmit.x=45&homesubmit.y=13';
   }
else
if (year == 2003)
   {
   endMonth = 8; // September
   startDay = 19;
   endDay = 28;
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=500+N+10th+Street&city=Omaha&state=NE&zipcode=68102&homesubmit.x=45&homesubmit.y=13';
   }
else
if (year == 2004)
   {
   endMonth = 8; // September
   startDay = 22;
   endDay = 26;
   }
else
if (year == 2005)
   {
   endMonth = 8; // September
   startDay = 21;
   endDay = 25;
   }
else
   {
   endMonth = 8; // September
   startDay = 20;
   endDay = 24;
   }




if (month == (endMonth-1))
   show_RiverCityRoundupInfo();
else
if (month == endMonth)
   {
   if (day <= endDay)
      show_RiverCityRoundupInfo();
   }

// Stop hiding -->
