<!-- 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 orgName = "Durham Western Heritage Museum";
var orgAddress = "801 S. 10th";
var orgCSZ = "Omaha, Nebraska";
var orgArea = "Old Market";
var eventName = " ";
var eventTimes = " ";
var eventMonth = '???';
var eventLocation = '???????';
var startMonth = ' ';
var endMonth = ' ';
var startDay = ' ';
var endDay = ' ';
var eventTimes = ' ';
var eventURL = ' ';
var eventAddress = ' ';
var eventArea = ' ';



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

function writeTip()
   {
   if (startMonth==endMonth)
      if (startDay==endDay)
         document.write(' onmouseover="dccw(\''+startMonth+' '+startDay+', '+year+'<br />'+eventLocation+'<br />'+eventAddress+'<br />'+eventArea+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;"');
      else
         document.write(' onmouseover="dccw(\''+startMonth+' '+startDay+'-'+endDay+', '+year+'<br />'+eventLocation+'<br />'+eventAddress+'<br />'+eventArea+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;"');
   else
      document.write(' onmouseover="dccw(\''+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />'+eventLocation+'<br />'+eventAddress+'<br />'+eventArea+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;"');
   } // writeTip

function writeEventHoverTip()
   {
   if (startMonth==endMonth)
      if (startDay==endDay)
         document.write(' onmouseover="dccw(\''+startMonth+' '+startDay+', '+year+'<br />'+eventLocation+'<br />'+eventTimes+'<br />'+eventAddress+'<br />'+eventArea+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;" ');
      else
         document.write(' onmouseover="dccw(\''+startMonth+' '+startDay+'-'+endDay+', '+year+'<br />'+eventLocation+'<br />'+eventTimes+'<br />'+eventAddress+'<br />'+eventArea+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;" ');
   else
      document.write(' onmouseover="dccw(\''+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />'+eventLocation+'<br />'+eventTimes+'<br />'+eventAddress+'<br />'+eventArea+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;" ');
   } // writeEventHoverTip

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="LinkOnBlack" ');
   }

function writeGraphic()
   {
   document.write('<img src="../../../images/Art/DWHM-75x124.png" alt="Click to learn more at the Durham Western Heritage Museum." width="75" height="124">');
   }

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

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

function writeFontEnd()
   {
   document.write('</font>');
   }

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

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


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


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

function show_DWHM_Events()
   {
   document.write('<p class="GraphicLink"><a ');
   writeEventHoverTip();
   writeEventLink();
   document.write('>');
   writeGraphic();
   document.write('</a><br />');


   document.write('<a ');
   writeLinkClass();
   writeEventHoverTip();
   writeEventLink();
   document.write('>');
   document.write('<em>');
   writeFontBegin2();
   document.write(orgName);
   document.write('</font></a><br />');


   document.write('<a ');
   writeEventHoverTip();
   writeEventLink();
   document.write('>');
   writeFontBegin1();
   document.write(eventName+'<br />');
   if (startMonth==endMonth)
      if (startDay==endDay)
         document.write(startMonth+' '+startDay+', '+year);
      else
         document.write(startMonth+' '+startDay+'-'+endDay+', '+year);
   else
      document.write(startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year);
   document.write('<br />'+eventArea);
//   document.write('<br />'+eventAddress);
   document.write('</font></a>');
   document.write('</em></p>');
   } // show_DWHM_Events

if ((month == 4) || (month==5)) // May & June
   {
   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>';
      eventName = "FanFest on the Bridge";
      eventURL = 'http://www.DurhamMuseum.org/geninfo/misc.asp#bridge';
      eventURL = 'http://www.AllAboutOmaha.com/Omaha/FanFest.htm';
      eventLocation="10th Street Bridge"
      eventAddress="10th and Jackson St"
      eventArea="Old Market"
      }
   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>';
      eventName = "FanFest on the Bridge";
      eventURL = 'http://www.DurhamMuseum.org/geninfo/misc.asp#bridge';
      eventURL = 'http://www.AllAboutOmaha.com/Omaha/FanFest.htm';
      eventLocation="10th Street Bridge"
      eventAddress="10th and Jackson St"
      eventArea="Old Market"
      }
   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>';
      eventName = "FanFest on the Bridge";
      eventURL = 'http://www.DurhamMuseum.org/geninfo/misc.asp#bridge';
      eventURL = 'http://www.AllAboutOmaha.com/Omaha/FanFest.htm';
      eventLocation="10th Street Bridge"
      eventAddress="10th and Jackson St"
      eventArea="Old Market"
      }
   else
      {
      startMonth = "June";
      endMonth = "June";
      startDay = 0;
      endDay = 0;
      eventTimes = '3:00&nbsp;<span class="smcaps">P.M.</span> - 9&nbsp;<span class="smcaps">P.M.</span>';
      eventName = "FanFest on the Bridge";
      eventURL = 'http://www.DurhamMuseum.org/';
      eventLocation="10th Street Bridge"
      eventAddress="10th and Jackson St"
      eventArea="Old Market"
      }

   if (month == 4) // May
      show_DWHM_Events();
   else
   if ((month == 5) && (day <= endDay)) // June
      show_DWHM_Events();
   else
      show_DWHM();
   }
else
   show_DWHM();


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

