17 lines
1018 B
HTML
17 lines
1018 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 = "100";
|
|
Content[1]="[[A Psalm of praise.]] Make a joyful noise unto the LORD, all ye lands.";
|
|
Content[2]="Serve the LORD with gladness: come before his presence with singing.";
|
|
Content[3]="Know ye that the LORD he [is] God: [it is] he [that] hath made us, and not we ourselves; [we are] his people, and the sheep of his pasture.";
|
|
Content[4]="Enter into his gates with thanksgiving, [and] into his courts with praise: be thankful unto him, [and] bless his name.";
|
|
Content[5]="For the LORD [is] good; his mercy [is] everlasting; and his truth [endureth] to all generations.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|