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("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("");