<!-- 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 eventName = "Shakespeare on the Green";
var eventMonth = 'June-July';
var eventLocation = "Elmwood Park";
var eventCSZ="Omaha, Nebraska"
var eventLink = "http://www.nebraskashakespeare.com/";
var startMonthN = 5;
var endMonthN = 6;


function writeTip()
   {
   document.write(' onmouseover="dccw(\''+eventName+'<br />'+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />'+eventLocation+'.\',\''+eventName+'\',160); return true;" onmouseout="nd(); return true;"');
   }

function writeHoverTip()
   {
   document.write(' onmouseover="dccw(\'Shakespeare on the Green<br />'+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />'+eventLocation+'.\',\'Shakespeare on the Green\',160); return true;" onmouseout="nd(); return true;" ');
   }

function writeHoverTip2003()
   {
   document.write(' onmouseover="dccw(\'Shakespeare on the Green<br />'+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />'+eventLocation+'<br />Twelfth Night:<br />&nbsp;&nbsp;June 19-22, July 2 &amp; 5<br />Measure for Measure:<br />&nbsp;&nbsp;June 26-29, July 3 &amp; 6'+'.\',\'Shakespeare on the Green\',160); return true;" onmouseout="nd(); return true;" ');
   }

function writeHoverTip2006()
   {
   document.write(' onmouseover="dccw(\'Shakespeare on the Green<br />'+startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year+'<br />'+eventLocation+'<br />The Taming of the Shrew:<br />&nbsp;&nbsp;June 22-25, July 6 &amp; 8<br />Antony &amp; Cleopatra:<br />&nbsp;&nbsp;June 29-July 2, July 5, 7 &amp; 9'+'.\',\'Shakespeare on the Green\',160); return true;" onmouseout="nd(); return true;" ');
   }



function writeLink()
   {
   document.write('onclick="openWindow(this,\'codepage\')" href="http://www.nebraskashakespeare.com/"');
   }

function writeLinkClass()
   {
   document.write('class=LinkXOB ');
   }

function writeGraphic()
   {
   document.write('<img src="http://www.AllAboutOmaha.com/Omaha/images/Events/NSF-150x150.gif" border="0" alt="Click to learn about Shakespeare on the Green." width="150" height="150">');
   }


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



function show_ShakespeareOnTheGreen()
   {
   document.write('<p align="center"><a ');
   writeLinkClass();
   if (year==2003)
      writeHoverTip2003();
   else
   if (year==2006)
      writeHoverTip2006();
   else
      writeHoverTip();
   writeLink();
   document.write('>');
   writeGraphic();
   document.write('<br />');

   writeFontBegin2();
   document.write('Shakespeare on the Green');
   document.write('</font><br />');

   writeFontBegin1();
   if (startMonth==endMonth)
      document.write(startMonth+' '+startDay+'-'+endDay+', '+year);
   else
      document.write(startMonth+' '+startDay+'-'+endMonth+' '+endDay+', '+year);
   document.write('<br />'+eventLocation);
//   document.write('<br />'+eventCSZ);
   document.write('</font></a>');
   document.write('</p>');
   }

   if (year==2001)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 21;
      endDay = 31;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2002)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 20;
      endDay = 30;
      }
   else
   if (year==2003)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 19;
      endDay = 6;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2004)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 24;
      endDay = 11;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2005)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 23;
      endDay = 10;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2006)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 22;
      endDay = 9;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2007)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 21;
      endDay = 8;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2008)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 19;
      endDay = 6;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2009)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 18;
      endDay = 5;
      eventCSZ="Omaha, Nebraska"
      }
   else
   if (year==2010)
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 24;
      endDay = 11;
      eventCSZ="Omaha, Nebraska"
      }
   else
      {
      startMonth = "June";
      endMonth = "July";
      startDay = 17;
      endDay = 4;
      eventCSZ="Omaha, Nebraska"
      }

//alert("Current Month is "+month+" and day is "+day);
//alert("Start Month is "+startMonthN+" and endMonthN is "+endMonthN);
//alert("Start Day is "+startDay+" and endDay is "+endDay);
if (month == (startMonthN))
   show_ShakespeareOnTheGreen();
else
if ((month == endMonthN) && (day <= endDay))
   show_ShakespeareOnTheGreen();

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

