<?php 
/* Don't remove this line. */ 
require('wp-blog-header.php'); 
?>
<?php wp_get_archives
('type=monthly&format=link'); ?>
<?php 
//comments_popup_script(); // off by default ?>
<?php wp_head
(); ?>

<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>

<div class="date">
<table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="bottom"></td><td align="right" valign="bottom">
<?php the_date('','<strong>','</strong>'); ?>&nbsp;-&nbsp;<?php the_time() ?>
</td>
<td align="right" valign="bottom">
<?php comments_popup_link(__('{0}'), __('{1}'), __('{%}')); ?>
</td>
</div>
<img src="/images/arrow.gif">&nbsp;<?php the_title(); ?>
<p>
<?php the_content(); ?>

<?php endforeach; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>