

// 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/10-11/cinderella27.html",
"2010-12-10",
"2010-12-19",
"December 10-19, 2010"
]

]

