<!-- Hide script

var bd_BaseDate = new Date();

var month = bd_BaseDate.getMonth();
var day   = bd_BaseDate.getDate();
var year  = bd_BaseDate.getFullYear();
if (year < 1900) {year+=1900; } // Fix for Opera version 7.11 and earlier, (years are 103 for 2003, etc.)
var orgName = "Durham Western Heritage Museum";
var orgAddress = "801 S. 10th";
var orgCSZ = "Omaha, Nebraska";
var orgArea = "Old Market";
var eventURL = 'http://www.DurhamMuseum.org/';
var eventTimes = "";
var eventLocation = '';
var defaultHoverTitle = 'Upcoming Events - Click to visit the website. Move logo to top of page and Press F11 in Internet Explorer to see more.';
var hoverTitle=defaultHoverTitle;
var eventName = '';
var eventSubTitle = "";
var startMonth = '';
var endMonth = '';
var startDay = '';
var endDay = '';
var startYear = year;
var endYear = year;
var eventAddress = orgAddress;  // default unless at another location
var eventArea = '';
var eventText = '';
var eventSponsor = '';
var hoverTip = '';

var savedStartYear=startYear;
var savedEndYear=endYear;
var savedStartMonth=startMonth;
var savedEndMonth=endMonth;
var savedStartDay=startDay;
var savedEndDay=endDay;
var savedEventTimes=eventTimes;
var savedEventName=eventName;
var savedEventSubTitle=eventSubTitle;
var savedEventLocation=eventLocation;
var savedEventArea=eventArea;
var savedEventText=eventText;
var savedEventSponsor=eventSponsor;
var savedEventURL=eventURL;
var savedHoverTip = '';
var savedHoverTitle = 'Next Event';



function writeRegHoverTip()
   {
   document.write(' onmouseover="dlcw(\''+orgAddress+'<br />'+orgCSZ+'<br />'+orgArea+'.\',\''+orgName+'\',240); return true;" onmouseout="nd(); return true;"');
   }

function writeBigHoverTip()
   {
   hoverTitle=defaultHoverTitle;
   document.write(' onmouseover="dlcw(\''+hoverTip+'\',\''+hoverTitle+'\',700); return true;" onmouseout="nd(); return true;"');
   }

function writeSavedHoverTip()
   {
   document.write(' onmouseover="dlcw(\''+savedHoverTip+'\',\''+savedHoverTitle+'\',400); return true;" onmouseout="nd(); return true;"');
   }

function save_FirstEvent()
   {
   savedStartYear=startYear;
   savedEndYear=endYear;
   savedStartMonth=startMonth;
   savedEndMonth=endMonth;
   savedStartDay=startDay;
   savedEndDay=endDay;
   savedEventTimes=eventTimes;
   savedEventName=eventName;
   savedEventSubTitle=eventSubTitle;
   savedEventLocation=eventLocation;
   savedEventArea=eventArea;
   savedEventText=eventText;
   savedEventSponsor=eventSponsor;
   savedEventURL=eventURL;

   savedHoverTip=hoverTip;
   } // end function save_FirstEvent()

function collectHoverTip()
   {
   if (hoverTip != '')
      hoverTip=hoverTip+'<br /><br />';

   if (eventName != '')
      hoverTip=hoverTip+'<strong>'+eventName+'</strong><br />';
   if (eventSubTitle != '')
      hoverTip=hoverTip+'<strong>'+eventSubTitle+'</strong><br />';

   if (startYear==endYear)
      if (startMonth==endMonth)
         if (startDay==endDay)
            hoverTip=hoverTip+startMonth+' '+startDay+', '+year+'<br />';
         else
            hoverTip=hoverTip+startMonth+' '+startDay+'-'+endDay+', '+year+'<br />';
      else
         hoverTip=hoverTip+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />';
   else
      hoverTip=hoverTip+startMonth+' '+startDay+', '+startYear+'-'+endMonth+' '+endDay+', '+endYear+'<br />';

   if (eventLocation != '')
      hoverTip=hoverTip+eventLocation+'<br />';
   if (eventTimes != '')
      hoverTip=hoverTip+eventTimes+'<br />';
   if (eventAddress != '')
      hoverTip=hoverTip+eventAddress+'<br />';
   if (eventArea != '')
      hoverTip=hoverTip+eventArea+'<br />';
   if (eventText != '')
      hoverTip=hoverTip+eventText+'<br />';
   if (eventSponsor != 'NA')
      hoverTip=hoverTip+'<strong>Sponsor: </strong>'+eventSponsor;
   if (savedHoverTip == '')
      save_FirstEvent();
   }


function writeEventLink()
   {
   document.write('onclick="openWindow(this,\'codepage\')" href="'+eventURL+'"');
   }

function writeOrgLink()
   {
   document.write('onclick="openWindow(this,\'codepage\')" href="http://www.DurhamMuseum.org/"');
   }

function writeLinkClass()
   {
   document.write('class=LinkXOB ');
   }
