<!-- 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 eventURL = 'http://www.creighton.edu/~neshakes/';
    eventURL = 'http://www.nebraskashakespeare.com/';
var mapURL = "http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=60th+Elmwood+Park&amp;AD3=Omaha+NE&amp;recent=0"
    mapURL = "http://maps.notyahoo.com/maps_result?zoomin=yes&name=&ed=xt0IQup_0Tq4eROufo2gMhdZNf5fIrxEnoaxormrn.0OXvHnEu9Q0u5oD8ylbLFWG6XA3tMOG2BhMeQkjyku0GX.m0FT&state=NE&csz=Omaha%2C+NE+68132-2602&ds=n&uzip=68132&mag=9&desc=&country=US&dma=652&cat=comm&resize=l&rezoom=0&.intl=us&compass=&pan_x=0&pan_y=0"
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=808+S.+60th&city=Omaha&state=NE&zipcode=68106-1206&homesubmit.x=45&homesubmit.y=13';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=60th+and+Dodge&city=Omaha&state=NE&zipcode=68106-1206&homesubmit.x=45&homesubmit.y=13';
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=6000+Dodge+St.&city=Omaha&state=NE&homesubmit.x=45&homesubmit.y=13';
    mapURL = 'http://www.nebraskashakespeare.com/map.html';
var startMonth = "May";
var startDay = 0;
var endDay = 0;
var eventCSZ="Omaha, Nebraska"

function show_Shakespeare_Map()
   {
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Shakespeare on the Green '+startMonth+' '+startDay+'-'+endMonth+' '+endDay+'</a>');
   document.write('&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;">Elmwood Park</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." class="imgStyle" width="20" height="11" /></a><br />');
   }

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

if (year==2002)
   {
	startMonth="June"
	endMonth="July"
   startDay = 20;
   endDay = 30;
   }
else
if (year==2003)
   {
	startMonth="June"
	endMonth="July"
   startDay = 19;
   endDay = 29;
   }
else
if (year==2004)
   {
	startMonth="June"
	endMonth="July"
   startDay = 24;
   endDay = 11;
   }
else
if (year==2005)
   {
	startMonth="June"
	endMonth="July"
   startDay = 23;
   endDay = 10;
   }
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
if (year==2011)
   {
   startMonth = "June";
   endMonth = "July";
   startDay = 23;
   endDay = 10;
   eventCSZ="Omaha, Nebraska"
   }
else
   {
   startMonth = "June";
   endMonth = "July";
   startDay = 22;
   endDay = 9;
   eventCSZ="Omaha, Nebraska"
   }


if (month == 5)
   show_Shakespeare_Map();
else
if ((month == 6) && (day <= endDay))
   show_Shakespeare_Map();
// Stop hiding -->

