

// 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 = [
[
"And The Winner Is",
"/shows/10-11/andthewinneris.html",
"2010-09-10",
"2010-09-26",
"September 10-26, 2010"
]

]

