?><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h3><a class="link" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<h5>Posted by <strong><?php the_author() ?></strong> on <?php the_time('M') ?> <?php the_time('j') ?>, <?php echo the_time('Y'); ?></h5>
<?php the_content('Read the rest of this entry »'); ?>
<br />
<div class="com">Posted in <?php the_category(', ') ?> || <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div>
<?php endwhile; ?>
<div class="entries">
<div class="left"><?php next_posts_link('« Previous Entries') ?></div>
<div class="right"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<?php else : ?>
<h3>Not Found</h3>
Sorry, but you are looking for something that isn't here. Please, go <a href="javascript:history.go(-1)">back</a> or try another search.
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<div id="footer">
<div style="padding-left: 40px; padding-top: 15px;">
<?php bloginfo('name'); ?> is proudly powered by <a href="http://wordpress.org/">WordPress</a> Theme by: <a href="http://themes.rock-kitty.net">Wordpress Themes</a>
</div>
<div style="padding-left: 40px; padding-top: 7px;">
<a href="http://webhostinggeeks.com/">Hosting Top</a>
<a href="http://webhostinggeeks.com/bestbloghosting.html">Blog Hosting</a>
<a href="http://webhostinggeeks.com/dir/">SEO Directory</a>
</div>
</div>
</div>
</body>
</html><?