

// 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",
"/performances/09-10/cinderella26.html",
"2009-12-11",
"2009-12-20",
"December 11-20, 2009"
]

]
