// ---------------------------------------------------------
// 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.")

var studio10 = new Array();


studio10[0] = new Array("CATS & DOGS : THE REVENGE OF KITTY GALORE 3D","01:45 PM 04:10 PM 07:15 PM 09:45 PM","","","515","");
studio10[1] = new Array("CHARLIE ST CLOUD","01:05 PM 03:30 PM 06:30 PM 09:15 PM","","","512","");
studio10[2] = new Array("DINNER FOR SCHMUCKS","01:15 PM 03:35 PM 06:35 PM 09:55 PM","","","513","");
studio10[3] = new Array("SALT","01:20 PM 03:50 PM 06:40 PM 09:20 PM","","","510","");
studio10[4] = new Array("RAMONA & BEEZUS","01:40 PM 04:15 PM 07:05 PM 09:25 PM","","","511","");
studio10[5] = new Array("INCEPTION","01:00 PM 04:00 PM 07:00 PM 10:00 PM","","","507","");
studio10[6] = new Array("SORCERERS APPRENTICE","01:35 PM 04:05 PM 06:50 PM 09:50 PM","","","506","");
studio10[7] = new Array("DESPICABLE ME 2D","01:30 PM 03:55 PM 06:55 PM 09:40 PM","","","503","");
studio10[8] = new Array("TWILIGHT SAGA: ECLIPSE","01:10 PM 03:45 PM 06:45 PM 09:30 PM","","","500","");
studio10[9] = new Array("GROWN UPS","03:40 PM 07:10 PM 09:35 PM","","","498","");
studio10[10] = new Array("KIDTOONS: SESAME STREET WORKSHOP","01:00 PM","","","110","SAT & SUN Only");
studio10[11] = new Array("","","","","","");
studio10[12] = new Array("","","","","","");
studio10[13] = new Array("","","","","","");
studio10[14] = 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("CATS & DOGS 3D","2:00  4:30  7:30  9:30","","","515","");
dixiedozen[1] = new Array("CATS & DOGS","2:00  4:30  7:30  9:30","","","514","");
dixiedozen[2] = new Array("CHARLIE ST. CLOUD","1:45  4:00  7:00  9:15","","","512","");
dixiedozen[3] = new Array("DINNER FOR SCHMUCKS","1:30  4:00  7:15  9:45","","","513","");
dixiedozen[4] = new Array("SALT:","2:00  4:15  7:15  9:30","","","510","");
dixiedozen[5] = new Array("RAMONA AND BEEZUS","1:45  4:00  7:15  9:30","","","511","");
dixiedozen[6] = new Array("INCEPTION","1:30  4:15  7:00  9:45","","","507","");
dixiedozen[7] = new Array("THE SORCERERS APPRENTICE","9:45","","","506","");
dixiedozen[8] = new Array("DESPICABLE ME 3D","2:00  4:30  7:00  9:15","","","504","");
dixiedozen[9] = new Array("THE LAST AIRBENDER","1:30  4:00  7:15","","","501","");
dixiedozen[10] = new Array("TWILIGHT SAGA: ECLIPSE","1:30  4:15  7:00  9:45","","","500","");
dixiedozen[11] = new Array("GROWN UPS","1:45  4:15  7:15  9:30","","","498","");
dixiedozen[12] = new Array("TOY STORY - 3D","1:45  4:30  7:00  9:30","","","496","");
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("CATS AND DOGS 3D","1:30 4:00 6:30 9:00","","","515","");
moviepalace[1] = new Array("CATS AND DOGS","1:30 4:00 6:30 9:00","","","514","");
moviepalace[2] = new Array("CHARLIE ST. CLOUD","1:30 4:00 6:30 9:00","","","512","");
moviepalace[3] = new Array("DINNER FOR SCHMUNKCS","2:00 4:30 7:00 9:30","","","513","");
moviepalace[4] = new Array("SALT","2:00 4:30 7:00 9:30","","","510","");
moviepalace[5] = new Array("RAMONA AND BEEZUS","2:00 4:30 7:00 9:30","","","511","");
moviepalace[6] = new Array("THE SORCERER'S APPRENTICE","2:00 4:30 7:00 9:30","","","506","");
moviepalace[7] = new Array("INCEPTION","1:30 6:30 9:15","","","507","");
moviepalace[8] = new Array("DESPICABLE ME 3D","1:30 4:00 6:30 9:00","","","504","");
moviepalace[9] = new Array("PREDATORS","9:30","","","505","");
moviepalace[10] = new Array("THE LAST AIRBENDER 3D","2:00 4:30 7:00 9:30","","","501","");
moviepalace[11] = new Array("THE TWILIGHT SAGA: ECLIPSE ","1:30 4:00 6:30 9:00","","","500","");
moviepalace[12] = new Array("GROWN UPS","2:00 4:30 7:00 9:30","","","498","");
moviepalace[13] = new Array("","","","","","");
moviepalace[14] = new Array("","","","","","");
moviepalace[15] = new Array("","","","","","");
moviepalace[16] = 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("CATS & DOGS", "1:30  4:00  6:30  9:00","","","514","");
showtime[1] = new Array("DINNER FOR SCHMUCKS", "2:00  4:30  7:00  9:30","","","513","");
showtime[2] = new Array("SALT", "2:00  4:30  7:00  9:30","","","510","");
showtime[3] = new Array("INCEPTION", "1:30  6:30  9:15","","","507","");
showtime[4] = new Array("DESPICABLE ME", "1:30  4:00  6:30","","","503","");
showtime[5] = new Array("THE SORCERERS APPRENTICE", "9:00","","","506","");
showtime[6] = new Array("","","","","","");
showtime[7] = new Array("","","","","","");
showtime[8] = 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");

