<?php get_header(); ?>

<div id="content">

<div id="content-left">

<div id="featured-post">

<div class="fea_right">
<?php wp125_single_ad(1); ?><br/>
<?php wp125_single_ad(2); ?>
</div>
<div class="clear"></div>
</div>

<div class="medium_title">
Haberler
</div>
<?php $top_query = new WP_Query('showposts=10&offset=0'); ?>

<?php while($top_query->have_posts()) : $top_query->the_post(); $do_not_duplicate = $post->ID; ?>

<div id="post-<?php the_ID(); ?>" class="box-homepage <?=($i%2)?"homepage-right":"homepage-left";$i++;?>">

<div class="box-content">
<div class="thumbnail">
<?php if( get_post_meta($post->ID, "thumbnail", true) ) { ?>
<img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumbnail", true); ?>&w=80&h=110&zc=1" width="80" height="110" alt="Haber önizleme" class="alignleft" />
<?php } else { ?>
<img src="<?php bloginfo('template_url'); ?>/img/thumbnail.gif" width="80" height="110" alt="Haber önizleme" class="alignleft" />
<?php } ?>
</div>
<h4><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
<div class="text">
<?php the_content_limit(90, "Devamı &raquo;"); ?>
</div>
<div class="clear"></div>
</div>

</div>

<?php endwhile; ?>

<div class="clear"></div>

<div class="navigation">

<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>

</div>

</div><!-- end content-left -->

<?php get_sidebar(); ?>

<div class="clear"></div>

</div><!-- end content -->

<?php get_footer(); ?>