15 lines
738 B
HTML
15 lines
738 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 = "134";
|
|
Content[1]="[[A Song of degrees.]] Behold, bless ye the LORD, all [ye] servants of the LORD, which by night stand in the house of the LORD.";
|
|
Content[2]="Lift up your hands [in] the sanctuary, and bless the LORD.";
|
|
Content[3]="The LORD that made heaven and earth bless thee out of Zion.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|