That code didn’t work for me (is it intended for single post permalinks?), but the links you sent led me to this:
<div class=”navigation”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div>
Which seems to be working perfectly. Thank you.