<!-- Next few posts -->
<?php while(have_posts()) : the_post(); if(!($first_post == $post->ID)) : ?>
<div class="post lastfive" id="post-<?php the_ID(); ?>">
<h2><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<span class="postmetadata">• <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> <?php edit_post_link('Edit', '(', ')'); ?></span>
<div class="entry">
<?php the_excerpt(); ?>
</div>
</div>
<?php endif; endwhile; ?>