rendered paste body<?php get_header(); ?>
<table cellspacing="2" cellpadding="0" width="100%" align="center" border="0" bgcolor="#000000">
<tr><td valign="middle" align="left" width="100%" bgcolor="#39517c" height="12"><strong><font color="#ffffff" size="1"> Latest Articles:</font></strong></td></tr>
</table>
<div id="mainClm">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr><td valign="middle" align="left" width="100%" bgcolor="#e5e5e5">
<div class="main"><div class="byline2" align="left"><font face="Arial,Verdana,Sans-Serif" size="1">
<?php $posts = get_posts('numberposts=10'); foreach ($posts as $post) : ?>
<a href="#post-<?php the_ID(); ?>" target="_self"><?php the_title(); ?>...</a><br />
<?php endforeach; ?>
</font></div></div>
</td></tr></table>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<table cellspacing="2" cellpadding="0" width="100%" align="center" border="0" bgcolor="#000000">
<tr><td valign="middle" align="left" width="100%" bgcolor="#39517c" height="12"><strong><font color="#ffffff" size="1"> <?php the_time('l, F j, Y'); ?><id="post-<?php the_ID(); ?>"></font></strong></td></tr></table>
<div class="main">
<h2 align="left"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="blogPost"><?php the_content('Read the rest of this entry »'); ?>
<div class="byline" align="right"><a href="#top" target="_self">Back to the top...</a></div><br />
<div class="border"></div>
<div class="byline"> Posted by <?php the_author('namefl'); ?> at <?php the_time(); ?> (GMT) <strong>|</strong> Posted under <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></div>
<div class="border2"></div>
</div></div><br />
<?php endwhile; ?>
<?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; ?>
<?php get_footer(); ?>