
var quotes=new Array()


quotes[0]='<font size="+2">into the light.</font>'

quotes[1]='<font size="+2">farther away.</font>'

quotes[2]='<font size="+2">nearer to me.</font>'

quotes[3]='<font size="+2">across the wind.</font>'

quotes[4]='<font size="+2">burning with light.</font>'

quotes[5]='<font size="+2">under the waves.</font>'

quotes[6]='<font size="+2">during the night.</font>'

quotes[7]='<font size="+2">into the dawn.</font>'

quotes[8]='<font size="+2">after sunset.</font>'

quotes[9]='<font size="+2">in winter chill.</font>'

quotes[10]='<font size="+2">after the storm.</font>'

quotes[11]='<font size="+2">before twilight.</font>'

quotes[12]='<font size="+2">as light snow falls.</font>'

quotes[13]='<font size="+2">out of our lives.</font>'

quotes[14]='<font size="+2">over the sky.</font>'

quotes[15]='<font size="+2">onto the bed.</font>'

quotes[16]='<font size="+2">through the window.</font>'

quotes[17]='<font size="+2">after the bad.</font>'

quotes[18]='<font size="+2">to a new life.</font>'

quotes[19]='<font size="+2">without patience.</font>'

quotes[20]='<font size="+2">away from us.</font>'

quotes[21]='<font size="+2">to escape death.</font>'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
