<!-- 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 event = 'Florenteenies';
//var eventMonth = 'October';
//var eventLocation = 'St. Philip Neri Stage.';
//var eventLink = "http://www.AllAboutOmaha.com/Omaha/Florence/index.htm#Florentine_Players";
var mapURL ='http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=2864+State+Street.&amp;AD3=Omaha+NE&amp;recent=0'
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=2864+State+Street&city=Omaha&state=NE&zipcode=68112&homesubmit.x=45&homesubmit.y=13'; // Florence City Hall

function writeTip()
   {
//   document.write('onmouseover="drcw(\''+event+' '+eventMonth+' '+endDay+', '+year+' - '+eventLocation+'\',\''+event+'\',160); return true;" onmouseout="nd(); return true;"');
   //document.write('onmouseover="drcw(\''Florenteenies' 'October' '+endDay+', '+year+' - 'St. Philip Neri Stage'\',\''Florenteenies'\',160); return true;" onmouseout="nd(); return true;"');
   }

function writeLink()
   {
   document.write('href="Florence/index.htm#Florentine_Players"');
   }
function writeLinkClass()
   {
   document.write('class="LinkX" ');
   }
function showMap()
   {
   document.write('(<a onclick="openWindow(this,\'codepage\')" class="x" href="'+mapURL+'" onmouseout="nd(); return true;" onmouseover="drcw(\'Click to see a map.\',\'Map Link\',180); return true;" onmouseout="nd(); return true;">2864 State Street, Florence City Hall.</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." border="0" width="20" height="11" onmouseover="drcw(\'Click to see a map.\',\'Map Link\',180); return true;" onmouseout="nd(); return true;"></a><br />');
   }
function writeDetails()
   {
   document.write('Florenteenies Play - ');
   }

function writeFontBegin2()
   {
   document.write('<font face="Arial,Geneva,Helvetica,Tahoma" size="2">');
   }
function writeFontBegin1()
   {
   document.write('');
   }
function writeFontEnd()
   {
   document.write('</font>');
   }



function show_Florenteenies2()
   {
   document.write('&nbsp;&nbsp;&nbsp;&nbsp;<a ');
   writeLink();
   document.write('>');
   writeDetails();
   document.write('</a>');


   document.write('<a ');
   //writeLinkClass();
   writeLink();
   document.write('>');
   //document.write('<em>');
   writeFontBegin2();
   //document.write('Florenteenies');
   document.write('</font></a> ');


   document.write('<a ');
   writeLinkClass();
   writeTip();
   writeLink();
   document.write('>');
   writeFontBegin1();

   document.write('October '+endDay+', '+year+' - Florence');
   document.write('</font></a> - ');
   showMap();
   //document.write('</em>');
   //document.write('</p>');
   }




   if (year==2002)
      endDay = 19;
   else
   if (year==2003)
      endDay = 16;
	else
   if (year==2004)
      endDay = 15;
	else
   if (year==2005)
      endDay = 2;
	else
   if (year==2006)
      endDay = 0;
	else
   if (year==2004)
      endDay = 0;
	else
   if (year==2008)
      endDay = 0;
	else
   if (year==2009)
      endDay = 0;
   else
      endDay = 0;



//alert("Month is "+month+" and day is "+day);
if (month == 8) // September
   if (endDay != 0)
      show_Florenteenies2();
else
if ((month == 9) && (day <= endDay)) // October
   if (endDay != 0)
      show_Florenteenies2();

//   show_Florenteenies();
// Stop hiding -->