// 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("Cats & Dogs: The Revenge of Kitty Galore 3D","1:00 pm 3:05 pm 5:10 pm 7:20 pm 9:20 pm","","","515","");
georgetown14[1] = new Array("Cats & Dogs: The Revenge of Kitty Galore","1:50 pm 4:15 pm 6:15 pm 8:25 pm","","","514","");
georgetown14[2] = new Array("Charlie St. Cloud","1:20 pm 3:30 pm 5:40 pm 7:40 pm 9:40 pm","","","513","");
georgetown14[3] = new Array("Dinner for Schmucks","1:40 pm 3:40 pm 5:50 pm 8:00 pm 10:00 pm","","","507","");
georgetown14[4] = new Array("Salt","01:15 PM 03:35 PM 05:45 PM 07:45 PM 09:55 PM","","","510","");
georgetown14[5] = new Array("Ramona and Beezus","01:30 PM 03:35 PM 05:30 PM 07:35 PM 09:30 PM","","","511","");
georgetown14[6] = new Array("Inception","02:05 PM 05:05 PM 08:10 PM","","","507","");
georgetown14[7] = new Array("Sorcerers Apprentice","01:05 PM 03:20 PM 05:25 PM 07:40 PM 10:00 PM","","","506","");
georgetown14[8] = new Array("DESPICABLE ME 3D","01:35 PM  06:30 PM","","","504","");
georgetown14[9] = new Array("Despicable Me","02:00 PM 04:10 PM 06:20 PM 08:35 PM","","","503","");
georgetown14[10] = new Array("Predators","03:25 PM 05:35 PM 07:50 PM 09:50 PM","","","505","");
georgetown14[11] = new Array("The Last Airbender (3D)","03:45 PM 09:05 PM","","","502","");
georgetown14[12] = new Array("Twilight Saga: Eclipse","01:45 PM 04:35 PM 07:15 PM 09:45 PM","","","500","");
georgetown14[13] = new Array("Toy Story 3","01:05 PM 03:25 PM 05:55 PM 08:30 PM","","","495","");
georgetown14[14] = new Array("The Karate Kid","02:15 PM 06:05 PM","","","493","");
georgetown14[15] = new Array("Kid Toons:","12:45 PM","","110","");
georgetown14[16] = new Array("","","","","","");
georgetown14[17] = new Array("","","","","","");
georgetown14[18] = new Array("","","","","","");
georgetown14[19] = 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("$7.00","$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("Cats and Dogs: the Revenge of Kitty Galore (3D)","12:50 PM 03:35 PM 06:45 PM 09:20 PM","","","515","");
portsmouth[1] = new Array("Charlie St. Cloud","01:15 PM 03:45 PM 07:15 PM 09:45 PM","","","512","");
portsmouth[2] = new Array("Dinner for Schmucks","01:00 PM 04:00 PM 07:00 PM 09:30 PM","","","513","");
portsmouth[3] = new Array("Salt","01:10 PM 04:05 PM 06:55 PM 09:40 PM","","","510","");
portsmouth[4] = new Array("Ramona and Beezus","12:55 PM 03:50 PM 06:40 PM","","","511","");
portsmouth[5] = new Array("Inception","12:40 PM 03:30 PM 06:20 PM 09:15 PM","","","507","");
portsmouth[6] = new Array("Sorcerers Apprentice","03:55 PM 06:50 PM","","","506","");
portsmouth[7] = new Array("Despicable Me","01:20 PM 03:40 PM 06:35 PM 09:10 PM","","","503","");
portsmouth[8] = new Array("The Twilight Saga: Eclipse","09:25 PM","","","500","");
portsmouth[9] = new Array("Grown Ups","01:05 PM 09:35 PM","","","498","");
portsmouth[10] = new Array("KIDTOONS: DINOSAUR TRAIN","12:30 PM 02:00 PM","","","110","Sat & Sun Only");
portsmouth[11] = new Array("","","","","","");
portsmouth[12] = new Array("","","","","","");
portsmouth[13] = 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");