Guys, MLB Opening day is two (!!) days away. To get in the spirit, I threw together a geeklet and .sh script that pulls the standings for your favorite team's division, and displays them in a tidy chart!
The Geeklet will curl your team's homepage (Line 1: you'll have to replace the Baltimore homepage with the team of your choice), then uses SED to parse for the right section and clean up the chart, and saves the output to a text file in /tmp/. It then displays the file using more, and pipes the output to the .sh script. You'll need to drop the .sh script in /usr/local/bin/.
For more info, see my website.
Update: Uploaded a fresh version of the geeklet because I made a dumb mistake. Fixed. (thanks, Dylan!)
