15 lines
830 B
HTML
15 lines
830 B
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 = "131";
|
|
Content[1]="[[A Song of degrees of David.]] LORD, my heart is not haughty, nor mine eyes lofty: neither do I exercise myself in great matters, or in things too high for me.";
|
|
Content[2]="Surely I have behaved and quieted myself, as a child that is weaned of his mother: my soul [is] even as a weaned child.";
|
|
Content[3]="Let Israel hope in the LORD from henceforth and for ever.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|