// GRAY because this file appears to have been replaced by THEATRELINKS.TXT, but save this file in case I have old pages that still link to it.
// start by accessing THEATRES.TXT database - list of theaters:
document.write("")
// be sure to duplicate any changes in PNFUNCTIONS_SUB.TXT and PNFUNCTIONS_SUB_SUB.TXT so the two files work the same
function TestTestTest(CodeSought,Extra) {
document.write("ONE TWO ONE TWO") // use this function during debugging just to test that this file is working at all
}
function LinkToJeffNetThPage(CodeSought,Extra) {
PointAtTheatre(CodeSought)
document.write(""+Theatres[pointer].name+"")
}
function PNLinkedTheatreLogo(CodeSought,Extra) {
PointAtTheatre(CodeSought)
document.write("")
document.write("
")
document.write("")
}
function LinkedTheatreButton(CodeSought) {
PointAtTheatre(CodeSought)
document.write("")
document.write("
")
document.write("")
}
function StandardTheatreMarquee(CodeSought,Extra) {
PNLinkedTheatreLogo(CodeSought)
document.write("
")
document.write("")
LinkToJeffNetThPage(CodeSought)
document.write("
")
}