var tbrBibleServerName = 'archive.elca.org';var tbr_citation = 'John 18:33-37 (NRSV)'; var tbr_shortpassage = 'The kingdom of Christ

Then Pilate entered the headquarters again, summoned Jesus, and asked him, "Are you the King of the Jews?" Jesus answered, "Do you ask this on your own, or did others tell you about me?" Pilate replied, "I am not a Jew, am I? Your own nation and the chief priests have handed you over '; var tbr_fullpassage = 'The kingdom of Christ

Then Pilate entered the headquarters again, summoned Jesus, and asked him, "Are you the King of the Jews?" Jesus answered, "Do you ask this on your own, or did others tell you about me?" Pilate replied, "I am not a Jew, am I? Your own nation and the chief priests have handed you over to me. What have you done?" Jesus answered, "My kingdom is not from this world. If my kingdom were from this world, my followers would be fighting to keep me from being handed over to the Jews. But as it is, my kingdom is not from here." Pilate asked him, "So you are a king?" Jesus answered, "You say that I am a king. For this I was born, and for this I came into the world, to testify to the truth. Everyone who belongs to the truth listens to my voice."


'; //Opens new window and displays the full passage inside of it by inserting passage directly into window function TBR_BibleOpenWindow(URL) { //Centers pop-up window if (document.all) { var xMax = screen.width, yMax = screen.height; } else { if (document.layers) { var xMax = window.outerWidth, yMax = window.outerHeight; } else { var xMax = 640, yMax=480; } } var xOffset = (xMax - 600)/2, yOffset = (yMax - 575)/2; //NULL means it is the 'More' Link //Any other URL will open a different window with the URL if (URL == null) { TBRWindow=window.open(URL, "TBRwin", "width=600,height=500,screenX="+xOffset+",screenY="+yOffset+",top="+yOffset+",left="+xOffset+",toolbar=no,scrollbars=yes,menubar=no,resizable=yes"); TBRWindow.document.write("TODAY'S BIBLE READING") TBRWindow.document.write("") TBRWindow.document.write("
") TBRWindow.document.write("Close Window") TBRWindow.document.write("
") TBRWindow.document.write("
" + tbr_citation + "


" + tbr_fullpassage) TBRWindow.document.write("

Subscribe to Today's Bible Reading
") TBRWindow.document.write("") TBRWindow.document.write("") TBRWindow.document.close() self.name="TBR" } else { TBRWindow=window.open(URL, "TBROther", "width=600,height=300,screenX="+xOffset+",screenY="+yOffset+",top="+yOffset+",left="+xOffset+",toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes,location=yes,status=yes"); } } var tbr_biblethemecolor = '#646464'; var tbr_biblethemetextcolor = '#FFFFFF'; var tbr_biblethemecolorover = '#8E8E8E'; document.write(""); //Changes the background color of the button for mouseover effects //Parameters: 'color' is the value of the new color, either hexidecimal or constant (ex. #000000 or black) function Change(color) { event.srcElement.style.backgroundColor=color; } //Image maps the ELCA header document.write(""); document.write("Go to the ELCA home page"); document.write("Today’s Bible Reading"); document.write(""); //The URL to the link for the associated action tbrMoreURL = null; tbrSubscribeURL = "http://listserv.elca.org/cgi-bin/wa.exe?SUBED1=bible-readings&A=1"; //Creates HTML table and displays citation and short passage inside document.write("
"); document.write(""); document.write(""); document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
" + tbr_citation + "

" + tbr_shortpassage + "... More
"); document.write("
"); document.write("");