Probably the easiest way of doing this is to create a new category which you can call "permanent" or "sticky" or "important" or whatever you choose. Add this as the category to the posts that you want to list permanently.
Then in the place on your template that you want the links to show up, use this code. I'm using "permanent" as the name of the category:
CODE
<MTEntries category="permanent">
<a href="<$MTEntryLink$>"><$MTEntryTitle$></a><br>
</MTEntries>
If you're using MT 2.5 or higher, you can replace MTEntryLink with MTEntryPermalink.