</marquee> </td> </tr> </table> <?php ?> </tr> </table> </div> <div class="green_content_bottom"> </div> </div> <?php $friends = new Friends(); $friends->setFriends($_GET['user']); if ($friends->num_top_friends > 0) { ?> <div class="green_contentbox"> <div class="green_content_top"> <h3 class="content_box_header">Friend Space - Top Friends</h3> </div> <div class="green_content"> <table width="95%" cellspacing="0"> <tr> <?php if ($friends->num_top_friends < 8) { for ($i = 1; $i <= 8; $i++) { if ($friends->top_friends[$i]) { echo '<td>'; echo '<div class="recruits_image" style="margin: auto;"><a href="index.php?view=profile&user='******'">';