spotlight/index.php - sends the image
beta.php - the page that the image should be shown on
You can't just include spotlight/index.php in beta.php... you need to use an image tag, silly!
code:
<div class="navMAIN" align="center" style="margin-bottom:4px;">Random Habbo</div>
<img src="spotlight/index.php" />
</div>