

rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
         rnd.seed = (rnd.seed*9301+49297) % 233280;
         return rnd.seed/(233280.0);
};

function rand(number) {
         return Math.ceil(rnd()*number);
};


var number=rand(10)-1
var verse="verse"
if (number == 0) {verse="<strong>When we see people flocking to prayer meetings of the church, witnessing to friends and neighbors about their faith, studying and applying the Word of God, going to church rather than going to the sports arenas and theaters--we know we are seeing revival. <em>--Craig Allan Myers</em></strong>";};
if (number == 1) {verse="<strong>'There has never been a spiritual awakening in any country or locality that did not begin in united prayer.'  <em>--Dr. A. T. Pierson</em></strong>";};
if (number == 2) {verse="<strong>“As the revival swept Wales, drunkenness was cut in half. There was a wave of bankruptcies, but nearly all taverns. There was even a slowdown in the mines, for so many Welsh coal miners were converted and stopped using bad language that the horses that dragged the coal trucks in the mines could not understand what was being said to them. ” <em>--J. EDWIN ORR </em></strong>";};
if (number == 3) {verse="<strong>What do we mean by extraordinary prayer? We share ordinary prayer in regular worship services, before meals, and the like. But when people are found getting up at six in the morning to pray, or having a half night of prayer until midnight, or giving up their lunch time to pray at noonday prayer meetings, that is extraordinary prayer. It must be united and concerted. <em>--J. EDWIN ORR </em></strong>";};
if (number == 4) {verse="<strong>It may be observed that, from the fall of man to our day, the work of redemption in its effect has mainly been carried on by remarkable pourings out of the Spirit of God . . . at special seasons of mercy.  <em>Jonathan Edwards</em></strong>";};
if (number == 5) {verse="<strong>Nearly a century has passed since the church has experienced widespread revival. <em>Erroll Hulse</em></strong>";};
if (number == 6) {verse="<strong>There is no way that Christians in a private capacity can do so much to promote the work of God and advance the kingdom of Christ, as by prayer. <em>Jonathan Edwards</em></strong>";};
if (number == 7) {verse="<strong>“To speak to God on behalf of men is probably the highest service any of us can render.  The next is to speak to men in the name of God.” <em>A. W. Tozer</em></strong>";};
if (number == 8) {verse="<strong>“Men and women pray; father follows a son, or a sister, or a brother. They are resolved to take heaven by force, and not to yield until they themselves, and their friends, stand within the city of God. ” <em></em></strong>";};
if (number == 9) {verse="<strong>“This is eternal life, that they may know You, the only true God, and Jesus Christ...”<em>John 17:3</em></strong>";};
if (number == 10) {verse="<strong>For by Him all things were created, both in the heavens and on earth <em>Col 1:16</em></strong>";};





document.write('<left>'+verse+'<br>');
