<!--

//detect browser:
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) browserVer = "1";
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) browserVer = "1";
else browserVer = "2";

//preload images:
if (browserVer == 1) {
a1 = new Image(148,23);
a1.src = "images/home.jpg";
a2 = new Image(148,23);
a2.src = "images/home2.jpg";
b1 = new Image(134,23);
b1.src = "images/thebook.jpg";
b2 = new Image(134,23);
b2.src = "images/thebook2.jpg";
c1 = new Image(142,23);
c1.src = "images/theauthor.jpg";
c2 = new Image(142,23);
c2.src = "images/theauthor2.jpg";
d1 = new Image(194,23);
d1.src = "images/resources.jpg";
d2 = new Image(194,23);
d2.src = "images/resources2.jpg";
}

//image swapping function:
function hiLite(imgDocID, imgObjName, comment) {
if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src");
window.status = comment; return true;
}}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function quote() { };

function randquote() {

 quote = new quote();
 number = 0;

 // textArray
 quote[number++] = 'Those two pioneers of civilization&ndash;Christianity and commerce&ndash;should ever be inseparable.<p align="center" class="style3">Dr. David Livingstone (1857)</p>'
 quote[number++] = 'One of the next great moves of God is going to be through the believers in the workplace.<p align="center" class="style3">Dr. Billy Graham (2002)</p>'
 quote[number++] = 'Christian faith and Christian values set the foundation for successful business. Without the power of the gospel changing the hearts and minds of our people, the country would not have witnessed the same economic blessing.<p align="center" class="style3">Dr. David Yonggi Cho (Foreword)</p>'
 quote[number++] = 'A religion... which sees business as a vocation or calling, so that a career in business is perceived as a life of service before God, is a most powerful source from which to establish, derive, and support absolute moral standards in business life.<p align="center" class="style3">Lord Brian Griffiths (2001)</p>'
 quote[number++] = 'The citizen is a better businessman if he is a Christian gentleman and, surely, business is not the less prosperous and successful if conducted on Christian principles.<p align="center" class="style3">U.S. President Grover Cleveland</p>'
 quote[number++] = 'Max Weber was right. If we learn anything from the history of economic development, it is that culture makes almost all the difference.<p align="center" class="style3">Dr. David Landes, Harvard (2000)</p>'
 quote[number++] = 'Attitudes, values, and beliefs that are sometimes collectively referred to as "culture" play an unquestioned role in human behavior and progress.<p align="center" class="style3">Dr. Michael Porter, Harvard (2000)</p>'
 quote[number++] = 'Holy people must... take up holy orders in farming, industry, law, education, banking, and journalism with the same zeal previously given to evangelism or to pastoral and missionary work.<p align="center" class="style3">Dr. Dallas Willard (1988)</p>'
 quote[number++] = 'The spiritual manifests itself in a life which knows no division into sacred and secular.<p align="center" class="style3">Oswald Chambers (1935)</p>'
 quote[number++] = 'No task will be so sordid and base provided you obey your calling in it, that it will not shine and be reckoned very precious in God\'s sight.<p align="center" class="style3">John Calvin (1536)</p>'
 quote[number++] = 'Whatever you do, work at it with all your heart, as working for the Lord, not for men.<p align="center" class="style3">St. Paul (ca. 60 AD)</p>'
 quote[number++] = 'It is not what a man does that determines whether his work is sacred or secular, it is why he does it. The motive is everything.<p align="center" class="style3">A.W. Tozer (1948)</p>'
 // keep adding items here...

 increment = Math.floor(Math.random() * number);

 document.write(quote[increment]);
};

//-->
