function genQuote()
{
var quote;
var now=new Date();
var a = Math.round(95 * now.getSeconds() * Math.random())%25;
if (a > 25) a = 25;
quotes = new Array
quotes[0] = 'Those in ignorance might be happy but only a fool desires happiness in ignorance.<br>'
quotes[1] = '	Christians say: "God cast us out of the Garden of Eden for our sins". <br>	Adelphiasophists say: "See the Garden of Eden around us, spoilt by our greed".<br>'
quotes[2] = '	Christians say: "Life on earth is a Vale of Woe". <br>	Adelphiasophists say: "Life on earth is what we have made it".<br>'
quotes[3] = '	Christians say: "Give us a world free of sin". <br>	Adelphiasophists say: "Refuse to offend the earth directly or indirectly to free it of wrongdoing".<br>'
quotes[4] = '	Christians say: "Give us eternal life". <br>	Adelphiasophists say: "Why expect eternal life when you disparage the only life you know you have".<br>'
quotes[5] = '	Christians say: "Our purpose in life is to love Jesus". <br>	Adelphiasophists say: "Our purpose in life is to love Nature and preserve her for our children".<br>'
quotes[6] = '	Christians say: "We shall go to heaven when we die". <br>	Adelphiasophists say: "Build heaven on earth".<br>'
quotes[7] = '	Christians say: "God cast us out of the Garden of Eden for our sins". <br>	Adelphiasophists say: "See the Garden of Eden around us, spoilt by our greed".<br>'
quotes[8] = '	Christians say: "Spirituality is communion with Jesus". <br>	Adelphiasophists say: "Find true spirituality in feeling our symbiosis with Nature".<br>'
quotes[9] = '	Christians say: "Believe and be saved!" <br>	Adelphiasophists say: "Believe and be fooled. Think nothing of your own salvation but only of saving the earth".<br>'
quotes[10] = '	Christians say: "God cast us out of the Garden of Eden for our sins". <br>	Adelphiasophists say: "See the Garden of Eden around us, spoilt by our greed".<br>'
quotes[11] = 'Doubt is our only certainty.<br>'
quotes[12] = 'Christians conceal truth. Adelphiasophists reveal it.<br>'
quotes[13] = 'A large brain has only one purpose&#151;thinking. So think!<br>'
quotes[14] = 'Christian truth is asserted on the authority of the bible. Adelphiasophist truth is discovered by examination and reason.<br>'
quotes[15] = 'Do not suppress questions. They are the seeds of truth.<br>'
quotes[16] = 'Fashion is conformity. Do not be afraid to be unfashionable.<br>'
quotes[17] = 'Authority enforces agreement but democracy demands dissent.<br>'
quotes[18] = 'Those with sore feet should examine their shoes. Those pained in truth should examine their prejudices.<br>'
quotes[19] = 'Those who know that enough is enough, always have enough.<br>'
quotes[20] = 'It is no comfort to the dinosaurs that their extinction was trivial in cosmic terms. Which of us is comforted to know the world will survive our demise?<div align=right>Gregory Bateson</div>'
quotes[21] = '	Christians say: "In the name of the Father, the Son and the Holy Ghost." <br>Adelphiasophists say: "Those whom you worship in ignorance are one&#151;the Mother."<br>'
quotes[22] = '&quot;Superstition&quot;&#151;degenerate and degrading conceptions obstinately maintained by those who should know better. <div align=right>J&nbsp;H&nbsp;Moulton&nbsp;DD</div>'
quotes[23] = 'Natural laws are the habits of the Goddess, <br>Science the wisdom she permits us to know, <br>Life the rights we have within her domain, <br>Duty our response to her needs and commands.<br>'
quotes[24] = 'Weep! Weep at the fate of the Goddess. Then rage! Rage!&#151;until she is saved.<br>'
quotes[25] = ''
quote = quotes[a]
return quote;
}
document.write('<blockquote>A quasi-religious transformation leading to the appreciation of diversity for its own sake may be required to save other organisms and ourselves.<div align=right>Paul Ehrlich</div><div style="background-color:#f5f5f5;">' + genQuote() + '</div></blockquote>');

