I am a bit confused on getting a previous and next month links underneath the calendar on the home page. I realize that this page is not an archive page, but for usability sake I want to add 2 links that allows navigation between months off the home page

Example:

QUOTE
[calendar for Aug 2002]

link:Jul 2002   link:Sep 2002


I've tried this code on the index template:

CODE
<MTArchiveList>
<MTArchivePrevious archive_type="Monthly">
<a href="<$MTArchiveLink archive_type="Monthly"$>"><$MTArchiveDate format="%b %Y"$></a>
</MTArchivePrevious>

<MTArchiveNext archive_type="Monthly">
<a href="<$MTArchiveLink archive_type="Monthly"$>"><$MTArchiveDate format="%b %Y"$></a>
</MTArchiveNext>
</MTArchiveList>


but I just get a bunch of links, one for every entry in the month and clearly that isn't what I want. I've searched the forums to no avail, but have seen the same question asked several times. Anyone please? Surely there must be a way to make the calendar a bit more usable. Clicking on this link would just take you to a new home page with that months posts listed and the calendar updated for that month.