<div class="left-nav" style="float:left;">
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(1) ) : ?>
<div style="margin-bottom:10px;">
<ol>Categories</ol>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=0'); ?>
</ul>
<div style="margin:0px; padding:0px;">
<img src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/nav-bottom.gif" border="0" /></div>
</div>
<div style="margin-bottom:10px;">
<ol>Recent Comments</ol>
<ul>
<?php if(function_exists("get_recent_comments")) : ?>
<?php get_recent_comments(); ?>
<?php else : ?>
<?php mw_recent_comments(5, false, 150, 150, 135, 'all', '<li style="border:0px; "><a style="background-image:none; padding:10px;" href="%permalink%" title="%title%"><img style="float:left; margin:0px 5px 0px 0px; border:0px;" src="' .get_option('home'). '/wp-content/themes/Tauren/img/user_comment.png" /><b>%author_name%</b><br>%title%...</a></li>','d.m'); ?>
<?php endif; ?>
</ul>
<div style="margin:0px; padding:0px;">
<img src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/nav-bottom.gif" border="0" /></div>
</div>
<div style="margin-bottom:10px;">
<ol>Sponsors</ol>
<ul>
<?php include 'adsense/120x600.php';?>
</ul>
<div style="margin:0px; padding:0px;">
<img src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/nav-bottom.gif" border="0" /></div>
</div>
<?php endif; ?>
</div>