

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(6)-1
var verse="verse"
if (number == 0) {verse="<strong><em>...reaching isolated and neglected people with the Gospel of Christ.</em></strong>";};
if (number == 1) {verse="<strong><em>Romans 15:20  Yea, so have I strived to preach the gospel, not where Christ was named, lest I should build upon another man's foundation:</em></strong>";};
if (number == 2) {verse="<strong><em>...creating an atmosphere in which the missionary can best minister.</em></strong>";};
if (number == 3) {verse="<strong><em>...providing a channel to aid churches and missionaries.</em></strong>";};
if (number == 4) {verse="<strong><em>...protecting the vital relationship between the missionary and his sending church.</em></strong>";};
if (number == 5) {verse="<strong><em>...serving individuals recognized and commissioned by their respective local churches to engage in missionary endeavor (church planting).</em></strong>";};
if (number == 6) {verse="<strong>...living the great commission.</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>');