I added ‘Related Links’ to the individual posts / pages/permalinks: basically these are (as the name reveals) links that may or may not have much to do with the post. Check for example over here to see what they’re all about. This post has ‘Related Links’ too. Just press the ‘permalink’ above in the title.
Note that I opted to have these links show on the frontpage but then decided against it because of the load it may put on Alfons’ computer (these custom fields are currently dynamically loaded): it would be nice to literally hook them into a (save/published) post but as far as I can see it doesn’t look like its possible in WP (unless I opt to rewrite the whole post.php page).
The idea is simple: create a custom field for your (any) post. Then in (any) template, call the ‘get_post_meta’. Parse the data and echo.
Naturally, heavily inspired by the BBC’s Related Links. More on this (hopefully) after: it’s not perfect yet.