fix donor list
diff --git a/friends.php b/friends.php
index 0963563..a2ab03e 100644
--- a/friends.php
+++ b/friends.php
@@ -21,7 +21,7 @@
 	$pageAuthor		= "Christopher Guindon";
 	
 	# Paste your HTML content between the EOHTML markers!	
-	$donarList = sideDonorList(10);
+	
 	ob_start();	
 	?>
 	<div id="fullcolumn" class="kepler subpage friends">
@@ -41,7 +41,7 @@
 					<div id="friend-scale-level" style="width: <?php print $progress;?>%;"></div>
 					<div id="friend-scale-count"><?php print $friend_count;?>/1000 Friends</div>
 				</div>
-				<?php print ($donarList != "") ? '<ul id="ul_donorList" class="clearfix no_bullets">' . $donarList . '</ul>' : '';?>
+				<?php print (sideDonorList(10) != "") ? '<ul id="ul_donorList" class="clearfix no_bullets">' . sideDonorList(10) . '</ul>' : '';?>
 				<a class="button-more button" href="/donate/donorlist.php?showAll=0">More</a>	
 				<h2 id="h2_join">Join now!</h2>
 				<p>Everyday millions of people use Eclipse. <a href="/donate/">Friends of Eclipse</a> allows you to contribute back to the Eclipse community.</p>