<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-date"><?php the_time('F jS, Y') ?></div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<small><!-- by <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Прочети цялата статия »'); ?>
<center>
<script type="text/javascript"><!--
google_ad_client = "pub-7656377192871310";
/* 468x15, създаден 08-3-18 */
google_ad_slot = "4146409355";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
<div class="postmetadata"><?php comments_popup_link('Коментари', 'Коментари (1)', 'Коментари (%)'); ?> <?php edit_post_link('Edit', ' | ', ''); ?></div>
</div>
</div>
<br>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Следваща страница') ?></div>
<div class="alignright"><?php previous_posts_link('Предишна страница »') ?></div>
</div>
<!--Exchange.bg 728x90 code begin-->
<TABLE border="0" cellpadding="0" cellspacing="0"><TR><TD>
<SCRIPT language=JavaScript type=text/javascript>
<!--
var rnd = Math.round(Math.random() * 10000000);
document.writeln('<IFRAME src="http://media.exchange.bg/AdServer/banner?place=13364&cpy='+rnd+'" width=728 height=90 scrolling=no allowtransparency=true frameborder=0 marginheight=0 marginwidth=0>');
document.writeln('<A href="http://media.exchange.bg/AdServer/href?place=13364&rnd='+rnd+'" target="_blank">');
document.writeln('<IMG src="http://media.exchange.bg/AdServer/banner?img&place=13364&rnd='+rnd+'" width=728 height=90 border=0 ismap></A></IFRAME>');
//-->
</SCRIPT><NOSCRIPT>
<IFRAME src="http://media.exchange.bg/AdServer/banner?place=13364&cpy=1" width=728 height=90 scrolling=no allowtransparency=true frameborder=0 marginheight=0 marginwidth=0>
<A href="http://media.exchange.bg/AdServer/href?place=13364&rnd=1000" target="_blank">
<IMG src="http://media.exchange.bg/AdServer/banner?img&place=13364&rnd=1000" width=728 height=90 border=0 ismap></A></IFRAME></NOSCRIPT>
</TD></TR><TR><TD align="right" valign="top" style="font-size: 12px">
<A href="http://www.exchange.bg" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4A4A4A;" target="_blank" title="Интернет рекламна мрежа">Exchange.bg</A>
</TD></TR></TABLE>
<!--Exchange.bg 728x90 code end-->
<?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; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>