The script Quotes is a Quote Display script (display random quoets on your website).
This script basically reads a given file into an array, picks a random line from the array, and returns that line. It inlcudes basic error-checking, but its not very fancy or pretty.