*** empty log message ***
diff --git a/allfriends.php b/allfriends.php
index 52266d6..49ad0d3 100644
--- a/allfriends.php
+++ b/allfriends.php
@@ -22,7 +22,7 @@
 	ob_start();
 	?>
 	<div id="fullcolumn"  class="heliosBlank clearfix">
-		<?=sideDonorList(500);?></ul>
+		<ul><?=sideDonorList(50, FALSE);?><ul>
 	</div>
 	<?
 	$html = ob_get_clean();