18 lines
977 B
HTML
18 lines
977 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 = "Job";
|
|
Chapter = "25";
|
|
Content[1]="Then answered Bildad the Shuhite, and said,";
|
|
Content[2]="Dominion and fear [are] with him, he maketh peace in his high places.";
|
|
Content[3]="Is there any number of his armies? and upon whom doth not his light arise?";
|
|
Content[4]="How then can man be justified with God? or how can he be clean [that is] born of a woman?";
|
|
Content[5]="Behold even to the moon, and it shineth not; yea, the stars are not pure in his sight.";
|
|
Content[6]="How much less man, [that is] a worm? and the son of man, [which is] a worm?";
|
|
</script>
|
|
<script src="./js/Verse.js" type="text/javascript"></script>
|
|
<script src="./js/NoNavFooter.js" type="text/javascript"></script>
|