

// 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_special = [
[
"An Evening with Jazz Legends: Gershwin at the Piano",
"/shows/11-12/zenph.html",
"2011-09-15",
"2011-10-02",
"Sep 15-Oct 2, 2011"
],
[
"Dead Man&#39;s Cell Phone",
"/shows/11-12/cellphone.html",
"2012-01-20",
"2012-02-05",
"Jan 20-Feb 5, 2012"
]

]

