pn// ---lists productions--- var Show var Title var Featuring var Director var Cast var Crew var Link var Theatre var City var State var YearOpen var MonthOpen var DayOpen var MonthClose var DayClose var todayIs = new Date() var theMonth = todayIs.getMonth()+1 var theDay = todayIs.getDate() var theYear = todayIs.getYear(); if (theYear < 1900) {theYear = theYear+1900} var theWeekday = todayIs.getDay() var Months = "JanFebMarAprMayJunJulAugSepOctNovDec" var MonthWord = Months.substring(theMonth*3-3,theMonth*3) var Root // I *believe* if I put this here it will help me solve the problem of older code that pre-dates my use of Root. // Function to blank-out all variables after checking each event function BlankAll() { Show = ""; Title = ""; Episode = ""; Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "" Theatre = ""; City =""; State = "" YearOpen = ""; MonthOpen = ""; DayOpen = ""; MonthClose = ""; DayClose = "" } BlankAll() // The upcomingPlaysDisplay function: function upcomingPlaysDisplay(type,data) { Show = (" "+Show+" ") // FindSate function is not currently in use on any pages: if (type == "FindState" && data == State) { Found = "yes"} if (type == "FindShow" && Show.indexOf(" "+data+" ") >= 0) { Found = "yes"} if (type == "FindMonth" && data == MonthOpen && Extra == YearOpen) { Found = "yes"} if (type == "LISTOFCITIES" && Show.indexOf(" "+data+" ") >= 0) { document.write(""+City+", "+State+" ... ")} if (type == "THEATREHISTORY" && Theatre.indexOf(data) != -1 && (!Extra || Extra == City)) { document.write("
  • ") document.write(MonthOpen+" "+YearOpen+" - "+Title+" "+Featuring+"
    ") document.write("")} if (type == "THEATREHISTORY_NOSHAME" && Theatre.indexOf(data) != -1 && (!Extra || Extra == City)) { document.write("
  • ") document.write(MonthOpen+" "+DayOpen+", "+YearOpen+" - "+Title+" "+Featuring+"
    ") document.write("")} if (type == "PRODUCTIONHISTORY" && Show.indexOf(" "+data+" ") >= 0) { document.write("") document.write(" "+Theatre+"") document.write(" ("+City+", "+State+")") document.write("")} if (type == "PNTEST") { document.write("") document.write(""+Title+"
    ") document.write(" "+Theatre+"") document.write("["+Show+"] "+Featuring+"
    ") document.write(" ("+City+", "+State+")") document.write("")} if (type == "SAMPLE" && Show.indexOf(" "+data+" ") >= 0) { document.write("") document.write("") document.write(" "+Theatre+"") document.write(" ("+City+", "+State+")") document.write(""+MonthOpen+" "+YearOpen) document.write("")} if (type == "CALENDARMONTH" && data == MonthOpen && Extra == YearOpen) { document.write("") // UNDER CONSTRUCTION - this section added to current calendar (page02.htm) but NOT PAST calendars var FirstPlayCode = Show.substr(1) FirstPlayCode = FirstPlayCode.substr(0,FirstPlayCode.indexOf(" ")) PointAt2(FirstPlayCode) if (pointer2 == "Yipes! Error! Not Found!") {document.write("")} else {document.write("")} // UNDER CONSTRUCTION - end button for insertion section document.write(Title+" "+Featuring+"
    ") document.write(""+MonthOpen+" "+DayOpen) if(MonthClose) {document.write(" - ")} else {document.write(" ")} document.write(MonthClose+" "+DayClose+"
    ") document.write(City+", "+State+"
    ") document.write("

    ")} // DIRECTINGHISTORY similar to PRODUCTIONHISTORY, but lists Title and Author rather than theatre company if (type == "DIRECTINGHISTORY" && Show.indexOf(" "+data+" ") >= 0) { document.write("

    ") document.write(" "+Title+"") document.write(" ("+City+", "+State+")") document.write("")} if (type == "PLAY" && Show.indexOf(" "+data+" ") >= 0) { document.write("
  • ") document.write(""+MonthOpen+" "+DayOpen) if(MonthClose) {document.write(" - ")} else {document.write(" ")} document.write(MonthClose+" "+DayClose+"
    ") document.write(""+Theatre+"
    ") document.write(City+", "+State+"
    ") document.write("

    ")} if (type == "PLAYOPENING" && Show.indexOf(" "+data+" ") >= 0 && MonthWord == MonthOpen && theDay == DayOpen) { document.write("
    ") document.write(""+Title+" ") document.write("opens tonight in ") document.write(City+", "+State+".
    ") document.write("("+Theatre+")") document.write("

    ")} if (type == "STATE" && (data == State || (data == "INTERNATIONAL" && State.length > 2))) { document.write(""+MonthOpen+" "+DayOpen) if(MonthClose) {document.write(" - ")} else {document.write(" ")} document.write(MonthClose+" "+DayClose+" - ") document.write(City) if (data == "INTERNATIONAL") {document.write(", "+State)} document.write("
    ") document.write("

    ") document.write("

    ")} if (type == "MAPSTATE" && (data == State || (data == "INTERNATIONAL" && State.length > 2))) { document.write("
    "+Title+"
    ") document.write("   ") document.write(" ("+City+")")} if (type == "PLUG" && data == "Today" && MonthWord == MonthOpen && theDay == DayOpen) { document.write(""+Title+" opens tonight in "+City+", "+State+"!!") document.write("   ")} if (type == "PLUG" && data == "Today" && MonthWord == MonthClose && theDay == DayClose) { document.write(""+Title+" closes tonight in "+City+", "+State+"!!") document.write("   ")} if (type == "PLUG" && data == "Tomorrow" && MonthWord == MonthOpen && theDay+1 == DayOpen) { document.write("."+Title+" opens tomorrow in "+City+", "+State+"!!") document.write("   ")} if (type == "PLUG" && data == "Tomorrow" && MonthWord == MonthClose && theDay+1 == DayClose) { document.write(""+Title+" closes tomorrow in "+City+", "+State+"!!") document.write("   ")} if (type == "FIRST") { if (Found == "no") {Found = Show} } if (type == "SECOND") { if (Found == "ONE") {Found = Show} if (Found == "no") {Found = "ONE"} } if (type == "THIRD") { if (Found == "TWO") {Found = Show} if (Found == "ONE") {Found = "TWO"} if (Found == "no") {Found = "ONE"} } // NOTE the NEXT function might conceivably produce an error if there are NO upcoming plays at all in the future if (type == "NEXT") { if (YearOpen > theYear || (YearOpen == theYear && ((Months.indexOf(MonthOpen)/3)+1) > theMonth) || (YearOpen == theYear && MonthOpen == MonthWord && DayOpen >= theDay)){ if (Found == "no") {Found = Show} }} BlankAll() } function upcomingPlays(style,matching,optional) { Found = "no" Extra = optional Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = "Andra Ionescu"; Cast = "Jordan Dodd: Dick Piston; Valentina Askar"; Crew = "" Link = "pndphd24.htm#Wallingford" Theatre = "Choate Rosemary Hall" City = "Wallingford"; State = "CT" YearOpen = "2024"; MonthOpen = "Jan"; DayOpen = "26"; MonthClose = "Jan"; DayClose = "27" upcomingPlaysDisplay(style,matching) Show = "aud"; Title = "A.C.T.F. Region III" Featuring = "(Irene Ryan competition)" Director = ""; Cast = "Lilija Shuger"; Crew = "" Link = "plays/pnactf24.htm#Flint" Theatre = "American College Theatre Festival" City = "Flint"; State = "MI" YearOpen = "2024"; MonthOpen = "Feb"; DayOpen = "24"; MonthClose = "Feb"; DayClose = 27 upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "pndphd24.htm#PortofSpain" Theatre = "Better Than We? Wey! Productions" City = "Port of Spain"; State = "TRINIDAD & TOBAGO" YearOpen = "2024"; MonthOpen = "Apr"; DayOpen = "5"; MonthClose = "Apr"; DayClose = "14" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = "Hannah Joy Whitson"; Cast = ""; Crew = "" Link = "pndphd24.htm#Lincoln" Theatre = "Nebraska Wesleyan University" City = "Lincoln"; State = "NE" YearOpen = "2024"; MonthOpen = "Apr"; DayOpen = "22"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = "Fan Shiau"; Cast = ""; Crew = "" Link = "pndphd24.htm#Williamsburg" Theatre = "University of the Cumberlamds" City = "Williamsburg"; State = "KY" YearOpen = "2024"; MonthOpen = "Apr"; DayOpen = "25"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = "Sarah Byers"; Cast = ""; Crew = "" Link = "pndphd24.htm#Abbotsford" Theatre = "University of the Fraser Valley" City = "Abbotsford"; State = "British Columbia, CANADA" YearOpen = "2024"; MonthOpen = "Apr"; DayOpen = "25"; MonthClose = "Apr"; DayClose = "26" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "pndphd24.htm#Abilene" Theatre = "McMurry University" City = "Abilene"; State = "TX" YearOpen = "2024"; MonthOpen = "Apr"; DayOpen = "25"; MonthClose = "Apr"; DayClose = "26" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = "Christopher Barnes Locke"; Cast = ""; Crew = "" Link = "pndphd24.htm#Starkville" Theatre = "Mississippi State University" City = "Starkville"; State = "MS" YearOpen = "2024"; MonthOpen = "Apr"; DayOpen = "29"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "aesoprefabled cheersquad"; Title = "Aesop Refabled" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "plays/pnaesoprefabled24.htm#Bridgehampton" Theatre = "Bridgehampton High School" City = "Bridgehampton"; State = "NY" YearOpen = "2024"; MonthOpen = "May"; DayOpen = "3"; MonthClose = "May"; DayClose = "4" upcomingPlaysDisplay(style,matching) Show = "cheersquad aesoprefabled"; Title = "Cheer Squad" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "plays/pnaesoprefabled24.htm#Sacramento" Theatre = "Smedberg Middle School" City = "Sacramento"; State = "CA" YearOpen = "2024"; MonthOpen = "May"; DayOpen = "9"; MonthClose = "May"; DayClose = "10" upcomingPlaysDisplay(style,matching) Show = "cheersquad aesoprefabled"; Title = "Cheer Squad" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "plays/pnaesoprefabled24.htm#RockHill" Theatre = "South Pointe High School" City = "Rock Hill"; State = "SC" YearOpen = "2024"; MonthOpen = "May"; DayOpen = "9"; MonthClose = "May"; DayClose = "11" upcomingPlaysDisplay(style,matching) Show = "aesoprefabled cheersquad"; Title = "Aesop Refabled" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "plays/pnaesoprefabled24.htm#Fairfax" Theatre = "Robinson Secondary School" City = "Fairfax"; State = "VA" YearOpen = "2024"; MonthOpen = "May"; DayOpen = "14"; MonthClose = "May"; DayClose = "15" upcomingPlaysDisplay(style,matching) Show = "pra dphd"; Title = "Prague-nosis!" Featuring = "" Director = "John Anderson; Afrah Collier-Potts: assistant director"; Cast = "Lucas Anders: Dick Piston; Mélissa Masse: Pleasure Hello; Dave McKay: Zing The Amazing; Sarah Gibson: Misha Novakova; Dan Fessenden: Havel Presley"; Crew = "John Anderson: producer, props master; Afrah Collier-Potts: stage manager; Adorra Sergios: assistant stage manager; Rebecca Cave: lighting designer/operator & sound operator" Link = "pnpra24.htm#Edmonton" Theatre = "Edmonton Fringe Festival" City = "Edmonton"; State = "Alberta, CANADA" YearOpen = "2024"; MonthOpen = "Aug"; DayOpen = "15"; MonthClose = "Aug"; DayClose = "25" upcomingPlaysDisplay(style,matching) Show = "firstlookbuffalo"; Title = "Online Writing Workshops" Featuring = "
    (online writing workshops)" Director = ""; Cast = ""; Crew = "" Link = "plays/pnfirstlookbuffalo2425.htm#WritingWorkshops" Theatre = "First Look Buffalo Theatre Company" City = "Anytown"; State = "USA" YearOpen = "2024"; MonthOpen = "Nov"; DayOpen = "4"; MonthClose = "Nov"; DayClose = "23" upcomingPlaysDisplay(style,matching) Show = "dpc deadpanther_deadpanther brownbag fairytale stockhausen artcorp girlfunny muse bob soallalone haikusong intelligentmath deadpanther_talkingparrot phallic speakingpower godot mayormccheese littlevoice jeff"; Title = "Dead Panther Cabaret" Featuring = "" Director = "Joe Golden"; Cast = "Kiera Barnes; Holden Blair; Amara Davidson; Tommy Duff; Hailey Flores; Charlie Gabbard; Auroara Groves; Lily Haines; Miah Hallett; Soren Keene-Wilson; Silva Musthafa Padian; Larz Reed; Jess Rogers; Saumya Sarin; Maddy Teeter; Arantza Teres-Martinez"; Crew = "Michael Hartwell: Scenic Design; Joshua Vrooman: Lighting & Projection Design; Thomas Newby: Costume Design; Samantha Higgins: Stage Manager" Link = "plays/pndpc24.htm#Boise" Theatre = "College of Idaho" City = "Boise"; State = "ID" YearOpen = "2024"; MonthOpen = "Nov"; DayOpen = "7"; MonthClose = "Nov"; DayClose = "16" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "pndphd24.htm#Auburn" Theatre = "Auburn University" City = "Auburn"; State = "AL" YearOpen = "2024"; MonthOpen = "Nov"; DayOpen = "9"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "jeff classes hollywoodpitch"; Title = "The Hollywood Pitch" Featuring = "
    (online writing workshop)" Director = ""; Cast = ""; Crew = "" Link = "appearances/2024nov16_buffalo.htm" Theatre = "First Look Buffalo Theatre Company/JG Entertainment" City = "Anytown"; State = "USA" YearOpen = "2024"; MonthOpen = "Nov"; DayOpen = "16"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "jeff classes writersblock"; Title = "Breaking Writer’s Block" Featuring = "
    (online writing workshop)" Director = ""; Cast = ""; Crew = "" Link = "appearances/2024nov23_buffalo.htm" Theatre = "First Look Buffalo Theatre Company/JG Entertainment" City = "Anytown"; State = "USA" YearOpen = "2024"; MonthOpen = "Nov"; DayOpen = "23"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "8rm"; Title = "THE EIGHT: Reindeer Monologues" Featuring = "" Director = "Shannon Peterson"; Cast = "Mike Mullens; Ben Szulanczyk; Cameron Uli; Hannah Jane Austen; Nick Nielsen; Shannon Peterson: Dancer; Kevin Nissen; Sheila Ann"; Crew = "" Link = "pn8rm24.htm#Boise" Theatre = "Boise Little Theater" City = "Bolise"; State = "ID" YearOpen = "2024"; MonthOpen = "Nov"; DayOpen = "29"; MonthClose = "Dec"; DayClose = "21" upcomingPlaysDisplay(style,matching) Show = "dphd dp_10min"; Title = "Murder By Midnight" Featuring = "" Director = "Spade Harrington"; Cast = ""; Crew = "" Link = "pndphd24.htm#Flagstaff" Theatre = "Northern Arizona University" City = "Flagstaff"; State = "AZ" YearOpen = "2024"; MonthOpen = "Dec"; DayOpen = "5"; MonthClose = "Dec"; DayClose = "7" upcomingPlaysDisplay(style,matching) Show = "firstlookbuffalo"; Title = "2024-25 New Play Reading Festival" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "plays/pnfirstlookbuffalo2425.htm#ReadingFestival" Theatre = "First Look Buffalo Theatre Company" City = "Buffalo"; State = "NY" YearOpen = "2024"; MonthOpen = "Dec"; DayOpen = "6"; MonthClose = "Dec"; DayClose = "15" upcomingPlaysDisplay(style,matching) Show = "blueparrot firstlookbuffalo"; Title = "The Blue Parrot" Featuring = "[first public reading]" Director = "Drew Fornarola"; Cast = ""; Crew = "" Link = "plays/pnfirstlookbuffalo2425.htm#ReadingFestival" Theatre = "First Look Buffalo Theatre Company" City = "Buffalo"; State = "NY" YearOpen = "2024"; MonthOpen = "Dec"; DayOpen = "7"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "8rm"; Title = "THE EIGHT: Reindeer Monologues" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "pn8rm24.htm#Denver" Theatre = "AM.SWOProductions @ Sexploratorium" City = "Denver"; State = "CO" YearOpen = "2024"; MonthOpen = "Dec"; DayOpen = "14"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "8rm"; Title = "THE EIGHT: Reindeer Monologues" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "pn8rm24.htm#Denver" Theatre = "AM.SWOProductions @ Colorado Sake Co" City = "Denver"; State = "CO" YearOpen = "2024"; MonthOpen = "Dec"; DayOpen = "19"; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) Show = "8rm"; Title = "THE EIGHT: Reindeer Monologues" Featuring = "(a virtual play starring the DAT Board of Directors)" Director = ""; Cast = ""; Crew = "" Link = "pn8rm24.htm#Austin" Theatre = "Deaf Austin Theatre" City = "Austin"; State = "TX" YearOpen = "2024"; MonthOpen = "Dec"; DayOpen = "21"; MonthClose = "Dec"; DayClose = "28" upcomingPlaysDisplay(style,matching) Show = "jax pushed"; Title = "Jax-in-a-Box" Featuring = "" Director = "Katelin DeLorenzo"; Cast = ""; Crew = "" Link = "plays/pnpushed25.htm#Walker" Theatre = "Walker Hackensack Akeley Secondary School" City = "Walker"; State = "MN" YearOpen = "2025"; MonthOpen = "Jan"; DayOpen = "25"; MonthClose = "Jan"; DayClose = "26" upcomingPlaysDisplay(style,matching) Show = "firstlookbuffalo_rideshare backseatstabber firstlookbuffalo"; Title = "Buffalo Ride" Featuring = "(11 new 10-minute plays by Donna Hoke, Drew Fornarola, Jeff Goode, Adam Hahn, Michelle Tyrene Johnson, Wendy-Marie Martin, Camilla Maxwell, Avery Lamar Pope, Bella Poynton)" Director = "Camilla Maxwell; Reumann"; Cast = "Kathleen Rooney: Driver; Alfonzo Tyson: Stabby; Danette Pawlowski: Jeanine"; Crew = "Bob Rusch: producer" Link = "plays/pnfirstlookbuffalo2425.htm#OneLocation" Theatre = "First Look Buffalo Theatre Company" City = "Buffalo"; State = "NY" YearOpen = "2025"; MonthOpen = "Mar"; DayOpen = "21"; MonthClose = "Apr"; DayClose = "6" upcomingPlaysDisplay(style,matching) // Show = "xmasogre"; Title = "The Christmas Ogre" // Featuring = "" // Link = "plays/pnxmasogre13.htm#Pasadena" // Theatre = "Southern California Lyric Theater" // City = "Pasadena"; State = "CA" // YearOpen = "2014"; MonthOpen = "Dec"; DayOpen = "2014"; MonthClose = ""; DayClose = "" // upcomingPlaysDisplay(style,matching) Show = ""; Title = "" Featuring = "" Director = ""; Cast = ""; Crew = "" Link = "" Theatre = "" City = ""; State = "" YearOpen = ""; MonthOpen = ""; DayOpen = ""; MonthClose = ""; DayClose = "" upcomingPlaysDisplay(style,matching) } // keep this bracket here to end the function upcomingPlays