Use this script to display a randomized item from an array.
[-
# RANDOM TEXT GENARATOR
# you can put images in the array
# be sure to escape any quotes, slashes, etc. in the array values
@randtxt = (
"Thus heavenly hope is all serene, But earthly hope,
how bright soeíer, Still fluctuates oíer this changing
scene, As false and fleeting as ít is fair.",
"Hope tells a flattering tale, Delusive, vain, and
hollow. Ah! let not hope prevail, Lest disappointment
follow."
);
-]
[+ $randtxt[int rand(@randtxt)] +]