18 lines
1.1 KiB
HTML
18 lines
1.1 KiB
HTML
<html><head>
|
|
<script src="../../js/basepath.js" type="text/javascript"></script>
|
|
<script src="./js/nav.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavHeader.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
var Content = new Array();
|
|
Book = "Psa";
|
|
Chapter = "23";
|
|
Content[1]="[[A Psalm of David.]] The LORD [is] my shepherd; I shall not want.";
|
|
Content[2]="He maketh me to lie down in green pastures: he leadeth me beside the still waters.";
|
|
Content[3]="He restoreth my soul: he leadeth me in the paths of righteousness for his name's sake.";
|
|
Content[4]="Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou [art] with me; thy rod and thy staff they comfort me.";
|
|
Content[5]="Thou preparest a table before me in the presence of mine enemies: thou anointest my head with oil; my cup runneth over.";
|
|
Content[6]="Surely goodness and mercy shall follow me all the days of my life: and I will dwell in the house of the LORD for ever.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|