</p>

                                    <?php 
// check facebook session
include 'SessionCheck.php';
// create instance of the control
$likeBox = new LikeBox();
// setting of page Id
$likeBox->SetPageId("167880046558855");
// render the default control on the page
$likeBox->Render();
// render without fan list
$likeBox->SetFansCount(0);
$likeBox->Render();
// render without fan list and stream
$likeBox->SetShowStream(false);
$likeBox->Render();
// show the code example
echo "<br /><br />";
include 'CodeExamples/LikeBoxExample.php';
?>
                                </td>
                            </tr>
                        </table>
                    </form>
                </td>
                <td style="width:20%"></td>
            </tr>
        </table>
    </body>
</html>