<!-- 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 endDay = 0;
var place = 'Westside High School';
var eventAddress = '87th and Pacific';
var eventURL='http://www.nebraskastoryarts.org/fest_info.html';
var mapURL = "http://maps.notyahoo.com/yahoo/yt.hm?FAM=yahoo&amp;CMD=GEO&amp;SEC=geo&amp;AD2=1901+S.+72nd+St&amp;AD3=Omaha+NE&amp;recent=0"
    mapURL = "http://maps.notyahoo.com/maps_result?csz=Omaha%2C+NE+68124-2301&state=NE&uzip=68124&ds=n&name=&desc=&ed=8J9iTep_0TqOYuv1tKT5vrQOD8ekQjiPef03NN_bdQ42T20ymG9JM7FFVUmzwtnNB_gUu74jdh3o5dAG5NaXBcHYfYLmM2fg7F5tJKYKwFG8&zoomin=yes&BFKey=&mag=9&resize=l"
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=1901+S.+72nd+St&city=Omaha&state=NE&zipcode=68124&homesubmit.x=45&homesubmit.y=13'; // 1901 S 72nd (College of St. Mary)
    mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=87th+and+Pacific+St&city=Omaha&state=NE&zipcode=68124&homesubmit.x=45&homesubmit.y=13'; // 87th and Pacific (Westside High School)

function show_CSMStorytelling_Map()
   {
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<a onclick="openWindow(this,\'codepage\')" class="x" href="'+eventURL+'">Storytelling Festival June ');
	document.write(startDay+'-'+endDay+', '+year+'</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;">'+place+' - '+eventAddress+'</a>)&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 />');
   } //end function

//alert("Month is "+month+" and day is "+day);
if (year==2002)
   {
   startDay = 26;
   endDay = 30;
   place = 'College of St. Mary';
   eventAddress = '1901 S. 72nd';
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=1901+S.+72nd+St&city=Omaha&state=NE&zipcode=68124&homesubmit.x=45&homesubmit.y=13'; // 1901 S 72nd (College of St. Mary)
   }
else
if (year==2003)
   {
   startDay = 25;
   endDay = 29;
   place = 'College of St. Mary';
   eventAddress = '1901 S. 72nd';
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=1901+S.+72nd+St&city=Omaha&state=NE&zipcode=68124&homesubmit.x=45&homesubmit.y=13'; // 1901 S 72nd (College of St. Mary)
   }
else
if (year==2004)
   {
   startDay = 23;
   endDay = 27;
   place = 'College of St. Mary';
   eventAddress = '1901 S. 72nd';
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=1901+S.+72nd+St&city=Omaha&state=NE&zipcode=68124&homesubmit.x=45&homesubmit.y=13'; // 1901 S 72nd (College of St. Mary)
   }
else
if (year==2005)
   {
   startDay = 9;
   endDay = 12;
   place = 'Westside High School';
   eventAddress = '87th and Pacific';
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=87th+and+Pacific+St&city=Omaha&state=NE&zipcode=68124&homesubmit.x=45&homesubmit.y=13'; // 87th and Pacific (Westside High School)
   }
else
if (year==2010)
   {
   startDay = 14;
   endDay = 18;
   place = 'Joslyn Art Museum';
   eventAddress = '2200 Dodge';
   mapURL = 'http://www.mapquest.com/maps/map.adp?country=US&address=2200+Dodge+St&city=Omaha&state=NE&zipcode=68102&homesubmit.x=45&homesubmit.y=13'; // 
   }
else
   {
   startDay = 22;
   endDay = 26;
   }

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