

// 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 = [
[
"Charlotte&#39;s Web",
"/performances/09-10/charlotte.html",
"2009-07-17",
"2009-07-26",
"July 17-26, 2009"
],
[
"Snoopy!!! The Musical",
"/performances/09-10/snoopy.html",
"2009-11-06",
"2009-11-22",
"November 6-22, 2009"
],
[
"The Hundred Dresses",
"/performances/09-10/dresses.html",
"2010-03-12",
"2010-03-28",
"March 12-28, 2010"
]

]
