This is an Script that displays the Twitter Global Trending Topics every 30 minutes. If you're a twitter addict you'll love this geeklet.
If you want to know this is the code used:
curl --silent "search.twitter.com" | grep '?q=' | cut -d ">" -f 2 | sed 's/</a//g' | sed 's/&/&/g'