//******************************************************************** // Verse.js works on the V_ files intermixed with the KJV Bible files. // When one of these files is yanked up by mV();, V_Nav();, or V(); // this helper creates the content inside the popup window. //******************************************************************** var Chapt, Verse; var ARGV = new Array(); 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' + ' '+ ' '+ ' '+ ' '+ ' '+ '
King James Version
' + ' ' + ' ' + '
' + ' ' + ' ' ); for(i=1;i'); } document.write( '
'+Book+' '+Chapter+':'+Verse+''+Content[Verse]+'
'+Book+' '+Chapter+':'+New_Verse+''+Content[New_Verse]+'
' + '
' + '
Go to Bible for '+Book+' '+Chapter+':'+Verse+'
' + ' ' + '' ); window.setTimeout("window.focus()",500);