//******************************************************************** // Versions.js is used to build the versions pop-up when the V button // is clicked. The data is stored in ./v/Book/Chapter.html files where // there is an array for each supported version and the Verse parameter // is used to choose which array element to use. // //******************************************************************** var Book, Chapter, Verse; Title = new String(window.location); Title = unescape(Title); Title = Title.split("?")[1] if(Title) { Title = Title.split('#')[0]; tLength = Title.split("&").length; for(tItem=0;tItem('+ Book +' '+ Chapter +':'+ Verse +' ASV) document.write( ''+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ ' '+ '
 '+ '
'+ ' '+ ' '+ '
Translations and Versions for '+ Book +' '+ Chapter +':'+ Verse +'
'+ '
'+ '
KJV
' + kjv[Verse] + '
King James Version 1769 Info
CSB
' + csb[Verse] + '
Christan Standard Bible © 2009 Info
RSV
' + rsv[Verse] + '
Revised Standard Version © 1947, 1952 Info
ASV
' + asv[Verse] + '
American Standard Version 1901 Info
YNG
' + yng[Verse] + '
Robert Young Literal Translation 1862, 1887, 1898 Info
DBY
' + dby[Verse] + '
J.N.Darby Translation 1890 Info
WEB
' + web[Verse] + '
Noah Webster Version 1833 Info
HNV
' + hnv[Verse] + '
Hebrew Names Version 2000 Info
VUL
' + vul[Verse] + '
Jerome\'s Latin Vulgate 405 A.D. Info
 
Information on Bible Versions
 
Cite the BLB CD:
The Blue Letter Bible CD. CD-ROM, version '+CDVERSION+'. Blue Letter Bible, '+RELEASEDATE+'.
' );