<!-- 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 place='Heartland of America Park &amp; Clark Landing';
var eventURL = 'http://www.showofficeonline.com/TASTEHOMEPAGE.html';
var mapURL = '';
    //mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=10th+Douglas&amp;AD3=Omaha+NE&amp;recent=0';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=10th+Douglas+Street&city=Omaha&state=NE&zipcode=68102&homesubmit.x=45&homesubmit.y=13';
var startDay = 0;
var endDay = 0;

function show_TasteOfOmahaInfo()
   {
   document.write('&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Taste of Omaha, June '+startDay+'-'+endDay+'</a>&nbsp; (<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;">10th Douglas - Heartland of America Park</a>)&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseover="dccw(\'Click to see a map.\',\'Note\',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." class="imgStyle" width="20" height="11" /></a><br />');
   }
    
if (year==2002)
   {
   startDay = 7;
   endDay = 9;
   }
else
if (year==2003)
   {
   startDay = 6;
   endDay = 8;
   }
else
if (year==2004)
   {
   startDay = 6;
   endDay = 8;
   }
else
if (year==2005)
   {
   startDay = 10;
   endDay = 12;
   }
else
if (year==2006)
   {
   startDay = 9;
   endDay = 11;
   }
else
else
if (year==2007)
   {
   startDay = 8;
   endDay = 10;
   }
else
if (year==2008)
   {
   startDay = 6;
   endDay = 8;
   }
else
if (year==2009)
   {
   startDay = 5;
   endDay = 7;
   }
else
if (year==2010)
   {
   startDay = 11;
   endDay = 12;
   }
else
   {
   startDay = 10;
   endDay = 11;
   }ndDay = 9;
   }
   
//alert("Month is "+month+" and day is "+day);
if (month == 4)
   show_TasteOfOmahaInfo();
else
if ((month == 5) && (day <= endDay))
   show_TasteOfOmahaInfo();
// Stop hiding -->