var tbrBibleServerName = 'archive.elca.org';var tbr_citation = 'Mark 10:17-22 (NRSV)';
var tbr_shortpassage = 'Treasure in heaven
As he was setting out on a journey, a man ran up and knelt before him, and asked him, "Good Teacher, what must I do to inherit eternal life?" Jesus said to him, "Why do you call me good? No one is good but God alone. You know the commandments: 'You shall not murder; You shall not commit adultery; ';
var tbr_fullpassage = 'Treasure in heaven
As he was setting out on a journey, a man ran up and knelt before him, and asked him, "Good Teacher, what must I do to inherit eternal life?" Jesus said to him, "Why do you call me good? No one is good but God alone. You know the commandments: 'You shall not murder; You shall not commit adultery; You shall not steal; You shall not bear false witness; You shall not defraud; Honor your father and mother.'" He said to him, "Teacher, I have kept all these since my youth." Jesus, looking at him, loved him and said, "You lack one thing; go, sell what you own, and give the money to the poor, and you will have treasure in heaven; then come, follow me." When he heard this, he was shocked and went away grieving, for he had many possessions.
';
//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(" |