
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "bud      smo       ker"
quotes[2] = "its 4:19 gotta minute?"
quotes[3] = "high till I die"
quotes[4] = "owNz you!"
quotes[5] = "ear hit this"
quotes[6] = "Ima chronic smoker"
quotes[7] = "sticky icky icky"
quotes[8] = "Im so fucking high"
quotes[9] = "Split a blunt for me"
quotes[0] = "You got 5 on it ?"
var quote = quotes[rand1]
