<!-- 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 place="Unknown";
var mapAddress="Unknown";
var mapZip = 68124;

function show_TasteOfNation_Link_Map()
   {
   var zMonth=bd_monthNames[endMonth];
   var zDate=bd_monthNames[endMonth]+' '+endDay+', '+year;

   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" class="x" href="http://www.gcsrss.com/~omahatas/">Taste of the Nation - '+zDate+'</a>');
   document.write('&nbsp; (<a onclick="openWindow(this,\'codepage\')" class="x" href="http://travel.yahoo.com/p/hotel/358899">'+place+'</a>)&nbsp;&nbsp;<a onclick="openWindow(this,\'codepage\')" onmouseover="dccw(\'Click to see a map.\',\'Note\',150); return true;" onmouseout="nd(); return true;" href="http://www.mapquest.com/maps/map.adp?country=US&address='+mapAddress+'&city=Omaha&state=NE&zipcode='+mapZip+'&homesubmit.x=45&homesubmit.y=13"><img src="images/NE-Map-20x11.gif" alt="This address is in Nebraska.  Click to see a map." class="imgStyle" width="20" height="11" /></a><br />');

   }  // end of show_TasteOfNation_Link_Map()

//alert("Month is "+month+" and day is "+day);


if (year == 2002)
   {
   endMonth = 3; // April
   endDay = 15;
   place="Regency Court";
   mapAddress="102nd+Regency+Parkway";
   mapZip = 68154;
   }
else
if (year == 2003)
   {
   endMonth = 2; // March
   endDay = 30;
   place="Holiday Inn Central";
   mapAddress="3321+S+72nd+St.";
   mapZip = 68124;
   }
else
if (year == 2004)
   {
   endMonth = 2; // March
   endDay = 28;
   place="Holiday Inn Central";
   mapAddress="3321+S+72nd+St.";
   mapZip = 68124;
   }
else
if (year == 2005)
   {
   endMonth = 3; // April
   endDay = 10;
   place="Holiday Inn Central";
   mapAddress="3215+S+72nd+St.";
   mapZip = 68124;
   }
else
if (year == 2006)
   {
   endMonth = 3; // April
   endDay = 30;
   place="Visiting Nurse Association";
   mapAddress="1941+S+42nd+St.";
   mapZip = 68105;
   }
else
if (year == 2007)
   {
   endMonth = 3; // April
   endDay = 22;
   place="Regency Court";
   mapAddress="120+Regency+Parkway";
   mapZip = 68114;
   }
else
if (year == 2008)
   {
   endMonth = 3; // April
   endDay = 27;
   place="Regency Court";
   mapAddress="120+Regency+Parkway";
   mapZip = 68114;
   }
else
   {
   endMonth = 3; // April
   endDay = 25;
   place="Unknown";
   mapAddress="Unknown";
   mapZip = 68124;
   }

//alert("Year is "+year+" Month is "+month+" and day is "+day);
if (month == (endMonth-1))
   ;//show_TasteOfNation_Link_Map();
else
if (month == endMonth)
   {
   if (day <= endDay)
      show_TasteOfNation_Link_Map();
   }

// Stop hiding -->