

// data in the SEASON array is 0=Name; 1=URL; 2=opening date; 3=closing date; 4=dates in text
// dates are in form yyyy-mm-dd
// ensure all productions are in date order

// Use the following for single and double quotes:
// replace " with &quot;
// replace ' with &#39;

var season = [
[
"25th Annual Putnam County Spelling Bee",
"/shows/10-11/spelling.html",
"2010-08-06",
"2010-08-29",
"August 6-29, 2010"
],
[
"The Piano Lesson",
"/shows/10-11/piano.html",
"2010-10-08",
"2010-10-24",
"October 8-24, 2010"
],
[
"The Man Who Came to Dinner",
"/shows/10-11/dinner.html",
"2011-02-11",
"2011-02-27",
"February 11-27, 2011"
],
[
"The Last Night of Ballyhoo",
"/shows/10-11/ballyhoo.html",
"2011-04-08",
"2011-04-24",
"April 8-24, 2011"
],
[
"The Threepenny Opera",
"/shows/10-11/threepenny.html",
"2011-06-03",
"2011-06-19",
"June 3-19, 2011"
]

]

