

// 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 = [
[
"The Great Cross-Country Race",
"/shows/10-11/race.html",
"2010-07-16",
"2010-07-25",
"July 16-25, 2010"
],
[
"Jungalbook",
"/shows/10-11/jungalbook.html",
"2010-11-05",
"2010-11-21",
"November 5-21, 2010"
],
[
"Really Rosie",
"/shows/10-11/reallyrosie.html",
"2011-03-11",
"2011-03-27",
"March 11-27, 2011"
],
[
"Sideways Stories from Wayside School",
"/shows/10-11/sideways.html",
"2011-05-06",
"2011-05-22",
"May 6-22, 2011"
]

]

