<?php get_header(); ?><div id="content"><?php if (have_posts()) : while (have_posts()) : the_post(); ?>	<div class="post">	 <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>	<div class="meta"><?php edit_post_link(__('Edit This')); ?></div>		<div class="storycontent">		<?php the_content(__('(more...)')); ?>	</div>		<div class="feedback">            <?php wp_link_pages(); ?><?php comments_popup_link(__('comments (0)'), __('comments (1)'), __('comments (%)')); ?><br />	</div>	</div><?php endwhile; else: ?><p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?><br /><p class="storycontent" style="font-weight:bold; text-align:right; font-size:11px;"><?php posts_nav_link(' &#183; ', 'previous page', 'next page'); ?></p></div><?php include ('sidebar-pages.php'); ?><?php get_footer(); ?>