15 lines
905 B
HTML
15 lines
905 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 = "133";
|
|
Content[1]="[[A Song of degrees of David.]] Behold, how good and how pleasant [it is] for brethren to dwell together in unity!";
|
|
Content[2]="[It is] like the precious ointment upon the head, that ran down upon the beard, [even] Aaron's beard: that went down to the skirts of his garments;";
|
|
Content[3]="As the dew of Hermon, [and as the dew] that descended upon the mountains of Zion: for there the LORD commanded the blessing, [even] life for evermore.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|