﻿function random_quote(){
var quotes=new Array()
quotes[1]="I began to paint at an early age, I was always a realist.<br /><span class='attr'>~ Piet Mondrian</span>"
quotes[2]="I like the idea of breaking up the melody.<br /><span class='attr'>~ Piet Mondrian</span>"
quotes[3]="Dinners, soir&eacute;es, poets, erratic millionaires, painters, translations, lobsters, absinthe, music, promenades, oysters, sherry, aspirin, pictures, Sapphic heiresses, editors, books, sailors. And how!<br /><span class='attr'>~ Hart Crane</span>"
quotes[4]="Merit in poets is as boring as merit in people.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[5]="Life is an affair of people not of places. But for me life is an affair of places and that is the trouble.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[6]="It is life that we are trying to get in poetry.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[7]="A poem is a meteor.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[8]="The loss of a language creates confusion and dumbness.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[9]="The imagination wishes to be indulged.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[10]="Poetry is not personal.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[11]="Poetry is means of redemption.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[12]="The real is only the base. But it is the base.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[13]="To a large extent, the problems of poets are the problems of painters, and poets must often turn to the literature of painting for a discussion of their own problems.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[14]="Weather is a sense of nature. Poetry is a sense.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[15]="All poetry is experimental poetry.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[16]="Politics is the struggle for existence.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[17]="In poetry, you must love the words, the ideas and the images and rhythms with all your capacity to love anything at all.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[18]="It is the belief and not the god that counts.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[19]="Things seen are things as seen.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[20]="What we see in the mind is as real to us as what we see by the eye.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[21]="There is nothing in life except what one thinks of it.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[22]="Poetry increases the feeling for reality.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[23]="There is nothing beautiful in life except life.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[24]="One reads poetry with one&rsquo;s nerves.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[25]="Sentimentality is a failure of feeling.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[26]="There is no wing like meaning.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[27]="As the reason destroys, the poet must create.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[28]="There is no difference between god and his temple.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[29]="War is the periodical failure of politics.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[30]="We live in the mind.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[31]="To live in the world but outside of existing conceptions of it.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[32]="A poem should be part of one&rsquo;s sense of life.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[33]="Money is a kind of poetry.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[34]="Poetry is a kind of money.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[35]="A poem is a nature created by the poet.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[36]="Realism is a corruption of reality.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[37]="All history is modern history.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[38]="Poetry is the scholar&rsquo;s art.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[39]="The thing seen becomes the thing unseen. The opposite is, or seems to be, impossible.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[40]="The tongue is an eye.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[41]="God is a symbol for something that can as well take other forms, as, for example, the form of high poetry.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[42]="When one is young everything is physical; when one is old everything is psychic.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[43]="Poetry is a purging of the world&rsquo;s poverty and change and evil and death. It is a present perfecting, a satisfaction in the irremediable poverty of life.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[44]="To study and to understand the fictive world is the function of the poet.<br /><span class='attr'>~ Wallace Stevens</span>"
quotes[45]="The death of one God is the death of all.<br /><span class='attr'>~ Wallace Stevens</span>"
var ry=Math.floor(Math.random()*quotes.length)
if (ry==0)
ry=1
document.write('<p>'+quotes[ry]+'</p>')
}
random_quote()
