16 lines
1012 B
HTML
16 lines
1012 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 = "123";
|
|
Content[1]="[[A Song of degrees.]] Unto thee lift I up mine eyes, O thou that dwellest in the heavens.";
|
|
Content[2]="Behold, as the eyes of servants [look] unto the hand of their masters, [and] as the eyes of a maiden unto the hand of her mistress; so our eyes [wait] upon the LORD our God, until that he have mercy upon us.";
|
|
Content[3]="Have mercy upon us, O LORD, have mercy upon us: for we are exceedingly filled with contempt.";
|
|
Content[4]="Our soul is exceedingly filled with the scorning of those that are at ease, [and] with the contempt of the proud.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|