var qArr = new Array();// Add quotes here.qArr[00] = ["Leonardo da Vinci", "Even the richest soil, if left uncultivated will produce the rankest weeds."];qArr[01] = ["Franklin D. Roosevelt", "The Nation that destroys its soil destroys itself."];qArr[02] = ["Wendell Berry", "If a healthy soil is full of death, it is also full of life: worms, fungi, microorganisms of all kinds ... Given only the health of the soil, nothing that dies is dead for very long."];qArr[03] = ["Marion Cran", "Always, the soil must come first."];qArr[04] = ["Bob Shaw", "I refuse to have an emotional attachment to a piece of ground. At one end of the scale it's called patriotism, at the other end of the scale it's called gardening."];qArr[05] = ["R. H. Blyth", "Mud is the most poetical thing in the world."];qArr[06] = ["Alice M. Coats", "It is apparent that no lifetime is long enough in which to explore the resources of a few square yards of ground."];qArr[07] = ["Charles Dudley Warner", "The love of dirt is among the earliest of passions, as it is the latest."];qArr[08] = ["Charles Dudley Warner", "So long as we are dirty, we are pure."];qArr[09] = ["Joseph Wood Krutch", "If we do not permit the Earth to produce beauty and joy, it will in the end not produce food either."];qArr[10] = ["Julius von Liebig", "By the deficiency or absence of one necessary constituent, all the others being present, the soil is rendered barren for all those crops to the life of which that one constituent is indispensable."];qUsed = new Array();function BTJSputQ(){	x=gUQ();	document.open(); 	document.write("<font face='Geneva, Arial, Helvetica, san-serif' size='2'><b>Soil Quote:</b><br>"+qArr[x][1]+"<br>--<I>"+qArr[x][0]+"</I></font>");	document.close();}function gUQ(){	z=false;x=0;	for(var i=0;i<1;){x=Math.floor(Math.random()*(qArr.length));if(checkIt(x)) i = 1;}	qUsed[qUsed.length] = x;return x;}function checkIt(val){	for(i=0;i<qUsed.length;i++){if(qUsed[i]==val){return false;}}	return true;}