<div id="plusbar">
	<h2>Recent Company Feedback</h2>
		<ul class="comments">
		<li><?php get_recent_comments(); ?></li>
		</ul>
</div>

