// ---------------------------------------------------------
// Movie Schedule
// Script written by John Kirtley for Republic Theatre Group, LLC.  
// Notes: Place correct entries between double quotes.  
//	  Change only what is between the empty double quotes, and you must follow the formatting rules.
//        Do not change text that follows the double slash marks.  These are important notes.
//        If any information is unknown, that's okay.  Just leave the double quotes empty, e.g., "".
//        Do not delete any lines of code.  If there are fewer movies playing than number of screens, just leave the remaining lines in default mode, i.e., leave them intact with the empty double quotes as entries.
// Save this file as schedule.js  ...make sure you do not save it as a .txt file.
// All scripts are to be upload in the folder www.republitheatres.com/resources/scripts/
// ---------------------------------------------------------



// Studio 10
// movies now showing:  ("title","times","startingdate", "endingdate","reference","specialannouncement")
// title - Exact movie title, e.g., "The Bourne Supremacy (2004)"  ...just take these off of movieweb.com, or copy from the movie's file.
// times - movie show times in the format: "1:30,4:00,7:00,9:30"
// startingdate - starting date in the format: "yyyy,mm,dd" , e.g., "2004,08,06"
// endingdate - ending date in the format: "yyyy,mm,dd" , e.g., "2004,08,06" ...leave empty if unknown.
// reference - reference number for the movie from the file "http://www.republictheatres.com/resources/pages/movielist.htm". 
//	       If the movie is not listed on the URL, then create the movie file first, upload it to site, then refresh the URL. 
//	       This reference number must be included, because it is used for accessing all the correct files when listing the movies. 	       
// Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm -- specialannouncement - announcement regarding special showings, e.g., "Late night showing, Friday and Saturday night, at midnight. Monday-Thursday, no matinee before 4pm.  Sunday-Thursday, no evening show after 9pm.")
//Monday-Thursday, no show 6pm.  Sunday-Thursday, no show after 8pm, Before Noon shows on SAT Only

var studio10 = new Array();


