<!-- 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.)


function show_OutdoorLivingExpoInfo()
   {
   document.write('&nbsp;&nbsp;&nbsp;<a class="LinkLtBlue" onclick="openWindow(this,\'codepage\')" href="http://www.outdoorlivingexpo.com/nehome.htm">Outdoor Living Expo</a><br />');
   }

if (year <= 2003)
   {
   //alert("Month is "+month+" and day is "+day);
   if (month == 3)
      show_OutdoorLivingExpoInfo();
   else
   if ((month == 4) && (day <= 5))
      show_OutdoorLivingExpoInfo();
   }

// Stop hiding -->