<!-- 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_LCL()
   {
   document.write('Journeys: American Travels and Encounters.  A presentation of the Missouri Humanitites Council in partnership with the Nebraska Humanities Council, Omaha Parks and Recreation and Lauritzen Gardens in observance of the bicentennial of the Lewis and Clark Expedition.&nbsp; ');
   document.write('Topics cover 1) The Canoes of Lewis and Clark, 2) Lewis and Clark meet the Otoe and Missouri people, 3) Remembering York, 4) Medical Care on the Lewis and Clark Voyage of Discovery, 5) The Legacy of William Clark Exploitation, Displacement, and Devastation, and 6) Special Jouneys.&nbsp; ');
   document.write('Each topic is coveredon a separate Monday starting October 7, and continuing through November 18th.&nbsp; ');
   document.write('All presentations are at the Lauritzen Gardens, 100 Bancroft Street, 7:00 <small>PM</small> to 8:30 <small>PM</small>.&nbsp; ');
   document.write('<a onclick="openWindow(this,\'codepage\')" href="http://www.lincolnne.com/nonprofit/nhc/lewis&clark.html">More info</a>');


//   document.write('<br /><br />');
   }
    
//alert("Month is "+month+" and day is "+day);
if (year == 2002)
   {
   if (month == 9)
      show_LCL();
   else
   if ((month == 10) && (day < 18))
      show_LCL();
   }
// Stop hiding -->