

// data in the SEASON array is 0=Name; 1=URL; 2=opening date; 3=closing date; 4=dates in text
// 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 = [
[
"Lost in Yonkers",
"/performances/09-10/yonkers.html",
"2009-08-07",
"2009-08-23",
"August 7-23, 2009"
],
[
"Scenes From American Life",
"/performances/09-10/scenes.html",
"2009-09-04",
"2009-09-20",
"September 4-20, 2009"
],
[
"Altar Boyz",
"/performances/09-10/altar.html",
"2009-10-02",
"2009-10-25",
"October 2-25, 2009"
],
[
"Veronica&#39;s Room",
"/performances/09-10/veronica.html",
"2010-02-12",
"2010-02-28",
"February 12-28, 2010"
],
[
"Our Town",
"/performances/09-10/ourtown.html",
"2010-04-09",
"2010-04-25",
"April 9-25, 2010"
],
[
"Songs for a New World",
"/performances/09-10/songs.html",
"2010-05-14",
"2010-05-22",
"May 14, 15, 21, 22, 2010"
],
[
"The Light in the Piazza",
"/performances/09-10/piazza.html",
"2010-06-04",
"2010-06-27",
"June 4-27, 2010"
]

]
