<!-- hide script from old browsers

var howMany = 7
var quote = new Array(howMany+1)
quote[0]="&quot;Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Happiness never decreases by being shared.&quot; - Buddha"
quote[1]="&quot;There is not enough darkness in all the world to put out the light of even one small candle&quot; - Robert Alden"
quote[2]="&quot;It is better to light one small candle than to curse the darkness.&quot;<br />- Eleanor Roosevelt"
quote[3]="&quot;Curiosity is the wick in the candle of learning.&quot;<br />- William Arthur Ward"
quote[4]="&quot;How far that little candle throws his beams! So shines a good deed in a naughty world.&quot; - William Shakespeare"
quote[5]="&quot;And it seems to me like you lived your life like a candle in the wind&quot; - Elton John"
quote[6]="&quot;Man loves company, even if it is only that of a small burning candle.&quot; - George C. Lichtenberg"
quote[7]="&quot;There are two ways of spreading light: to be the candle or the mirror that reflects it.&quot; - Edith Wharton"
function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)

// end hiding script from old browsers -->