<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<!--C-SALSA.COM Breadcrumb start-->
<div class="breadcrumb">
<?php if (function_exists('bcn_display'))
{
// Display the breadcrumb
bcn_display();
} ?>
</div>
<!--C-SALSA.COM Breadcrumb end-->
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="date"><span><?php the_time('M') ?></span> <?php the_time('d') ?></div>
<div class="title">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="postdata"><span class="category"><?php the_category(', ') ?></span> <span class="comments"><?php comments_popup_link('No Comments yet, your thoughts are welcome »', '1 Comment »', '% Comments »'); ?></span></div>
</div>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<div class="entry">
<?php the_content('Continue reading »'); ?>
<p class="submeta">written by <strong><?php the_author(); ?></strong>
<?php
if(function_exists("the_tags"))
the_tags('\\\\ tags: ', ', ', '<br />');
?>
</p>
</div><!--/entry -->
</div><!--/post -->
<?php endwhile; ?>
<div class="page-nav"> <!--<span class="previous-entries"><?php next_posts_link('Previous Entries') ?></span> <span class="next-entries"><?php previous_posts_link('Next Entries') ?></span>--><?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?></div><!-- /page nav -->
<?php else : ?>
<h1>Not Found</h1>
<p>Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div><!--/content -->
<div id="footer">
<span class="mangoorange">
<a href="http://www.i3theme.com">i3Theme 1.6</a> is designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>, customized by <a href="http://www.mangoorange.com/">MangoOrange™</a>, <br/> sponsored by <a href="http://www.web-hosting-top.com/">Web Hosting Reviews & Free Coupons</a> and <a href="http://www.b4udecide.com/">Top Best Reviews and Providers</a>
</span>
</div>
</div><!--/left-col -->
<?php
$current_page = $post->ID; // Hack to prevent the no sidebar error
include_once("sidebar-right.php");
$current_page = $post->ID; // Hack to prevent the no sidebar error
include_once("sidebar-left.php");
?>
<?php get_footer(); ?>