<!--
var kwoot = Math.random()
kwoot = kwoot * 300
kwoot = kwoot / 100
kwoot = Math.round(kwoot)
document.write('<p>"')

if(kwoot == 0)
document.write('People like us, who believe in physics, know that the distinction between past, present, and future is only a stubbornly persistent illusion".<br /><br />- Albert Einstein</p>')

if(kwoot == 1)
document.write('In theory, there is no difference between theory and practice, but in practice, there is".<br /><br />- Anonymous</p>')

if(kwoot == 2)
document.write('Hope begins in the dark, the stubborn hope that if you just show up and try to do the right thing, the dawn will come. You wait and watch and work: you don\'t give up".<br /><br />- Anne Lamott</p>')

if(kwoot == 3)
document.write('No doubt there is only one world, the true nature of which we do not even glimpse at present".<br /><br />- Roger Penrose</p>')

//-->