var theShows        = Array ("MULTIPLE PERSONALITY DISORDER");
var theSaleDates    = Array ("9/25/2010");
var theShowTimes    = Array ("8:00 p.m.");
var BOcloseTimes    = Array ("17");
var GRPcloseTimes   = Array (" 1");
var tixAvailable    = Array ("10");
var GRPtixAvailable = Array ("75");
var tixSold         = Array (" 0");
var theSynopses     = Array ("<p align='Left'>Dreamcatcher presents improv comedy with MULTIPLE PERSONALITY"
							 +" DISORDER. This unpredictable evening is affordable, appropriate for the "
							 +"whole family, and packed with laughs from start to finish. Featuring a "
							 +"cast of Dreamcatcher regulars.</p>")

var singleTicketFee = 0;
var perOrderFee     = 0;

var specialPrice    = 10;  // First Friday 4 Students = 10/26, Senior Sunday = 10/28
var studentPrice    = 10;
var seniorPrice     = 10;
var regularPrice    = 10;

var numberOfShows   = theShows.length;