<!-- *********************************************************************************
var bd_CurrentDate = new Date

var month = bd_CurrentDate.getMonth();
var day   = bd_CurrentDate.getDate();
var year  = bd_CurrentDate.getYear();

if (month == 3)
   {
   if (day == 1)
      {
   document.write('<img src="images/Titles/OmahaAboutAllTitle-230x60.png" alt="Tip: Clicking on this title will forward you to your next location.  You can use the quick menu at the bottom of each page to reach major sections of the website! ... Oh,  and                  April Fool!" class="imgStyle" width="230" height="60" />');
      }
   else
      {
   document.write('<img src="images/Titles/AboutOmahaTitle-230x60.png" alt="Tip: Clicking on this title will return you to your last location (same location as back arrow).  You can use the quick menu at the bottom of each page to reach major sections of the website!" class="imgStyle" width="230" height="60" />');
      }
   }
else
   {
   document.write('<img src="images/Titles/AboutOmahaTitle-230x60.png" alt="Tip: Clicking on this title will return you to your last location (same location as back arrow).  You can use the quick menu at the bottom of each page to reach major sections of the website!" class="imgStyle" width="230" height="60" />');
   }


//-->