bibleverse = new Array();

bibleverse[0] = "\"Blessed are the eyes which see the things which ye see: For I tell you, that many prophets and kings have desired to see those things which ye see, and have not seen them; and to hear those things which ye hear, and have not heard them. <br/>~ <b>Luke 10:23</b>";

bibleverse[1] = "Jesus opened the book and read: \"The Spirit of the Lord is upon Me, ...to preach the Good News, ...to set the captives free, ...to declare the year of the Lord.\"<br/>~ <b>Luke 4:17ff</b>";

bibleverse[2] = "Friend, go up higher. <br/>~ <b>Luke 14:10</b>";

bibleverse[3] = "Rejoice with me; for I have found my sheep which was lost. <br/>~ <b>Luke 15:6</b>";

bibleverse[4] = "The kingdom of God is within you. <br/>~ <b>Luke 16:21</b>";

bibleverse[5] = "God be merciful to me a sinner. <br/>~ <b>Luke 18:13</b>";



// The random number generator.

function rand(n) {
seed = (0x015a4e35 * seed) % 0x7fffffff;
return (seed >> 16) % n;
}
        
var now = new Date()
var seed = now.getTime() % 0xffffffff;
