var livingThings = ["Antelope","Arctic Fox","Tiger","Chameleon","Kangaroo", "Pig",
"Cheetah","Giraffe","Howler Monkey","Koala","Lion","Millipede","Mountain Lion", "Puppy", "Zombie",
"Panther","Red Panda","Rhinoceros","Horse","Elephant","Rabbit"]
var places = ["airport","apartment building","bank","barber shop","book store","bowling alley","bus stop","church",
"convenience store","department store","fire department","gas station","hospital","house","library","movie theater",
"museum","office building","post office","restaurant","school","mall","supermarket","train station"]
var actions = ["ran","walked","hopped","bounced","skipped","jumped","glided","dragged himself","hiked","drove"]
var puc = ["!","!!",".","."]
var pro = ["to","inside","towards","on","through","over","under","on top of"]
var pro2 = ["inside","under","on top of"]
var waysToEat = ["eating", "inhaling", "gobbling up","scarfing down"]
var mons = ["January,","February","March","April","May","June","July","August","September","October","November","December"]
var aj = ["brand new","old","shinny","loud"]
var v = ["car","truck","motorcycle"]
var dayT = ["fanstasic","cool","funny","normal"]
var food = " blueberries, blackberries, a banana, beef, butter, a apple, beets, crackers, \
cantaloupe, cauliflower, cranberries, doritos, french fries, lettuce, mushrooms, mozzarella,\
macaroni, mustard, meatloaf, oranges, olives, a onion, popcorn, peppers, peaches, pears, pork,\
pretzels, potatoes, a popsicle, radishes, raspberries, raisins, ravioli, relish, strawberries, s\
almon, steak, soup, salami, a sandwich, tomatoes, a tamale, a tostada, turkey, tuna, a watermelon"
text("The "+random(livingThings)+" "+random(actions)+" "+random(pro)+" the " + random(places)+
"\n"+random(trans)+" the "+random(livingThings)+" was "+random(waysToEat)+random(rFood)+""+
random(puc)+"\nThen the "+random(livingThings)+" crashed the "+random(aj)+" "+random(v)+random(puc)+"\nIt was a "+random(dayT)+" day"+random(puc),width/2,height/2)
text(random(mons)+" "+round(random(25,2))+", 2019",20,50)