

// data in the SEASON array is 0=Name; 1=URL; 2=opening date; 3=closing date
// 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_family = [
[
"Gooney Bird Greene and Her True Life Adventures",
"/shows/11-12/gooney.html",
"2011-07-15",
"2011-07-24",
"July 15-24, 2011"
],
[
"Merry Christmas, Strega Nona",
"/shows/11-12/strega.html",
"2011-11-04",
"2011-11-20",
"November 4-20, 2011"
],
[
"The Adventures of Nate the Great",
"/shows/11-12/nate.html",
"2012-03-09",
"2012-03-25",
"March 9-25, 2012"
],
[
"Dear Edwina Junior",
"/shows/11-12/edwina.html",
"2012-05-04",
"2012-05-20",
"May 4-20, 2012"
]

]

