verbasizer
the following poem is generated randomly by some php programming. feel free to email misselhornMedia for suggestions, comments, or ideas about the verbasizer. here is your random poem:
";
$numLines = rand(3,10);
for ($i=0; $i<$numLines; $i++){
$line = GetLine() . "\n";
$poem .= $line;
echo GetSpacing() . $line . GetSpacing() . "
"; } echo ""; ?>
"; } echo ""; ?>