Index: afridex/theme/indexright_bar.php
===================================================================
--- afridex/theme/indexright_bar.php (revision 10)
+++ afridex/theme/indexright_bar.php (revision 10)
@@ -0,0 +1,7 @@
+<div id="plusbar">
+	<h2>Recent Company Feedback</h2>
+		<ul class="comments">
+		<li><?php get_recent_comments(); ?></li>
+		</ul>
+</div>
+
Index: afridex/indexright_bar.php
===================================================================
--- afridex/indexright_bar.php (revision 1)
+++  (revision )
@@ -1,7 +1,0 @@
-<div id="plusbar">
-	<h2>Recent Company Feedback</h2>
-		<ul class="comments">
-		<li><?php get_recent_comments(); ?></li>
-		</ul>
-</div>
-
