<?php get_header(); ?>
<div id="inner">
<div id="content-sidebar-wrap">
<div id="content" class="hfeed">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<h1>
<?php the_title(); ?>
</h1>
<div class="entry">
<script type="text/javascript"><!--
google_ad_client = "pub-0956577070291964";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000080";
google_color_text = "000000";
google_color_url = "808080";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<?php the_content(); ?>
<script type="text/javascript"><!--
google_ad_client = "pub-0956577070291964";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000080";
google_color_text = "000000";
google_color_url = "808080";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<?php endwhile; else: ?>
<h2>Woops...</h2>
<p>Sorry, no posts we're found.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>