studio10[0] = new Array("BIG MIRACLE","01:45 PM 04:00 PM 06:30 PM 09:15 PM","","","787","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[1] = new Array("CHRONICLE","01:40 PM 03:55 PM 07:10 PM 09:30 PM","","","788","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[2] = new Array("THE WOMAN IN BLACK","01:30 PM 03:45 PM 07:05 PM 10:00 PM","","","789","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[3] = new Array("MAN ON A LEDGE","01:20 PM 04:10 PM 06:55 PM 09:35 PM","","","784","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[4] = new Array("ONE FOR THE MONEY","01:35 PM 03:35 PM 07:15 PM 09:25 PM","","","785","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[5] = new Array("THE DESCENDANTS","01:25 PM 04:15 PM 07:00 PM 09:50 PM","","","786","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[6] = new Array("THE GREY","01:10 PM 03:40 PM 06:40 PM 09:40 PM","","","783","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[7] = new Array("RED TAILS","01:00 PM 03:50 PM 06:45 PM 09:45 PM","","","779","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[8] = new Array("UNDERWORLD AWAKENING","04:05 PM 09:55 PM","","","780","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[9] = new Array("CONTRABAND","06:50 PM 09:20 PM","","","776","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[10] = new Array("JOYFUL NOISE","01:15 PM 06:35 PM","","","777","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[11] = new Array("ALVIN & THE CHIPMUNKS: CHIPWECKED","01:05 PM 03:30 PM","","","761","Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm");
studio10[12] = new Array("","","","","","");
studio10[13] = new Array("","","","","","");
studio10[14] = new Array("","","","","","");
studio10[15] = new Array("","","","","","");

// Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm
// the next two lines are for the kiddie shows, in the format: ("title","time","startingdate","endingdate","reference") ...follow same formatting rules as above.


// Monday-Thursday, no matinee before 3pm.  Sunday-Thursday, no evening show after 8pm
// ticket prices:  ("adult","child/senior","kiddie","specialannouncement")
// addult, child/senior, & kiddie prices...all in the format: "$5.00"
// special announcement in sentence format: e.g., "Tuesday night special:  All seats - $3, and free small popcorn with drink purchase." ...leave blank if no announcement.

var studio10_prices = new Array("$7.75","$6.00","$6.00","");



// Dixie Dozen
// movies now showing:  ("title","times","starting", "ending","reference","specialannouncement")
// title - Exact movie title, e.g., "The Bourne Supremacy"  ...do not include year of movie's release.
// times - movie show times in the format: "1:30,4:00,7:00,9:30"
// starting - starting date in the format: "yyyy,mm,dd" , e.g., "2004,08,06"
// ending - ending date in the format: "yyyy,mm,dd" , e.g., "2004,08,06" ...leave empty if unknown.
// reference - reference number for the movie from the file "http://www.republictheatres.com/resources/pages/movielist.htm". 
//	       If the movie is not listed on the URL, then create the movie file first, upload it to site, then refresh the URL. 
//	       This reference number must be included, because it is used for accessing all the correct files when listing the movies. 	       
// specialannouncement - announcement regarding special showings, e.g., "Late night showing, Friday and Saturday night, at midnight."

var dixiedozen = new Array();


dixiedozen[0] = new Array("BIG MIRACLE","1:30 4:00 7:15 9:30","","","787","");
dixiedozen[1] = new Array("CHRONICLE","2:00 4:00 7:30 9:45.","","","788","");
dixiedozen[2] = new Array("THE WOMAN IN BLACK","1:45 4:30 7:15 9:45","","","789","");
dixiedozen[3] = new Array("MAN ON A LEDGE","2:00 4:30 7:30 9:45","","","784","");
dixiedozen[4] = new Array("ONE FOR THE MONEY","2:00 4:00 7:15 9:15.","","","785","");
dixiedozen[5] = new Array("THE GREY","1:45 4:30 7:15 9:45","","","783","");
dixiedozen[6] = new Array("THE DESCENDANTS","1:45 4:15 7:00 9:30","","","786","");
dixiedozen[7] = new Array("EXTREMELY LOUD AND INCREDIBLY CLOSE","1:30 4:15 7:00","","","778","");
dixiedozen[8] = new Array("RED TAILS","1:30 4:15 7:15 9:45","","","779","");
dixiedozen[9] = new Array("UNDERWORLD","2:00 4:15 7:30 9:30","","","780","");
dixiedozen[10] = new Array("CONTRABAND","9:45","","","776","");
dixiedozen[11] = new Array("JOYFUL NOISE","1:45 4:30 7:00 9:30","","","777","");
dixiedozen[12] = new Array("Alvin and the Chipmunks","1:30 4:00 7:00 9:15","","","761","");
dixiedozen[13] = new Array("","","","","","");
dixiedozen[14] = new Array("","","","","","");
dixiedozen[15] = new Array("","","","","","");


// ticket prices:  ("adult","child/senior","kiddie","specialannouncement")
// addult, child/senior, & kiddie prices...all in the format: "$5.00" ...leave blank if not applicable.
// special announcement in sentence format: e.g., "Tuesday night special:  All seats - $3, and free small popcorn with drink purchase." ...leave blank if no announcement.

var dixiedozen_prices = new Array("$8.00","$6.00","","");




// Movie Palace
// movies now showing:  ("title","times","starting", "ending","reference","specialannouncement")
// title - Exact movie title, e.g., "The Bourne Supremacy"  ...do not include year of movie's release.
// times - movie show times in the format: "1:30,4:00,7:00,9:30"
// starting - starting date in the format: "yyyy,mm,dd" , e.g., "2004,08,06"
// ending - ending date in the format: "yyyy,mm,dd" , e.g., "2004,08,06" ...leave empty if unknown.
// reference - reference number for the movie from the file "http://www.republictheatres.com/resources/pages/movielist.htm". 
//	       If the movie is not listed on the URL, then create the movie file first, upload it to site, then refresh the URL. 
//	       This reference number must be included, because it is used for accessing all the correct files when listing the movies. 	       
// specialannouncement - announcement regarding special showings, e.g., "Late night showing, Friday and Saturday night, at midnight."

var moviepalace = new Array();


moviepalace[0] = new Array("BIG MIRACLE","1:30 4:00 6:30 9:00","","","786","");
moviepalace[1] = new Array("CHRONICLE","2:00 4:30 7:00 9:30","","","788","");
moviepalace[2] = new Array("THE WOMAN IN BLACK","2:00 4:30 7:00 9:30","","","789","");
moviepalace[3] = new Array("DESCENDANTS","2:00 4:30 7:00 9:30","","","786","");
moviepalace[4] = new Array("THE GREY","2:00 4:30 7:00 9:30","","","783","");
moviepalace[5] = new Array("MAN ON A LEDGE","2:00 4:30 7:00 9:30","","","784","");
moviepalace[6] = new Array("ONE FOR THE MONEY","1:30 4:00 6:30 9:00","","","785","");
moviepalace[7] = new Array("UNDERWORLD 2D","2:00","","","780","");
moviepalace[8] = new Array("UNDERWORLD 3D","4:30 7:00 9:30","","","781","");
moviepalace[9] = new Array("EXTREMELY LOUD AND INCREDIBLY CLOSE","6:30 9:00","","","778","");
moviepalace[10] = new Array("RED TAILS","1:30 4:00 6:30 9:00","","","779","");
moviepalace[11] = new Array("CONTRABAND","6:30 9:00","","","776","");
moviepalace[12] = new Array("JOYFUL NOISE","1:30 4:00 6:30 9:00","","","777","");
moviepalace[13] = new Array("Alvin and the Chipmunks","1:30 4:00","","","761","");
moviepalace[14] = new Array("","","","","","");
moviepalace[15] = new Array("","","","","","");
moviepalace[16] = new Array("","","","","","");
moviepalace[17] = new Array("","","","","","");


// 1:30,4:00,6:30,9:00; 2:00,4:30,7:00,9:30; 1:00,3:30,6:00,8:30 Movie palace & showtime show times  
// ticket prices:  ("adult","child/senior","kiddie","specialannouncement")
// addult, child/senior, & kiddie prices...all in the format: "$5.00" ...leave blank if not applicable.
// special announcement in sentence format: e.g., "Tuesday night special:  All seats - $3, and free small popcorn with drink purchase." ...leave blank if no announcement.

var moviepalace_prices = new Array("$8.00","$6.00","","");





// Showtime
// movies now showing:  ("title","times","starting", "ending","reference","specialannouncement")
// title - Exact movie title, e.g., "The Bourne Supremacy"  ...do not include year of movie's release.
// times - movie show times in the format: "1:30,4:00,7:00,9:30"
// starting - starting date in the format: "yyyy,mm,dd" , e.g., "2004,08,06"
// ending - ending date in the format: "yyyy,mm,dd" , e.g., "2004,08,06" ...leave empty if unknown.
// reference - reference number for the movie from the file "http://www.republictheatres.com/resources/pages/movielist.htm". 
//	       If the movie is not listed on the URL, then create the movie file first, upload it to site, then refresh the URL. 
//	       This reference number must be included, because it is used for accessing all the correct files when listing the movies. 	       
// specialannouncement - announcement regarding special showings, e.g., "Late night showing, Friday and Saturday night, at midnight."

var showtime = new Array();


showtime[0] = new Array("THE WOMAN IN BLACK","2:00 4:30 7:00 9:30","","","789","");
showtime[1] = new Array("THE GREY","2:00 4:30 7:00 9:30","","","783","");
showtime[2] = new Array("MAN ON A LEDGE","2:00 4:30 7:00 9:30","","","784","");
showtime[3] = new Array("UNDERWORLD AWAKENING","2:00 4:30 7:00 9:30","","","780","");
showtime[4] = new Array("RED TAILS","2:00 4:30 7:00 9:30","","","779","");
showtime[5] = new Array("","","","","","");
showtime[6] = new Array("","","","","","");
showtime[7] = new Array("","","","","","");

// ticket prices:  ("adult","child/senior","kiddie","specialannouncement")
// addult, child/senior, & kiddie prices...all in the format: "$5.00" ...leave blank if not applicable.
// special announcement in sentence format: e.g., "Tuesday night special:  All seats - $3, and free small popcorn with drink purchase." ...leave blank if no announcement.

var showtime_prices = new Array("$7.00","$5.00","","Super Tuesday special:  All Seats - 5.00 (NO Super Tuesday discounts on Sony movies)");

// Georgetown 14
// movies now showing:  ("title","times","starting", "ending","reference","specialannouncement")
// title - Exact movie title, e.g., "The Bourne Supremacy"  ...do not include year of movie's release.
// times - movie show times in the format: "1:30,4:00,7:00,9:30"
// starting - starting date in the format: "yyyy,mm,dd" , e.g., "2004,08,06"
// ending - ending date in the format: "yyyy,mm,dd" , e.g., "2004,08,06" ...leave empty if unknown.
// reference - reference number for the movie from the file "http://www.republictheatres.com/resources/pages/movielist.htm". 
//	       If the movie is not listed on the URL, then create the movie file first, upload it to site, then refresh the URL. 
//	       This reference number must be included, because it is used for accessing all the correct files when listing the movies. 	       
// specialannouncement - announcement regarding special showings, e.g., "Late night showing, Friday and Saturday night, at midnight."

var georgetown14 = new Array();


georgetown14[0] = new Array("Chronicle","1:20pm,  3:25pm,  5:25pm,  7:25pm,  9:25pm","","","788","Monday-Thursday, No evening show after 8pm");
georgetown14[1] = new Array("The Woman in Black ","12:55pm 3:00pm 5:00pm 7:00pm 9:00pm","","","789","Monday-Thursday, No evening show after 8pm");
georgetown14[2] = new Array("Grey, The","01:10 PM 03:50 PM 06:30 PM 09:10 PM","","","783","Monday-Thursday, No evening show after 8pm");
georgetown14[3] = new Array("Man on a Ledge","01:50 PM 04:15 PM 06:45 PM 09:15 PM","","","784","Monday-Thursday, No evening show after 8pm");
georgetown14[4] = new Array("One for the Money","01:00 PM 03:05 PM 05:10 PM 07:15 PM 09:25 PM","","","785","Monday-Thursday, No evening show after 8pm");
georgetown14[5] = new Array("Haywire","12:50 PM 03:00 PM 05:05 PM 07:10 PM 09:25 PM","","","782","Monday-Thursday, No evening show after 8pm");
georgetown14[6] = new Array("Red Tails","12:45pm,  1:25pm 3:25pm 4:15pm 6:15pm 7:15pm 9:00pm","","","779","Monday-Thursday, No evening show after 8pm");
georgetown14[7] = new Array("Underworld Awakening","01:30 PM 05:35 PM 09:40 PM","","","780","Monday-Thursday, No evening show after 8pm");
georgetown14[8] = new Array("Underworld Awakening (3D)","03:30 PM 07:40 PM","","","781","Monday-Thursday, No evening show after 8pm");
georgetown14[9] = new Array("Beauty and the Beast","01:40 PM","","","774","Monday-Thursday, No evening show after 8pm");
georgetown14[10] = new Array("Beauty and the Beast Dig 3D","03:35 PM 05:30 PM 07:25 PM 09:20 PM","","","775","Monday-Thursday, No evening show after 8pm");
georgetown14[11] = new Array("Contraband","02:20 PM 04:45 PM 07:10 PM 09:30 PM","","","776","Monday-Thursday, No evening show after 8pm");
georgetown14[12] = new Array("Joyful Noise","02:00 PM 04:30 PM 07:00 PM 09:25 PM","","","777","Monday-Thursday, No evening show after 8pm");
georgetown14[13] = new Array("Alvin and the Chipmunks: Chipwrecked","12:45pm 1:50pm 2:45pm 3:45pm 4:45pm 6:45pm 8:50pm","","","761","Monday-Thursday, No evening show after 8pm");
georgetown14[14] = new Array("","","","","","");
georgetown14[15] = new Array("","","","","","");
georgetown14[16] = new Array("","","","","","");




// ticket prices:  ("adult","child/senior","kiddie","specialannouncement")
// addult, child/senior, & kiddie prices...all in the format: "$5.00"  ...leave blank if not applicable.
// special announcement in sentence format: e.g., "Tuesday night special:  All seats - $3, and free small popcorn with drink purchase." ...leave blank if no announcement.

var georgetown14_prices = new Array("$8.00(FRI,SAT,SUN), $7.00(MON-THU)","$5.00","$6.00", "$10.00(FRI,SAT,SUN), $8.00(MON-THU)" , "$6.00 All Shows","","");




// Portsmouth
// movies now showing:  ("title","times","starting", "ending","reference","specialannouncement")
// title - Exact movie title, e.g., "The Bourne Supremacy (2004)"  ...just take these off of movieweb.com, or copy from the movie's file.
// times - movie show times in the format: "1:30,4:00,7:00,9:30"
// starting - starting date in the format: "yyyy,mm,dd" , e.g., "2004,08,06"
// ending - ending date in the format: "yyyy,mm,dd" , e.g., "2004,08,06" ...leave empty if unknown.
// reference - reference number for the movie from the file "http://www.republictheatres.com/resources/pages/movielist.htm". 
//	       If the movie is not listed on the URL, then create the movie file first, upload it to site, then refresh the URL. 
//	       This reference number must be included, because it is used for accessing all the correct files when listing the movies. 	       
// specialannouncement - announcement regarding special showings, e.g., "Late night showing, Friday and Saturday night, at midnight."

var portsmouth = new Array();


portsmouth[0] = new Array("Big Miracle","01:35 PM 03:50 PM 06:40 PM 09:10 PM","","","787","");
portsmouth[1] = new Array("Chronicle","01:05 PM 04:20 PM 06:30 PM 08:55 PM","","","788","");
portsmouth[2] = new Array("Woman in Black, The","01:15 PM 04:00 PM 07:00 PM 09:30 PM","","","789","");
portsmouth[3] = new Array("Grey, The","01:25 PM 04:10 PM 06:55 PM 09:25 PM","","","783","");
portsmouth[4] = new Array("Man on a Ledge","01:20 PM 03:55 PM 06:35 PM 09:00 PM","","","784","");
portsmouth[5] = new Array("Extremely Loud and Incredibly Close","01:00 PM 04:05 PM 06:50 PM 09:30 PM","","","778","");
portsmouth[6] = new Array("Red Tails","04:05 PM 09:20 PM","","","779","");
portsmouth[7] = new Array("Underworld Awakening","04:25 PM 09:05 PM","","","780","");
portsmouth[8] = new Array("Underworld Awakening (3D)","01:10 PM 07:05 PM","","","781","");
portsmouth[9] = new Array("Joyful Noise","01:30 PM 04:15 PM 06:45 PM 09:15 PM","","","777","");
portsmouth[10] = new Array("","","","","","");
portsmouth[11] = new Array("","","","","","");
portsmouth[12] = new Array("","","","","","");


// ticket prices:  ("adult","child/senior","kiddie","specialannouncement")
// addult, child/senior, & kiddie prices...all in the format: "$5.00"  ...leave blank if not applicable.
// special announcement in sentence format: e.g., "Tuesday night special:  All seats - $3, and free small popcorn with drink purchase." ...leave blank if no announcement.

var portsmouth_prices = new Array("$7.75","$5.75","$5.75","Get 1 Free Refill on any Popcorn and Pepsi,Schedule Your Birthday Parties, Special Occasions, and Corporate Events With Us Now Call 740-355-0817 For Details,Ask about Our Gift Cards which  make an Ideal Gift");
