Joshua -
This is the "standard" relative navigational MT code; placing this in your date-based archive tempate will ensure that each month has a link to the next and previous months, as well as a link to the main index:
CODE
<MTArchivePrevious>
<a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |
</MTArchivePrevious>
<a href="<$MTBlogURL$>">Main</a>
<MTArchiveNext>
| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a>
</MTArchiveNext>
Does that help? By the way, I like your "I heart MT button" - that's clever!
Donna