

// 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 &apos; or &#39;

var season_cinderella = [
[
"Cinderella",
"/shows/11-12/cinderella28.html",
"2011-12-09",
"2011-12-18",
"December 9-18, 2011"
]

]

