//******************************************************************** // TSK.js works on the T_ files intermixed with the KJV Bible files. // TSK.js performs macro substituion on the concordance and writes // out the result to the document. Everything else is handled by the // concordance page. Each page contains an array named stringArray[] // where each entry is a verse the the specific book/T_chapter file. // // The citation gadget at the bottom of this will need tuned when we // figure out what exactly we are going to do for citations. //******************************************************************** 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'+ ''+ ' Phrase of Scripture'+ '   Correlating Passages'+ ' '+ ' '+ '
'+ ''; PS_String = '">'; FF_String = '   '; FE_String = ' '; GG_String = ''+ '
'+ '
Treasury of Scripture Knowledge
'+ '
'+ '
'+ '
'+ ' '+Book+' '+Chapter+':'+Verse+' — ' ); document.write(stringArray[Verse]); document.write( '
'+ ' '+ '
'+ '' + ''+ '' + '

Cite the BLB CD:


The Blue Letter Bible CD. CD-ROM, version ' +CDVERSION+ '. Blue Letter Bible, '+RELEASEDATE+'.

CONTENT DISCLAIMER

The Blue Letter Bible ministry and the BLB Institute hold to the historical, conservative Christian faith, which includes a firm belief in the inerrancy of Scripture. Since the text and audio content provided by BLB represent a range of evangelical traditions, all of the ideas and principles conveyed in the resource materials are not necessarily affirmed, in total, by this ministry.

' );