var tbrBibleServerName = 'archive.elca.org';var tbr_citation = '1 Corinthians 15:20-28 (NRSV)'; var tbr_shortpassage = 'That God may be all in all

But in fact Christ has been raised from the dead, the first fruits of those who have died.

For since death came through a human being, the resurrection of the dead has also come through a human being; for as all die in Adam, so all will be made alive in Christ. But each in his own order: '; var tbr_fullpassage = 'That God may be all in all

But in fact Christ has been raised from the dead, the first fruits of those who have died.

For since death came through a human being, the resurrection of the dead has also come through a human being; for as all die in Adam, so all will be made alive in Christ. But each in his own order: Christ the first fruits, then at his coming those who belong to Christ. Then comes the end, when he hands over the kingdom to God the Father, after he has destroyed every ruler and every authority and power. For he must reign until he has put all his enemies under his feet. The last enemy to be destroyed is death. For "God has put all things in subjection under his feet." But when it says, "All things are put in subjection," it is plain that this does not include the one who put all things in subjection under him. When all things are subjected to him, then the Son himself will also be subjected to the one who put all things in subjection under him, so that God may be all in all.


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