function writeLinkClassB()
   {
   document.write('class=LinkWOB ');
   }

function writeGraphic()
   {
   document.write('<img src="images/Art/DWHM-75x124.png" alt="" width="75" height="124">');
   }

function writeFontBeginSize2()
   {
   document.write('<font face="Arial,Geneva,Helvetica,Tahoma" size="2">');
   }

function writeFontBeginSize1()
   {
   document.write('<font color="#ffffff" face="Arial,Geneva,Helvetica,Tahoma" size="1">');
   }

/*
function writeeventName()
   {
   document.write(eventName+'<br />');
   }
   */

function show_DWHM()
   {
   document.write('<p align="center"><a ');
   writeRegHoverTip();
   writeOrgLink();
   document.write('>');
   writeGraphic();
   document.write('</a><br />');


   document.write('<a ');
   writeLinkClass();
   writeRegHoverTip();
   writeOrgLink();
   document.write('>');
   document.write('<em>');
   writeFontBeginSize2();
   document.write(orgName);
   document.write('</font></a><br />');


   document.write('<a ');
   writeLinkClassB();
   writeRegHoverTip();
   writeOrgLink();
   document.write('>');
   writeFontBeginSize1();
   document.write(orgArea);
   document.write('</font></a>');
   document.write('</em>');
   document.write('</p>');
   }

function show_DWHM_Events()
   {
   show_DWHM();
   }



function show_DWHM_Events3()
   {
   document.write('<p align="center"><a ');
   writeBigHoverTip();
   writeEventLink();
   document.write('>');
   writeGraphic();
   document.write('</a><br />');


   document.write('<a ');
   writeLinkClass();
   hoverTitle="Next Event - Click to visit the website.";
   writeSavedHoverTip();
   writeEventLink();
   document.write('>');
   writeFontBeginSize2();
   document.write(orgName);
   document.write('</font></a><br />');


   document.write('<a ');
   writeSavedHoverTip();
   writeEventLink();
   document.write('>');
   writeFontBeginSize1();
   document.write(savedEventName+'<br />');
   if (savedEventSubTitle != '')
      document.write(savedEventSubTitle+'<br />');
   if (savedStartYear==savedEndYear)
      if (savedStartMonth==savedEndMonth)
         if (savedStartDay==savedEndDay)
            document.write(savedStartMonth+' '+savedStartDay+', '+savedStartYear);
         else
            document.write(savedStartMonth+' '+savedStartDay+'-'+savedEndDay+', '+savedStartYear);
      else
         document.write(savedStartMonth+' '+savedStartDay+'-'+savedEndMonth+' '+savedEndDay+', '+savedStartYear);
   else
      document.write(savedStartMonth+' '+savedStartDay+', '+savedStartYear+'-'+savedEndMonth+' '+savedEndDay+', '+savedEndYear);


   //document.write('<br />'+savedEventArea);
   document.write('<br />'+savedEventTimes);
   //document.write('<br />'+savedEventLocation);
   document.write('</font></a>');

   document.write('</p>');
   } // end function show_DWHM_Events3()


function set_up_Default()
   {
   startMonth = "January";
   endMonth = "December";
   startDay = 1;
   endDay = 31;
   eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
   eventSubTitle = "Hours of Operation";
   eventName = "Located conveniently";
   eventName = "Durham Western Heritage Museum";
   eventName = "Open all year";
   eventLocation="Hours";
   eventArea="Old Market";
   eventText="Come see Omaha history.";
   eventSponsor = '';
   }




