<!-- 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 eventURL = 'http://www.EarthDayOmaha.com/';
var mapURL = '';
    //mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=808+S.+60th&amp;AD3=Omaha+NE&amp;recent=0';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;address=808+S.+60th&amp;city=Omaha&amp;state=NE&amp;zipcode=68106-1206&amp;homesubmit.x=45&amp;homesubmit.y=13';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;address=60th+and+Dodge&amp;city=Omaha&amp;state=NE&amp;zipcode=68106-1206&amp;homesubmit.x=45&amp;homesubmit.y=13';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;address=6000+Dodge+St.&amp;city=Omaha&amp;state=NE&amp;zipcode=68106-1206&amp;homesubmit.x=45&amp;homesubmit.y=13';
    //mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;addtohistory=&amp;formtype=address&amp;searchtype=address&amp;cat=&amp;address=6000%20Dodge%20St&amp;city=Omaha&amp;state=NE&amp;zipcode=';
    //mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;address=6000+Levenworth+St.&amp;city=Omaha&amp;state=NE&amp;zipcode=68106&amp;homesubmit.x=45&amp;homesubmit.y=13';
    //mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;addtohistory=&amp;formtype=address&amp;searchtype=address&amp;cat=&amp;address=&amp;city=Omaha&amp;state=NE&amp;zipcode=68106';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&amp;address=6000+Dodge+St.&amp;city=Omaha&amp;state=NE&amp;homesubmit.x=45&amp;homesubmit.y=13';

function show_EarthDayOmahaInfo()
   {
   var zDate=bd_monthNames[endMonth];
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="http://www.earthdayomaha.com">Earth Day Omaha</a> - ');

   document.write('<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">'+bd_monthNames[endMonth]+' '+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;">Elmwood Park</a>)&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Info\',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 = 3; // April
   endDay = 20;
   }
else
if (year == 2003)
   {
   endMonth = 4; // May
   endDay = 10;
   }
else
if (year == 2004)
   {
   endMonth = 4; // May
   endDay = 8;
   }
else
if (year == 2005)
   {
   endMonth = 3; // April
   endDay = 23;
   }
else
if (year == 2006)
   {
   endMonth = 3; // April
   endDay = 22;
   }
else
if (year == 2007)
   {
   endMonth = 3; // April
   endDay = 21;
   }
else
if (year == 2008)
   {
   endMonth = 3; // April
   endDay = 19;
   }
else
   {
   endMonth = 3;
   endDay = 18;
   }


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

// Stop hiding -->
