<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php
// excludes this post from 'Related posts' in the sidebar
$GLOBALS['current_id'] = $post->ID;
?>
<div id="post-<?php the_ID(); ?>" <?php post_class('style'); ?>>
<h2 class="posttitle"><?php the_title(); ?></h2>
<a href="http://www.wikio.de/" target="_blank"><script src="http://www.wikio.de/getvote?style=capsulewhite" type="text/javascript"></script></a>
<div style="float:right;">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_misterwong_de"></a>
<a class="addthis_button_delicious"></a>
<a class="addthis_button_yigg"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=politikgott"></script>
<!-- AddThis Button END -->
</div>
<div style="clear:right;"></div>
<p class="postmetadata"><?php _e('Posted by','Mimbo'); ?> <?php the_author_posts_link('namefl'); ?> <?php _e('on','Mimbo'); ?> <?php the_time('n/d/y'); ?> • <?php _e('Categorized as','Mimbo'); ?> <?php the_category(',') ?></p>
<div class="entry clearfloat">
<?php the_content('<p>'.__('Read the rest of this entry','Mimbo').'»</p>'); ?>
<?php wp_link_pages(array(
'before' => '<p><strong> '.__('Pages:','Mimbo').' </strong>',
'after' => '</p>',
'next_or_number' => 'number'));
?>
</div>
<?php the_tags('<span id="tags"><strong>'.__('Tagged as:','Mimbo').'</strong> ', ', ', '</span>'); ?>
<?php edit_post_link(__('Edit this entry','Mimbo'), '<p>', '»</p>'); ?>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','Mimbo'); ?></p>
<?php endif; ?>
<