Witty Text is a WordPress plugin by Alexander Malov to view a randomly selected line from a textfile. The major use shurely is the displaying of random quotes. I changed a little bit of the code to support multiple textfiles through the parameters. The original used a hardcoded filename. Now you can reuse the same plugin eg. to show some quotes and at another place, to show some imageurls selected from a textfile.
Usage is quite easy:
<?php if (function_exists('wittyx')) { wittyx('quotations.txt'); } ?>
The plugin is available here.

