<?php get_header(); ?>

<?php include (TEMPLATEPATH '/l_sidebar.php'); ?>
    <div id="content" class="narrowcolumn">
<div class="navigation">
<div class="alignleft"><?php posts_nav_link('','','&laquo; Older Entries'?></div>
<div class="alignright"><?php posts_nav_link('','Newer Entries &raquo;',''?></div>
</div>
<div style="clear:both;width:100%;margin:-20px;"></div>
<?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
            <div class="post" id="post-<?php the_ID(); ?>">
<div class="heading"><div class="post_date">
<div class="date_post"><?php the_time('j'?></div>
<div class="month_post"><?php the_time('M'?></div></div>    
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>    <div class="top"><a href="http://digg.com/submit?phase=2&amp;url=<?php echo get_permalink() ?>&amp;title=<?php print rawurlencode(the_title(''''false)); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/digg.gif" title="DIGG this!" alt="digg" /></a>&nbsp;<a href="http://del.icio.us/post?url=<?php echo get_permalink() ?>"><img src="<?php bloginfo('template_directory'); ?>/images/delicious.gif" title="del.icio.us this!" alt="del.icio.us" /></a>&nbsp;<?php if ('open' == $post->ping_status) : ?><a href="<?php trackback_url(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/trackback.gif" title="Trackback" alt="TRACK" /></a>&nbsp;<?php endif; ?><a href="#top"><img src="<?php bloginfo('template_directory'); ?>/images/top.gif" border="0" alt="TOP" title="To the top" /></a></div>
    <small>By <?php the_author() ?>&nbsp;|&nbsp;Filed in <?php the_category(', '?>&nbsp;|&nbsp;<?php comments_popup_link('No comments yet.''One comment''% comments'); ?><?php edit_post_link('&nbsp;|&nbsp;Edit.'''''); ?></small>
    </div><div style="clear:both"></div>
                <div class="entry">
                    <?php the_content('Read the remainder of this entry &raquo;'); ?>
<?php
if (function_exists('get_the_tags')) :
    
$tag get_the_tags();
endif;
if ( 
function_exists('the_tags') ) : 
    if (
strlen($tag)>0) :
?>
<p><?php the_tags(); ?></p>
    <?php endif; ?>        
<?php endif; ?>                    
</div>
            </div>
<div class="entry_spacer"></div>
    
        <?php endwhile; ?>

<div class="navigation">
<div class="alignleft"><?php posts_nav_link('','','&laquo; Older Entries'?></div>
<div class="alignright"><?php posts_nav_link('','Newer Entries &raquo;',''?></div>
</div>
    <?php else : ?>

        <h2 class="center">Not Found</h2>
        <p class="center">Sorry, but you are looking for something that isn't here.</p>
        <?php //include (TEMPLATEPATH . "/searchform.php"); ?>

    <?php endif; ?>

    </div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>