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("
| ") TBRWindow.document.write("Close Window") TBRWindow.document.write(" |