//******************************************************************** // Control file for the 'Thematic Subject Guide' files located in './d/subject/'. // // TSG.js builds the simple table to display the dictionary contents // of the specified TSG page determined by the 'Detailed Word Search' // by the script function doDictLookup() defined in './js/nav.js'. // Each TSG page contains what it needs in an array named subjectArray[]; //******************************************************************** //Extract the Thematic Subject from the HTML page name Page = topicDir[topicDir.length-1].split('.')[0]; Page = Page.replace(/__/g, ', '); Page = Page.replace(/_s_/g, "'s "); Page = Page.replace(/_/g, ' '); document.write( "
" + "" + "
" + "" + "" + "" ); var rowArray = new Array(); var entryString = new String(); for(i=0;i"); } document.write("" + "
Thematic Subject Guide
"+Page+":
'); rowArray = subjectArray[i].split(","); for(j=0;j'+book+' '+chapter+':'+verseRange+''); if(rowArray.length - 1 > j){document.write(', ');} } document.write("
Thematic Subject Guide
" + "
" + "" + '
Cite the BLB CD:

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

Copyright Statement

Some or all materials on this page are copyright, and may not be used without the permission of the copyright holder, or under other provisions of the copyright law.

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.
' );