function set_up_FanFest()
   {
   eventName = "Fanfest on the Bridge";
   eventSubTitle = "FanFest on the Bridge";
   eventLocation="10th Street Bridge";
   eventAddress="10th and Jackson St";
   eventArea="Old Market";
   if (year==2002)
      {
      startMonth = "June";
      endMonth = "June";
      startDay = 21;
      endDay = 21;
      eventTimes = '3:00&nbsp;<span class="smcaps">P.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventURL = 'http://www.DurhamMuseum.org/geninfo/misc.asp#bridge';
      eventURL = 'http://www.AllAboutOmaha.com/Omaha/FanFest.htm';
      eventSponsor = '';
      }
   else
   if (year==2003)
      {
      startMonth = "June";
      endMonth = "June";
      startDay = 20;
      endDay = 20;
      eventTimes = '3:00&nbsp;<span class="smcaps">P.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventURL = 'http://www.DurhamMuseum.org/geninfo/misc.asp#bridge';
      eventURL = 'http://www.AllAboutOmaha.com/Omaha/FanFest.htm';
      eventSponsor = '';
      }
   else
   if (year==2004)
      {
      startMonth = "June";
      endMonth = "June";
      startDay = 25;
      endDay = 25;
      eventTimes = '3:00&nbsp;<span class="smcaps">P.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventURL = 'http://www.DurhamMuseum.org/geninfo/misc.asp#bridge';
      eventURL = 'http://www.AllAboutOmaha.com/Omaha/FanFest.htm';
      eventSponsor = '';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   } // end function set_up_FanFest()

function set_up_ConnectingGenerations_2005()
   {
   if (year==2005)
      {
      startMonth = "March";
      endMonth = "May";
      startDay = 12;
      endDay = 22;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Connecting the Generations";
      eventSubTitle = "Preserving and Documenting Treasured Heirlooms";
      eventLocation="DWHM Exhibition - large Velde Gallery";
      eventArea="Old Market";
      eventText="Memories fade, information is lost, ancestors die and soon our links to the past are broken.  Items from Durham Western Heritage Museum's collections, including furniture, quilts and photographs, demonstrate the fundamentals of saving irreplaceable heirlooms for generations to come.  This exhibit includes over 150 artifacts that illustrate the importance of documentation and preservation practices in our personal quest to save the past for the future.  A series of workshops, complimenting this exhibition, will be available for both museum members and guests.";
      eventSponsor = 'HDR';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }




function set_up_BoundForGlory_2005()
   {
   if (year==2005)
      {
      startMonth = "March";
      endMonth = "June";
      startDay = 19;
      endDay = 5;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Bound for Glory";
      eventSubTitle = "America in Color";
      eventLocation="DWHM Exhibition - large Velde Gallery";
      eventArea="Old Market";
      eventText="In Spring of 2005 the Library of Congress will present Bound for Glory: America in Color, the first major exhibition of the remarkable color images of the Farm Security Administration/Office of War Information (FSA/OWI).  Comprised of seventy photographs—spanning 1939 - 1943 —the exhibition reveals a vibrant world typically viewed only through black-and-white images.  The vivid images document the ravages of the Depression on America's rural population, the nation's economic recovery and industrial growth, and America mobilization for World War II.<br /><br />The photographs in Bound for Glory, many by famed photographers such as John Vachon, Jack Delano, Russell Lee, and Marion Post Wolcott, document not only the subjects in the pictures, but also the dawn of a new era—the Kodachrome era—marking a historic divide in visual presentation between the monochrome world of the pre-modern age and the brilliant hues of the present.  A publication with 175 of the FSA/OWI color photographs accompanies the exhibition.<br /><br />This exhibition was organized by the Library of Congress and made possible with the support of Durham Western Heritage Museum.  Following the exhibition's premier at Durham Western Heritage Museum, Bound for Glory will travel to several select venues across the United States.";
      eventSponsor = 'HDR, Robert H. Storz Foundation, Suzanne & Walter Scott Foundation, Dr. C.C. and Mabel L. Criss Memorial Foundation, Alan and Marcia Baer Family Charitable Trust.';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_SmithsonianMuseumDay_2005()
   {
   if (year==2005)
      {
      startMonth = "April";
      endMonth = "April";
      startDay = 30;
      endDay = 30;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Smithsonian Museum Day";
      eventSubTitle = "Free Admission";
      eventLocation="Entire Museum";
      eventArea="Old Market";
      eventText="Smithsonian Museum Day is a national program that kicks off <em>Smithsonian Magazine's</em> 35<sup>th</sup> Anniversary.  Smithsonian is sponsoring free admission to select museum and cultural venues nationwide.  As participants in this national promotion, Durham Western Heritage Museum will extend free admission for two adults when presented with a Museum Day card that will run in the April 2005 issue of Smithsonian Magazine.";
      eventSponsor = 'Smithsonian';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }



function set_up_SaluteTheArts_May14_June12_2005()
   {
   if (year==2005)
      {
      startMonth = "May";
      endMonth = "June";
      startDay = 14;
      endDay = 12;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Salute the Arts";
      eventSubTitle = "Nebraska National Guard";
      eventLocation="Nebraska National Guard - small Velde Gallery";
      eventArea="Old Market";
      eventText="The Nebraska National Guard proudly presents Salute the Arts. This program was designed to teach families and soldiers how to express themselves through art.  The exhibit includes works from the following categories: photographs submitted from deployed soldiers, art from home submitted by military families, and finally family created works from artist directed sessions.";
      eventSponsor = 'Wilson Family';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }



function set_up_SavingStuffPresentation_2005()
   {
   if (year==2005)
      {
      startMonth = "May";
      endMonth = "May";
      startDay = 17;
      endDay = 17;
      eventTimes = '6&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Saving Stuff Presentation";
      eventSubTitle = "<em>Featuring co-authors:  Don Williams and Louisa Jaggar</em>";
      eventLocation="Location in Museum: T.B.D.";
      eventArea="Old Market";
      eventText="Everyone saves &ldquo;stuff&rdquo; and some of that &ldquo;stuff&rdquo; is a special part of his or her family history.  Smithsonian Curator, Don Williams and co-author Louisa Jaggar share their insights on preserving your &ldquo;stuff&rdquo; to last for many generations.  The presentation will cover the preservation of heirlooms made from a wide variety of materials—paper, wood, plastic, cloth, etc.  Participants may bring an item for evaluation following the workshop.  (No appraisals will be given.)<br /><br />The authors will be available for a book signing following the workshop.  The book,  &ldquo;Saving Stuff&rdquo; will be available for purchase.<br /><strong>Cost: $12 non/member, $10.00 member.</strong><br /><br />Reservations required, please call the Education department at (402) 444-5027 to register.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_PoliticalRole_July2_Sep25_2005()
   {
   if (year==2005)
      {
      startMonth = "July";
      endMonth = "September";
      startDay = 2;
      endDay = 25;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "First Ladies:  Political Role and Public Image";
      eventSubTitle = "";
      eventLocation="SITES - large Velde Gallery";
      eventArea="Old Market";
      eventText="First Ladies: Political Role and Public Image explores the demanding duties of the presidential partner and examines our nation's fascination with the women who have filled this unelected, but politically important, position.  The traveling version of one of the Smithsonian's most popular exhibitions, First Ladies features gowns, personal belongings, White House artifacts, and campaign memorabilia, and examines the evolution of the first lady's role from ceremonial partner to one of international celebrity and recognized political power.";
      eventSponsor = 'GOLD Sponsors:  Durham Foundation, Suzanne &amp; Walter Scott Foundation<br />SILVER Sponsors:  First National Bank';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_GirlScoutsFirstLadies_Sep18_2005()
   {
   if (year==2005)
      {
      startMonth = "September";
      endMonth = "September";
      startDay = 18;
      endDay = 18;
      eventTimes = '1:00&nbsp;<span class="smcaps">P.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Girl Scout Discover:  &ldquo;First Ladies&rdquo;";
      eventSubTitle = "";
      eventLocation="SITES - large Velde Gallery";
      eventArea="Old Market";
      eventText="Join us for an afternoon of family fun and discovery as you explore the <em>First Ladies: Political Role and Public Image</em> exhibition and the museum's educational galleries. Girl Scouts and their families are welcome to visit Durham Western Heritage Museum at the special rate of $3.50 per person.  Please wear your uniform or your Girl Scout pin.  The Great Plains Girl Scout Council will have registration tables available for new Girl Scout sign up.  New Girl Scouts will receive the special admission rate for their families.  The museum's soda fountain, candy store, and gift shop will be open for your Sunday afternoon enjoyment!.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_AgeOfTheStamp_20051113()
   {
   if (year==2005)
      {
      startMonth = "August";
      endMonth = "November";
      startDay = 20;
      endDay = 13;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Age of the Stamp";
      eventSubTitle = "";
      eventLocation="SITES - large Velde Gallery";
      eventArea="Old Market";
      eventText="On display from the Smithsonian's National Postal Museum, the Art of the Stamp comprises 100 small works of original art created by 52 top professional illustrators and designers working in the United States, for the United States Postal Service's stamp program.  These miniature masterpieces, whose design spans the 1960s to the present, reflect the evolutionary process of American stamps as new subjects and designs are explored.  This exhibition is a three-way collaboration between SITES, the National Postal Museum and the U.S. Postal Service.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_OmahaStampShow_Sep23_25_2005()
   {
   if (year==2005)
      {
      startMonth = "September";
      endMonth = "September";
      startDay = 23;
      endDay = 25;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span> (4&nbsp;<span class="smcaps">P.M.</span> on last day)';
      eventName = "Omaha Stamp Show";
      eventSubTitle = "";
      eventLocation="SITES - large Velde Gallery";
      eventArea="Old Market";
      eventText='The Omaha Philatelic Society presents the annual Omaha Stamp Show at Durham Western Heritage Museum.  Over 25 dealers will be onhand selling a variety of U.S. and foreign stamps and merchandise.  The Omaha Stamp Show is free to the public and open from 10&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span> on Friday and Saturday, and 10&nbsp;<span class="smcaps">A.M.</span> - 4&nbsp;<span class="smcaps">P.M.</span> on Sunday.  While attending the show, be sure to visit <em>Art of the Stamp</em>, a Smithsonian exhibition, on display at Durham Western Heritage Museum.';
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_OmahaCameraClub_Sep17_Oct16_2005()
   {
   if (year==2005)
      {
      startMonth = "September";
      endMonth = "October";
      startDay = 17;
      endDay = 16;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Omaha Camera Club";
      eventSubTitle = "80th Anniversery Exhibition";
      eventLocation="Small Velde Gallery";
      eventArea="Old Market";
      eventText="The Omaha Camera Club will be displaying an 80<sup>th</sup> Anniversary photography exhibition at Durham Western Heritage Museum.  This captivating exhibit commemorates the 80<sup>th</sup> Anniversary of the Omaha Camera Club.  The images will include black and white prints, color prints, black and white digital prints, and color digital prints.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }





function set_up_TeachersNight_2005()
   {
   if (year==2005)
      {
      startMonth = "October";
      endMonth = "October";
      startDay = 21;
      endDay = 21;
      eventTimes = '5:00&nbsp;<span class="smcaps">P.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Smithsonian Teachers' Night";
      eventSubTitle = "at the<br />Durham Western Heritage Museum;";
      eventLocation="Entire Museum";
      eventArea="Old Market";
      eventText="Smithsonian Teachers' Night at the Durham Western Heritage Museum will bring together hundreds of teachers to celebrate the power of museums to enhance learning.  At the event, teachers will enjoy demonstrations, tours of the museum, a raffle, light refreshments, and an opportunity to learn about the educational exhibitions, programs and resources in the community.  Smithsonian Teachers' Night is open to educators only.  Admission is free and all teachers must register in advance at www.teachersnight.org.";
      eventURL="http://www.teachersnight.org";
      savedHoverTitle="Click to visit the www.teachersnight.org website."
      eventSponsor = 'Smithsonian';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }





function set_up_BoyScoutArtOfTheStamp_Oct15_2005()
   {
   if (year==2005)
      {
      startMonth = "October";
      endMonth = "October";
      startDay = 15;
      endDay = 15;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Boy Scout Family Day - Art of the Stamp";
      eventSubTitle = "";
      eventLocation="SITES - large Velde Gallery";
      eventArea="Old Market";
      eventText="All Boy Scouts in uniform will be admitted free to the museum.  Celebrate <em>&quot;National Stamp Collecting Month&quot;</em> at Durham Western Heritage Museum.  Visit the <em>&quot;Art of the Stamp&quot;</em> on display from the Smithsonian's National Postal Museum.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }



function set_up_ExpressYourselfThroughTheArts_Nov8_20_2005()
   {
   if (year==2005)
      {
      startMonth = "November";
      endMonth = "November";
      startDay = 8;
      endDay = 20;
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Express Yourself Through the Arts";
      eventSubTitle = "Methodist Hospital - Treehouse Gallery";
      eventLocation="";
      eventArea="";
      eventText="<em>Express Yourself Through the Arts</em> showcases artworks produced by members of our community who are dealing with illness.  Through its art workshops, Methodist Hospital's Express Yourself Through the Arts program offers a creative and cathartic outlet.  The workshop series includes Journaling, Printmaking, Matboard Design, Acrylics and Glazing, and Watercolor/Mixed Media.";
      eventSponsor = '<em>Express Yourself Through the Arts</em> is a community program sponsored by the Methodist Hospital Volunteers in Partnership, supported by the Methodist Hospital Foundation and a grant from the Nebraska Arts Council.';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_HolidayMiniatures_Nov25_Jan8_2005_2006()
   {
   if ((year==2005) || (year == 2006))
      {
      startMonth = "November";
      startDay = 25;
      startYear="2005";
      endMonth = "January";
      endDay = 8;
      endYear="2006";
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Holiday Minatures";
      eventSubTitle = "Omaha Council Bluffs Minatures";
      eventLocation="Small Velde Gallery";
      eventArea="Old Market";
      eventText="Durham Western Heritage Museum and the Omaha-Council Bluffs Miniature Guild present Holiday Miniatures, over 100 custom-made miniature displays. This Holiday exhibit includes a miniature Christmas Village complete with diners, toyshops, schoolhouses, bakeries and more.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_ChristmasAtUnionStation_Nov25_Jan8_2005_2006()
   {
   if ((year==2005) || (year == 2006))
      {
      startMonth = "November";
      startDay = 25;
      startYear="2005";
      endMonth = "January";
      endDay = 8;
      endYear="2006";
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Christmas at Union Station";
      eventSubTitle = "";
      eventLocation="Location: Entire Museum";
      eventArea="Old Market";
      eventText="Our holiday tradition showcases the city's largest indoor Christmas tree adorned with thousands of lights and ornaments.  This year's theme will feature a tree covered with beautiful ornaments and decorations.  Live entertainment will perform each Saturday and Sunday throughout the month of December.  The Tree Lighting Ceremony is on Friday, November 25th.";
      eventSponsor = 'First National Bank';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_ChristmasTreeLighting_Nov25_2005()
   {
   if (year==2005)
      {
      startMonth = "November";
      startDay = 25;
      startYear="2005";
      endMonth = "November";
      endDay = 25;
      endYear="2005";
      eventTimes = '5:00&nbsp;<span class="smcaps">P.M.</span> - 7&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Tree Lighting Ceremony";
      eventSubTitle = "at Union Station";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      eventText="Durham Western Heritage Museum invites everyone to attend the Tree Lighting Ceremony on Friday, November 25th from 5pm - 7pm.  Festivities include holiday musical performances, children's activities, a visit from Mr. & Mrs. Claus, the traditional countdown to the lighting of the tree, and much more.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_EthnicHolidayFestival_Dec2_2005()
   {
   if (year==2005)
      {
      startMonth = "December";
      startDay = 2;
      startYear="2005";
      endMonth = "December";
      endDay = 2;
      endYear="2005";
      eventTimes = '5:00&nbsp;<span class="smcaps">P.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Ethnic Holiday Festival";
      eventSubTitle = "at Union Station";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      eventText="Experience cultures from around the world by sampling ethnic holiday foods, viewing traditional crafts and observing ethnic performances.  Also, experience entertainment from distant lands, view a display of miniature Christmas trees decorated in the fashion of many nations, and much more.  This annual festival will be held from 5pm - 9pm.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_BigBang_Dec17_Mar12_2005_2006()
   {
   if ((year==2005) || (year == 2006))
      {
      startMonth = "December";
      startDay = 17;
      startYear="2005";
      endMonth = "March";
      endDay = 12;
      endYear="2006";
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "The Burgess Shale:";
      eventSubTitle = "Evolution's Big Bang";
      eventLocation="SITES - Medium Velde Gallery";
      eventArea="Old Market";
      eventText="This exhibition, on display from Smithsonian's National Museum of Natural History's Department of Paleobiology, uses fossils, lifelike models, scientific illustrations, and interactives to highlight events of this evolutionary upsurge.  More than 500 million years ago a burst of life erupted that was more varied than in any other known period of time.  The isolated Burgess Shale fossils, found high in the Canadian Rockies, include the ancestors of virtually all known living animals, and provided the world's first window on early multi-cellular life.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_GirlScoutMovinOnUp_Feb4_2006()
   {
   if (year==2006)
      {
      startMonth = "February";
      startDay = 4;
      startYear="2006";
      endMonth = "February";
      endDay = 4;
      endYear="2006";
      eventTimes = '9:00&nbsp;<span class="smcaps">A.M.</span> - 12&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Girl Scout Movin On Up";
      eventSubTitle = "";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      eventText="Brownies, Juniors, Cadettes and Seniors participate in a multi-level Bridging workshop to direct and assist you in completing steps to earn the bridging patch. In addition, have fun exploring the entire museum during the workshop and after. Enjoy the day at the Durham Western Heritage Museum!. Reservations required, contact the Great Plains Council office at (402) 558-8189.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_JazzUpYourEveningattheMuseum_Feb10_2006()
   {
   if (year==2006)
      {
      startMonth = "February";
      startDay = 10;
      startYear="2006";
      endMonth = "February";
      endDay = 10;
      endYear="2006";
      eventTimes = '5:00&nbsp;<span class="smcaps">P.M.</span> - 8&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Jazz Up Your Evening at the Museum!";
      eventSubTitle = "";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      eventText="Exclusive Member-Only Preview!&lt;br /&gt;&lt;br /&gt;Please join us to experience the stimulating exhibit Latin Jazz: la combinacion perfecta. In conjunction with the members-only preview, Latin Jazz Dance Instructor Marty Hebert will provide instruction for the entire family. Don't forget about the chips, salsa, and family-friendly margarita reception! Event runs from 5 to 8 p.m.&lt;br /&gt;&lt;br /&gt;RSVP required by February 6, 2006, by calling (402) 444-5071 or e-mailing membership@DurhamMuseum.org&lt;br /&gt;&lt;br /&gt;Guests welcome with regular admission.&lt;br /&gt;Adults $6, Seniors (62+) $5, Children (3-12) $4.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function set_up_LatinJazz_The_Perfect_Combination_2006_02_11_2006_05_11_2006()
   {
   if (year==2006)
      {
      startMonth = "February";
      startDay = 11;
      startYear="2006";
      endMonth = "May";
      endDay = 7;
      endYear="2006";
      eventTimes = '10:00&nbsp;<span class="smcaps">A.M.</span> - 5&nbsp;<span class="smcaps">P.M.</span>';
      //eventName = "Latin Jazz has been organized by SITES and America\'s Jazz Heritage, a partnership of the Lila Wallace-Reader\'s Digest Fund and the Smithsonian Institution. Additional support has been provided by BET Jazz.";
      eventName = "Latin Jazz has been organized by SITES.";
      eventSubTitle = "";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      //eventText="Latin Jazz celebrates the moveable m&eacute;lange of musical styles and sounds. The bilingual English-Spanish exhibition explores the history, cultural context, musicians, places, instruments, and dance aesthetic behind the development of this musical genre. It features instruments - some owned by jazz greats, - documents, reproductions of photographs, musical scores, programs, album covers, and other artifacts. Maps, audiovisual stations, vintage film footage, and oral history interviews enhance the exhibition\'s impact.";
      //eventText="It features instruments - some owned by jazz greats, - documents, reproductions of photographs, musical scores, programs, album covers, and other artifacts. Maps, audiovisual stations, vintage film footage, and oral history interviews enhance the exhibition's impact.";
      eventText="Latin Jazz celebrates the moveable m&eacute;lange of musical styles and sounds. The bilingual English-Spanish exhibition explores the history, cultural context, musicians, places, instruments, and dance aesthetic behind the development of this musical genre. It features instruments - some owned by jazz greats, - documents, reproductions of photographs, musical scores, programs, album covers, and other artifacts. Maps, audiovisual stations, vintage film footage, and oral history interviews enhance the exhibitions impact.";
      eventSponsor = 'Durham Foundation - Peter Kiewit Foundation - Iowa West Foundation';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_OmahaDistrictHistoryDayCompetition_Mar11_2006()
   {
   if (year==2006)
      {
      startMonth = "March";
      startDay = 11;
      startYear="2006";
      endMonth = "March";
      endDay = 11;
      endYear="2006";
      eventTimes = '9:00&nbsp;<span class="smcaps">A.M.</span> - 8&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "Jazz Up Your Evening at the Museum!";
      eventSubTitle = "";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      eventText="Durham Western Heritage Museum will host the Omaha district competition for National History Day on Saturday, March 11, 2006. The theme for this year is &quot;Taking a Stand in History.&quot; Students may enter projects ranging from dramatic presentations to research papers. Call 402-444-5027 for more information.";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }

function set_up_HistoryHunters_2006()
   {
   if (year==2006)
      {
      startMonth = "March";
      startDay = 18;
      startYear="2006";
      endMonth = "March";
      endDay = 18;
      endYear="2006";
      eventTimes = '12:00&nbsp;<span class="smcaps">A.M.</span> - 2&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "History Hunters";
      eventSubTitle = "";
      eventLocation="Location: Main Lobby";
      eventArea="Old Market";
      eventText="History Hunters is an inter-active educational and entertainment program for children of all ages. History Hunters presents the amazing, the incredible, the entertaining…Magician Steve Nespor! Prepare yourselves for a laughter-filled, interactive, magical presentation for kids of all ages. Steve brings a fascinating blend of magic and history to the stage. Join us for this fun-filled event!";
      eventSponsor = 'NA';
      }
   else
      {
      set_up_Default();
      }
   collectHoverTip();
   }


function show_News_2005()
   {
   switch (month)
		{
		case 0: // Jan
			{
          set_up_SmithsonianMuseumDay_2005();
          set_up_ConnectingGenerations_2005();
          set_up_SavingStuffPresentation_2005();
          set_up_BoundForGlory_2005();

          show_DWHM_Events3();
			}
			break;
		case 1: // Feb
			{
          set_up_SmithsonianMuseumDay_2005();
          set_up_ConnectingGenerations_2005();
          set_up_SavingStuffPresentation_2005();
          set_up_BoundForGlory_2005();

          show_DWHM_Events3();
			}
			break;
		case 1: // Mar
			{
          set_up_SmithsonianMuseumDay_2005();
          set_up_ConnectingGenerations_2005();
          set_up_SavingStuffPresentation_2005();
          set_up_BoundForGlory_2005();

          show_DWHM_Events3();
			}
			break;
		case 1: // Apr
			{
         if (day <= 30)
            {
            set_up_SmithsonianMuseumDay_2005();
            }

          set_up_ConnectingGenerations_2005();
          set_up_SavingStuffPresentation_2005();
          set_up_BoundForGlory_2005();

          show_DWHM_Events3();
			}
			break;
		case 4: // May
			{
         if (day <= 17)
             set_up_SavingStuffPresentation_2005();

          if (day <= 22)
             set_up_BoundForGlory_2005();

          set_up_SaluteTheArts_May14_June12_2005();
          if (day >= 17)
             {
             set_up_PoliticalRole_July2_Sep25_2005();
             set_up_GirlScoutsFirstLadies_Sep18_2005();
             }

          show_DWHM_Events3();
			}
			break;
		case 5: // June
			{
          if (day <= 5)
             set_up_BoundForGlory_2005();
          if (day <= 12)
             set_up_SaluteTheArts_May14_June12_2005();

          set_up_PoliticalRole_July2_Sep25_2005();
          set_up_GirlScoutsFirstLadies_Sep18_2005();

          show_DWHM_Events3();
			}
			break;
		case 6: // July
			{
          set_up_PoliticalRole_July2_Sep25_2005();
          set_up_GirlScoutsFirstLadies_Sep18_2005();

          set_up_AgeOfTheStamp_20051113();
          set_up_OmahaStampShow_Sep23_25_2005();

          show_DWHM_Events3();
			}
			break;
		case 7: // August
			{
          set_up_PoliticalRole_July2_Sep25_2005();
          set_up_GirlScoutsFirstLadies_Sep18_2005();

          set_up_AgeOfTheStamp_20051113();
          set_up_OmahaStampShow_Sep23_25_2005();

          show_DWHM_Events3();
			}
			break;
		case 8: // Sep
			{
         if (day <= 25)
             set_up_PoliticalRole_July2_Sep25_2005();

         if (day <= 18)
             set_up_GirlScoutsFirstLadies_Sep18_2005();

         set_up_AgeOfTheStamp_20051113();
         if (day <= 25)
             set_up_OmahaStampShow_Sep23_25_2005();
         set_up_BoyScoutArtOfTheStamp_Oct15_2005();

         set_up_TeachersNight_2005();

         if (day >= 30)
            set_up_ExpressYourselfThroughTheArts_Nov8_20_2005();

         show_DWHM_Events3();
			}
			break;
		case 9: // Oct
			{
         if (day <= 15)
            set_up_BoyScoutArtOfTheStamp_Oct15_2005();
         if (day <= 16)
            set_up_OmahaCameraClub_Sep17_Oct16_2005();
         if (day <= 21)
            set_up_TeachersNight_2005();
         set_up_AgeOfTheStamp_20051113();
         set_up_ExpressYourselfThroughTheArts_Nov8_20_2005();

         set_up_ChristmasTreeLighting_Nov25_2005();
         set_up_ChristmasAtUnionStation_Nov25_Jan8_2005_2006()
         set_up_HolidayMiniatures_Nov25_Jan8_2005_2006();

         show_DWHM_Events3();
			}
			break;
		case 10: // Nov
			{
         if (day <= 13)
             set_up_AgeOfTheStamp_20051113();

         if (day <= 20)
            set_up_ExpressYourselfThroughTheArts_Nov8_20_2005();
         if (day <= 25)
            set_up_ChristmasTreeLighting_Nov25_2005();
         set_up_EthnicHolidayFestival_Dec2_2005();
         set_up_ChristmasAtUnionStation_Nov25_Jan8_2005_2006();
         set_up_HolidayMiniatures_Nov25_Jan8_2005_2006();
         set_up_BigBang_Dec17_Mar12_2005_2006();

         show_DWHM_Events3();
			}
			break;
		case 11: // Dec
		   {
         if (day <= 2)
            set_up_EthnicHolidayFestival_Dec2_2005();
         set_up_HolidayMiniatures_Nov25_Jan8_2005_2006();
         set_up_ChristmasAtUnionStation_Nov25_Jan8_2005_2006();
         set_up_BigBang_Dec17_Mar12_2005_2006();

         show_DWHM_Events3();
		   }
		break;
		} // end of switch
   } // end show_News_2005







function show_News_2006()
   {
   switch (month)
		{
		case 0: // Jan
			{
         if (day <= 8)
            {
            set_up_HolidayMiniatures_Nov25_Jan8_2005_2006();
            set_up_ChristmasAtUnionStation_Nov25_Jan8_2005_2006();
            }
         set_up_BigBang_Dec17_Mar12_2005_2006();
         set_up_GirlScoutMovinOnUp_Feb4_2006();
         set_up_JazzUpYourEveningattheMuseum_Feb10_2006();
         set_up_OmahaDistrictHistoryDayCompetition_Mar11_2006();
         set_up_LatinJazz_The_Perfect_Combination_2006_02_11_2006_05_11_2006();

         show_DWHM_Events3();
			}
			break;
		case 1: // Feb
			{
         if (day <= 4)
            set_up_GirlScoutMovinOnUp_Feb4_2006();

         if (day <= 10)
            set_up_JazzUpYourEveningattheMuseum_Feb10_2006();

         set_up_BigBang_Dec17_Mar12_2005_2006();
         set_up_OmahaDistrictHistoryDayCompetition_Mar11_2006();
         set_up_HistoryHunters_2006();
         set_up_LatinJazz_The_Perfect_Combination_2006_02_11_2006_05_11_2006();

          show_DWHM_Events3();
			}
			break;
		case 2: // Mar
			{
         if (day <= 11)
            set_up_OmahaDistrictHistoryDayCompetition_Mar11_2006();
         if (day <= 12)
             set_up_BigBang_Dec17_Mar12_2005_2006();
         if (day <= 18)
             set_up_HistoryHunters_2006();
         set_up_LatinJazz_The_Perfect_Combination_2006_02_11_2006_05_11_2006();

         show_DWHM_Events3();
			}
			break;
		case 3: // Apr
			{
         set_up_LatinJazz_The_Perfect_Combination_2006_02_11_2006_05_11_2006();

         show_DWHM_Events3();
			}
			break;
		case 4: // May
			{
         if (day <= 11)
            set_up_LatinJazz_The_Perfect_Combination_2006_02_11_2006_05_11_2006();

         if (day <= 11)
            show_DWHM_Events3();
         else
            show_DWHM();
			}
			break;
		case 5: // June
			{
          show_DWHM();
			}
			break;
		case 6: // July
			{
          show_DWHM();
			}
			break;
		case 7: // August
			{
          show_DWHM();
			}
			break;
		case 8: // Sep
			{
         show_DWHM();
			}
			break;
		case 9: // Oct
			{
         show_DWHM();
			}
			break;
		case 10: // Nov
			{
         show_DWHM();
			}
			break;
		case 11: // Dec
		   {
         show_DWHM();
		   }
		break;
		} // end of switch
   } // end show_News_2006




if (year==2005)
   {
   show_News_2005();	
   }
else
if (year==2006)
   {
   show_News_2006();	
   }
else
   {
   show_DWHM();
   }



//alert("Month is "+month+" and day is "+day);
//   show_DWHM_Events();
// Stop hiding -->

