document.write("") // accesses THEATRES.TXT database - list of theatres
function LinkToJeffNetThPage(CodeSought) {
PointAtTheatre(CodeSought)
document.write(""+Theatres[pointer].name+"")
}
function PNLinkedTheatreLogo(CodeSought) {
PointAtTheatre(CodeSought)
document.write("")
document.write("
")
document.write("")
}
function StandardTheatreMarquee(CodeSought) {
PNLinkedTheatreLogo(CodeSought)
document.write("
")
document.write("")
LinkToJeffNetThPage(CodeSought)
document.write("
")
}