var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "The past is past, the future unformed."
quotes[2] = "the devils of truth steal the souls of the free"
quotes[3] = "the day the whole world went away"
quotes[4] = "Push the envelope. Watch it bend."
quotes[5] = "I know the pieces fit, because I watched them fall away"
quotes[6] = "as black as the night can get"
quotes[7] = "the way out is through."
quotes[8] = "I now know the depths I reach are limitless"
quotes[9] = "my head got lost along the way"
quotes[0] = "don't want the dreams you try to sell"
var quote = quotes[rand1]
document.write(quote);
