I have a Flash applet installed in the tpl_main_page.php

Hou do I make it show up only on the home page?

Same for the banners. Here the link www.remonstore.com

<!--bof-FLASH-->
<script type="text/javascript" src="includes/templates/barebones/jscript/swfobject.js"></script>
<div id="flashcontent">

<center>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"
id="carousel" width="650" height="300">
<param name="movie" value="carousel.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="carousel.swf" src="carousel" quality="high" bgcolor="#FFCCCC"
width="650" height="300" scale= "noborder"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash">
</embed>
</object>
</center>

</div>
<script type="text/javascript">
var so = new SWFObject("carousel.swf", "carousel", "650", "300", "7", "#FFFFFF");
so.write("flashcontent");
</script>

Best regards,
Michael.