To include this FX in your document you need to put the the following in the HEAD section of your document

<!-- *** BEGIN CUT - Start Code *** -->
<!-- (* Another free JavaScript © from JavaScript-FX.com *) -->
<SCRIPT LANGUAGE="javascript" SRC="JSFX_Halloween.js"></SCRIPT>
<SCRIPT LANGUAGE="javascript" TYPE="text/javascript">
<!--
function JSFX_StartEffects()
{
      JSFX.AddGhost("ghost1.gif");
     
JSFX.AddGhost("ghost2.gif");
}
//-->
</SCRIPT>
<!-- *** END CUT - End Code *** -->

Use as many "JSFX.AddGhost()" calls as you have images to display.

Put the following in the BODY TAG of your document

<BODY onLoad="JSFX_StartEffects()">

You then need to upload your HTML file, your images and the file JSFX_Halloween.js to your site.

Customization.......
Param1: "ghost1.gif" - Change this to your "ghost" image

 

Also See...
Using External ".js" Files