Breadcrumb trail

The breadcrumb trail we used up to now at UIA.be was not intuitive, so I looked for something that would simply keep a list of last X visited pages.
And, I realized to my amazement that it did not exist -- there are various fancy systems ( like the one we've had up to now: http://drupal.org/project/taxonomy_breadcrumb ) but nothing like that - so I decided to write a modul to do it.
Now it's done - if you visit e.g. http://www.uia.be/en/yearbook, http://www.uia.be/en/members, http://www.uia.be/en/sales, and then http://www.uia.be/en/about
you will get the following trail (long names are truncated to the nearest word end):
Yearbook of ... » Members of the UIA » Prices, discounts, ... » About the UIA
Cheers,
Tomi
PS Here's how I've packaged the module for other Drupalers: http://drupal.org/project/trailscout :-)
