// start by accessing THEATRES.TXT database - list of theaters: document.write("") function TestTestTest(CodeSought) { document.write("ONE TWO ONE TWO") // use this function during debugging just to test that this file is working at all } function LinkToJeffNetThPage(CodeSought) { PointAtTheatre(CodeSought) document.write(""+Theatres[pointer].name+"") } function HREFonlyTheatre(CodeSought) { // provides only the HREF link in case I want the word/button to be difft PointAtTheatre(CodeSought) document.write("") } function LinkToTheatreWebsite(CodeSought) { PointAtTheatre(CodeSought) document.write(""+Theatres[pointer].name+"") } function PNLinkedTheatreLogo(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write("") document.write("") } function LinkedTheatreButton(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write("") document.write("") } function StandardFilmButton(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write("") document.write("") } function StandardTheatreMarquee(CodeSought) { PNLinkedTheatreLogo(CodeSought) document.write("
") document.write("") LinkToJeffNetThPage(CodeSought) document.write("
") } function GoogleMap(address,citystate) { var address = address.replace(/ /g, "+") var citystate = citystate.replace(/ /g, "+") document.write("") document.write ("") }