var quotes =new Array()



quotes[0] = '"As iron sharpens iron, a friend sharpens a friend." <br>    - <I>Proverbs 27:17</I>'



quotes[1] = '"Sometimes success involves hanging on after others have let go." <br>    - <I>A Sign on a School</I>'



quotes[2] = '"When your daily activities reflect your governing values you experience inner peace." <br>    - <I>Hyrum W. Smith</I>'



quotes[3] = '"Look less at the Mountain, and more at the mountain mover."  <br>   - <I>Bill Hybels</I>' 



quotes[4] = '			"The best and most beautiful things in the world cannot be seen or even touched. They must be felt with the heart." <br>    - <I>Helen Keller</I>'



quotes[5] = '			"All our dreams can come true - if we have the courage to pursue them." <br>   - <I>Walt Disney</I>'



quotes[6] = '			"Keep true to the dreams of thy youth."<br>   - <I>Johann Friedrich von Schiller</I>'

 

quotes[7] = '			"Why not go out on a limb? Isn\'t that where the fruit is?"<br>     - <I>Frank Scully</I>'



quotes[8] = '			"A candle loses nothing by lighting another candle."<br>     - <I>Father James Keller</I>'



quotes[9] = '			"Live as if you were to die tomorrow. Learn as if you were to live forever." <br>  - <I>Gandhi</I>'



quotes[10] = '			"Every person\'s life is a fairytale written by God\'s fingers." <br>    - <I>Hans Christian Anderson</I>'



quotes[11] = '			"When your daily activities reflect your governing values you experience inner peace." <br>   - <I>Hyrum W. Smith</I>'



quotes[12] = '			"Let nothing come between you and the light." <br>   - <I>Henry David Thoreau</I>'



quotes[13] = '			"Love must be as much a light as a flame."<br>    - <I>Henry David Thoreau</I>'



quotes[14] = '			"The greatest compliment that was ever paid me was when one asked me what I thought, and attended to my answer." <br>    - <I>Henry David Thoreau</I>'



quotes[15] = '			"When you are in step with the music of your own life, the song is a beautiful expression for 				all to hear."<br>		-<I>Heather Justine Stolte</I>'



quotes[16] = '			"As iron sharpens iron, a friend sharpens a friend."<br>		-<I>Proverbs 27:17</I>'



quotes[17] = '			"Keep true to the dreams of thy youth." <br>    - <I>Johann Friedrich von Schiller</I>'



quotes[18] = '			"Anything or anyone that does not bring you alive is too small for you."<br>     - <I>David Whyte, from "Sweet Darkness"</I>'

 





var whichquote=Math.floor(Math.random()*(quotes.length))

document.write(quotes[whichquote])

