Forum Moderators: open
<body>
...
<script src="ghosts_script.js" type="text/javascript"></script>
<script type="text/javascript">
JSFX_StartEffects();
</script>
</body>
<body>
...
<script type="text/javascript" src="../js/JSFX_Halloween.js"></script>
<script type="text/javascript">
function JSFX_StartEffects()
{
JSFX.AddGhost("../images2/ghost0.gif");
JSFX.AddGhost("../images2/ghost1.gif");
JSFX.AddGhost("../images2/ghost2.gif");
}
JSFX_StartEffects();
</script>
</body>