w = Math.floor(Math.random() * 5)
n = ""
if (w == 0) 
n = "<a href='http://www.abideinchrist.com/messages/peacegod.html' class='sdrgt'>Luke 19:10  For the Son of man is come to seek and to save that which was lost.</a>"
if (w == 1)
n = "<a href='http://www.abideinchrist.com/messages/peacegod.html' class='sdrgt'>Luke 11:9  Ask, and it shall be given you; seek, and ye shall find; knock, and it shall be opened unto you.</a>"
if (w == 2)
n = "<a href='http://www.abideinchrist.com/messages/peacegod.html' class='sdrgt'>Jeremiah 29:13  And ye shall seek me, and find me, when ye shall search for me with all your heart.</a>"
if (w == 3)
n = "<a href='http://www.abideinchrist.com/messages/peacegod.html' class='sdrgt'>Isaiah 55:6  Seek ye the LORD while he may be found, call ye upon him while he is near:</a>"
if (w == 4)
n = "<a href='http://www.abideinchrist.com/messages/peacegod.html' class='sdrgt'>Psalms 105:4  Seek the LORD, and his strength: seek his face evermore.</a>"
document.write(n)