As opposed to having it directly in the file?
Basically... you'd put the quotes in a text file, seperate by a particular character, likely a line break.
Then you'd have the php read the file, and seperate each quote by finding that character, splitting, then assigning the chunks into the array, and using the rest of the code like it is now.
