<div class="left2">
<div id="search">
<form method="get" action="<?php bloginfo('siteurl'); ?>/" >
<div class="sidebar-box">
<span><b>خبر های ایران و جهان</b></span>
<?php
query_posts('showposts=5&cat=1'); ?>
<?php while (have_posts()) : the_post(); ?>
<div class="hotposts">
<a href="<?php the_permalink() ?>" rel="bookmark" rel="nofollow" target="_blank" title="Read the rest of <?php the_title_attribute(); ?>">
<div class="gameimg"><img src="<?php echo get_post_meta($post->ID, "news", true);?>" /></div></a>
<H3><span><a href="<?php the_permalink() ?>" rel="nofollow" rel="bookmark" target="_blank" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></span></H3>
<?php the_excerpt(); ?>
<div style="clear:both;"></div>
</div>
<?php endwhile; ?>
</div>
<div class="rss-box">
<span><b>خوراک سایت</b></span>
<div class="sidebar-box">
<span><b>برترین مطالب</b></span>
<ul>
<?php get_most_viewed('both', 15); ?>
</ul>
</div>
</div>
</div>
<div class="sidebar-box">
<span><b>تبلــــــیغات</b></span>
</div>
<div style="text-align: center;"><br /><br />
</div><p>
</p>
</div><p>
</p>