// poetry.js - a script to rotate the poetry on the Silverbeauty main pages

// Specify the poetry/quotes.
// Format: "text<br>text"
// Example:    aQuote[aQuote.length]='&quot;life is beautiful.&quot;<br>&#8212; Jody Schiesser';


var j,d="",l="",m="",p="",q="",z="",aQuote= new Array()
aQuote[aQuote.length]='she is music. she is light. she is love. she is most certainly why the Buddha is forever smiling.<p align="center">&#8212; <a href=\'http://sunshine.dubtribe.com/\' target=\'_blank\'>Sunshine Jones</a> of Dubtribe</p>';

aQuote[aQuote.length]='You are beautiful. You are perfect, just the way you are.<p align="center">&#8212; <a href=\'http://www.dubtribe.com/\' target=\'_blank\'>Dubtribe Sound System</a></p>';

aQuote[aQuote.length]='the brightness lifts into silvery light and joy';

aQuote[aQuote.length]='The eyes of the understanding commune with beauty, engendering neither images nor simulacra of beauty but beautiful realities.';

aQuote[aQuote.length]='Outside the sky lights up, and I remember the stars there.  It is a place for making noise like whales.';

aQuote[aQuote.length]='You can play with me with images, but don\'t contain me with them. You can\'t.';

aQuote[aQuote.length]='Look lovingly at an object and find the beauty within. Then, be still.';

aQuote[aQuote.length]='the ability to see beauty in dust on a windowsill; the goddess in a smile...<p align="center">&#8212; Amba</p>';

aQuote[aQuote.length]='the Unicorn roams the forest of all true lovers\' minds.<p align="center">&#8212; <a href=\'http://www.poets.org/poet.php/prmPID/119\' target=\'_blank\'>William Carlos Williams</a></p>';

aQuote[aQuote.length]='She\'s a quicksilver girl, a lover of the world.<p align="center">&#8212; <a href=\'www.stevemillerband.com\' target=\'_blank\'>Steve Miller Band</a></p>';

aQuote[aQuote.length]='A pure light to rend the universe open, a beauty so fierce it shivers along my skin as a billion tiny tongues of flame';

aQuote[aQuote.length]='Mad drum love<br>seasalt dreadlocks<br>drowsy with belief<br>in a little silver boogie box';

aQuote[aQuote.length]='The divine peers out of you as readily as out of me.';

aQuote[aQuote.length]='A little dolphin somewhere in the marsh waters opens its mouth. We imaginary beings enter that dolphin as a single sip of the sea.';

aQuote[aQuote.length]='Two butterflies tumble around each other, filling the air with the cool confetti of paradise.';

aQuote[aQuote.length]='The whales do not sing because they have an answer, they sing because they have a song.<p align="center">&#8212; <a href=\'http://ashesandsnow.org/\' target=\'_blank\'>Ashes and Snow</a></p>';

aQuote[aQuote.length]='When beauty occurs without clinging, the result is joy.';

aQuote[aQuote.length]='The essence of beauty resides in the ability to perceive.';

aQuote[aQuote.length]='The human soul needs actual beauty more than bread.<p align="center">&#8212; <a href=\'http://en.wikipedia.org/wiki/D._H._Lawrence\' target=\'_blank\'>D. H. Lawrence</a></p>';

aQuote[aQuote.length]='There is nothing that makes its way more directly to the soul than beauty.<p align="center">&#8212; <a href=\'http://en.wikipedia.org/wiki/Joseph_Addison\' target=\'_blank\'>Joseph Addison</a></p>';

aQuote[aQuote.length]='Beauty is Truth.<p align="center">&#8212; <a href=\'http://www.john-keats.com/\' target=\'_blank\'>John Keats</a></p>';

aQuote[aQuote.length]='I salute the light within your eyes where the whole universe dwells.<p align="center">&#8212; Crazy Horse</p>';

aQuote[aQuote.length]='Beauty is the Supreme Theophany.<p align="center">&#8212; <a href=\'http://www.sublimatrix.com/\' target=\'_blank\'>A. Andrew Gonzalez</a></p>';

aQuote[aQuote.length]='Something new is growing inside me. It has no name, but its signature is life.<p align="center">&#8212; <a href=\'http://www.osirisindriya.com/\' target=\'_blank\'>Osiris Indriya</a></p>';

aQuote[aQuote.length]='Sometimes there\'s so much beauty in the world I feel like I can\'t take it... and my heart is going to cave in.<p align="center">&#8212; American Beauty</p>';

aQuote[aQuote.length]='The jewel--the real center--is the eye within the eye.<p align="center">&#8212; Jack Kerouac</p>';


j=parseInt(Math.random()*aQuote.length);
j=(isNaN(j))?0:j;
document.write(aQuote[j]);

// Rotate poetry.js end
