// KEEP this file in case there are older pages that reference it, HOWEVER I believe this is OBSOLETE as of 2013 as I have fixed the problem with the url ROOT and the sub and sub_sub versions of PNFUNCTIONS.TXT are no longer necessary 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 LinkedTheatreButton(CodeSought) { PointAtTheatre(CodeSought) document.write("") document.write("") document.write("") } function StandardTheatreMarquee(CodeSought) { PNLinkedTheatreLogo(CodeSought) document.write("
") document.write("") LinkToJeffNetThPage(CodeSought) document.write("
") }