<!-- Copyright 2000 by William Bontrager

function inspiration() {
var count = 4;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "\"...the sparrow hath found an house, and the swallow a nest for herself, where she may lay her young...\" (Psalms 84:3) ";
if (r == 2) return "\"They that wait upon the Lord shall renew their strength; they shall mount up with wings as eagles; they shall run, and not be weary; and they shall walk, and not faint.\" (Isaiah 41:30)";
if (r == 3) return "...\"the stork in the heaven knoweth her appointed times;...\" (Jeremiah 8:7)";
if (r == 4) return "...\"the turtle and the crane and the swallow observe the time of their coming;...\" (Jeremiah 8:7)";

} //-->
