<!-- 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 eventName = 'Spring into Spring';
var eventMonth = 'May';
var eventLocation = 'Lauritzen Gardens';
var eventSubLocation="Omaha Botanical Gardens"
var eventAddress="6th &amp; Bancroft"
var eventCSZ="Omaha, Nebraska"
var eventLink = "http://www.omahabotanicalgardens.org/May_festival/";
    eventLink = "http://www.omahabotanicalgardens.org/visitor_information/events/spring_into_spring_festival/index.asp";
    eventLink = "https://www.omahabotanicalgardens.org/Visitor_Information/Events/Spring_into_Spring_Festival/"; // 2008
    eventLink = "https://www.omahabotanicalgardens.org/Visitor_Information/Events/Spring_into_Spring/"; // 2009
    eventLink = "https://www.omahabotanicalgardens.org/Visit/Events_and_Exhibits/Spring_into_Spring/"; // 2010
    


function writeTip()
   {
   document.write(' onmouseover="dccw(\''+eventName+'<br />'+eventMonth+' '+startDay+'-'+endDay+', '+year+'<br />'+eventLocation+'<br />'+eventSubLocation+'<br />'+eventAddress+'<br />'+eventCSZ+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;"');
//   document.write(' onmouseover="dccw(\'Spring into Spring - May 25-26, 2003 - Lauritzen Gardens.\',\'Spring into Spring\',160); return true;" onmouseout="nd(); return true;"');
   }

function writeHoverTip()
   {
   document.write(' onmouseover="dccw(\'Spring into Spring<br />'+eventMonth+' '+startDay+'-'+endDay+', '+year+'<br />'+eventLocation+'<br />'+eventSubLocation+'<br />'+eventAddress+'<br />'+eventCSZ+'.\',\'Spring into Spring\',160); return true;" onmouseout="nd(); return true;" ');
   }

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

function writeLinkClass()
   {
   document.write('class="LinkOnBlack" ');
   }

function writeGraphic()
   {
   document.write('<img src="http://www.AllAboutOmaha.com/Omaha/images/Events/SpringIntoSpring-150x120.gif" border="0" alt="Click to learn about Spring into Spring." width="150" height="120">');
   }


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 show_SpringintoSpring()
   {
   document.write('<p align="center"><a ');
   writeHoverTip();
   writeLink();
   document.write('>');
   writeGraphic();
   document.write('</a><br />');


   document.write('<a ');
   writeLinkClass();
   writeHoverTip();
   writeLink();
   document.write('>');
   document.write('<em>');
   writeFontBegin2();
   document.write('Spring into Spring');
   document.write('</font></a><br />');


   document.write('<a ');
   writeLinkClass();
   writeTip();
//   writeHoverTip();
//   document.write(' onmouseover="dccw(\'Spring into Spring '+eventMonth+' '+startDay+'-'+endDay+', '+year+' - '+eventLocation+'.\',\'Spring into Spring\',160); return true;" onmouseout="nd(); return true;" ');
//   document.write(' onmouseover="dccw(\'Spring into Spring - May 17-18, 2003 - Lauritzen Gardens\',\'Spring into Spring\',160); return true;" onmouseout="nd(); return true;"');
   writeLink();
   document.write('>');
   writeFontBegin1();

   document.write('May '+startDay+'-'+endDay);
   document.write('<br />'+eventLocation);
   document.write('<br />'+eventSubLocation);
   document.write('</font></a>');
   document.write('</em></p>');
   }

   if (year==2001)
      {
      startDay = 19;
      endDay = 20;
      }
   else
   if (year==2002)
      {
      startDay = 18;
      endDay = 19;
      }
   else
   if (year==2003)
      {
      startDay = 17;
      endDay = 18;
      }
   else
   if (year==2004)
      {
      startDay = 15;
      endDay = 16;
      }
   else
   if (year==2005)
      {
      startDay = 14;
      endDay = 15;
      }
   else
   if (year==2006)
      {
      startDay = 6;
      endDay = 7;
      }
   else
   if (year==2007)
      {
      startDay = 19;
      endDay = 20;
      }
   else
   if (year==2008)
      {
      startDay = 17;
      endDay = 18;
      }
   else
   if (year==2009)
      {
      startDay = 2;
      endDay = 3;
      }
   else
   if (year==2010)
      {
      startDay = 15;
      endDay = 16;
      }
   else
      {
      startDay = 14;
      endDay = 15;
      }

//alert("Month is "+month+" and day is "+day);
if (month == 3)
   show_SpringintoSpring();
else
if ((month == 4) && (day <= endDay))
   show_SpringintoSpring();

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