<?php get_header(); ?>

    <div id="main">
        <div id="main_left">
            <div id="main_left_beta"></div>
            <div class="post_fix">
            <?php if (have_posts()) : ?>
            <?php $count = 1; ?> 
            <?php while (have_posts()) : the_post(); ?>
            <div class="post" id="post-<?php the_ID(); ?>">
                <div class="post_header">
                    <div class="post-date">
                          <span class="post-month"><?php the_time('M') ?></span> <span class="post-day"><?php the_time('d') ?></span>
                    </div>
                    <div class="post_title"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2></div>
                    <div class="post_information">
                        <div class="comment_icon"></div><div class="information_txt"><?php comments_popup_link('Yorum yaz', 'Yorum oku', 'Yorumları oku'); ?></div>
                    </div>
                </div>
                <div class="post_content"><?php the_content('<strong>Devamını oku >></strong>'); ?><?php if ($count == 1) : ?><br><p style=" width:468px; height:60px; margin-left:auto; margin-right:auto; text-align:center;"><script type="text/javascript"><!--
google reklamı
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p><?php endif; $count++; ?></div>
            </div>
            
            <?php endwhile; ?><?php else : ?>
    <h2>Not Found</h2>
        <p>Sorry, but you are looking for something that isn't here.</p>    

    <?php endif; ?>
            <div class="navigation">
                    <div class="alignleft"><?php next_posts_link('Eski yazılar') ?></div>
                    <div class="alignright"><?php previous_posts_link('Güncel yazılar') ?></div>
                </div>
            </div>
            <div id="main_left_footer"></div>
        </div>
        
        <div id="main_right">
            <div id="clock_">
                <div id="clock_img"></div>
                <div id="clock"><script type="text/javascript">showdate();</script></div>
            </div>
            <div id="box_search">
                <?php include (TEMPLATEPATH . '/searchform.php'); ?>
            </div>
            <?php get_sidebar(); ?>
        </div>
    </div>        
    <?php get_footer(); ?>
Umarım hallolur