Quotes = new Array(

"<a href='joseph.html'><span class='c'>Who was Jesus' grandfather on his father's side?</span></a>",
"<a href='elijah.html'><span class='c'>Was John the Baptsist Elijah?</span></a>",
"<a href='abe_justified.html'><span class='c'>Was Abraham justified by faith or by works?</span></a>",
"<A href='abijam.html'><span class='c'>Who was Abijam's mother?</span></A>",
"<a href='baptism.html'><span class='c'>In whose name are we to be baptized?</span></a>",
"<a href='baptize.html'><span class='c'>Did Jesus baptize anyone?</span></a>",
"<a href='barefoot.html'><span class='c'>Did Jesus tell his apostles to go barefoot and without a staff?</span></a>",
"<a href='centurion.html'><span class='c'>Did the Centurion ask Jesus directly to help his servant?</span></a>",
"<a href='davidsin.html'><span class='c'>Did David sin?</span></a>",
"<a href='do_good.html'><span class='c'>Does anyone do anything good?</span></a>",
"<A href='earth.html'><span class='c'>Will the earth last forever?</span></A>",
"<a href='elijah.html'><span class='c'>Was John the Baptist Elijah?</span></a>",
"<a href='enoch.html'><span class='c'>Has anyone ever ascended into heaven?</span></a>",
"<a href='faithalone.html'><span class='c'>Is salvation by faith alone?</span></a>",
"<a href='field.html'><span class='c'>Who bought the Potter's field?</span></a>",
"<a href='fig.html'><span class='c'>When did the cursed fig tree die?</a>",
"<a href='first.html'><span class='c'>Was Jesus the first to rise from the dead?</a>",
"<a href='flood_die.html'><span class='c'>Did everyone die in the flood?</a>",
"<a href='good.html'><span class='c'>Is anyone good?</span></a>",
"<a href='hell.html'><span class='c'>Does hell exist?</a>",
"<a href='Jesus_witness.html'><span class='c'>If Jesus bears witness for himself, is his witness true?</a>",
"<a href='jeconiahs_dad.html'><span class='c'>Was Jeconiah the son or grandson of Josiah?</a>",
"<a href='judas.html'><span class='c'>How did Judas die?</span></a>",
"<a href='just.html'><span class='c'>Has there ever been a just person?</span></a>",
"<a href='newmoon.html'><span class='c'>What is the correct recipe for the new moon sacrifice?</a>",
"<a href='rahab.html'><span class='c'>Was Rahab saved by faith or by works?</span></a>",
"<a href='saved.html'><span class='c'>What must you do to be saved?</span></a>",
"<a href='repent.html'><span class='c'>Does God repent?</span></a>",
"<a href='righteous.html'><span class='c'>Has there ever been a righteous person?</span></a>",
"<a href='sin.html'><span class='c'>Do Christians sin?</span></a>",
"<a href='tempted_by_god.html'><span class='c'>Has God ever tempted anyone?</span></a>",
"<a href='tempted.html'><span class='c'>Who tempted David to number the people?</span></a>",
"<a href='tempt_god.html'><span class='c'>Can God be tempted?</span></a>",
"<a href='touch.html'><span class='c'>Was it OK to touch the risen Jesus?</span></a>",
"<a href='unforgivable.html'><span class='c'>Is there an unforgivable sin?</span></a>",
"<a href='voice.html'><span class='c'>Did the men with Paul hear a voice?</span></a>",
"<a href='waterrock.html'><span class='c'>Where did Moses get water from a rock?</span></a>",
"<a href='iniquity.html'><span class='c'>Are we punished for the sins of others?</span></a>"

);

var x = Math.floor (Quotes.length * Math.random());

document.write(Quotes[x]);