19 lines
1019 B
HTML
19 lines
1019 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 = "120";
|
|
Content[1]="[[A Song of degrees.]] In my distress I cried unto the LORD, and he heard me.";
|
|
Content[2]="Deliver my soul, O LORD, from lying lips, [and] from a deceitful tongue.";
|
|
Content[3]="What shall be given unto thee? or what shall be done unto thee, thou false tongue?";
|
|
Content[4]="Sharp arrows of the mighty, with coals of juniper.";
|
|
Content[5]="Woe is me, that I sojourn in Mesech, [that] I dwell in the tents of Kedar!";
|
|
Content[6]="My soul hath long dwelt with him that hateth peace.";
|
|
Content[7]="I [am for] peace: but when I speak, they [are] for war.";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|