document.write("") // accesses THEATRES.TXT database - list of theatres
// be sure to duplicate any changes in PNFUNCTIONS_SUB.TXT so the two files work the same
function LinkToJeffNetThPage(CodeSought,Extra) {
PointAtTheatre(CodeSought)
document.write(""+Theatres[pointer].name+"")
}
function PNLinkedTheatreLogo(CodeSought,Extra) {
PointAtTheatre(CodeSought)
document.write("")
document.write("
")
document.write("")
}
function StandardTheatreMarquee(CodeSought,Extra) {
PNLinkedTheatreLogo(CodeSought)
document.write("
")
document.write("")
LinkToJeffNetThPage(CodeSought)
document.write("
")
}