cbbStarForum##.gif My first attempt to animation:
02.gif
01.gif
09.gif
08.gif
07.gif
06.gif
05.gif
04.gif
03.gif
Spiritual
Logical
Visual
Verbal
Musical
Social
Personal
'Manutural'
Physical
001.gif
002.gif
003.gif
004.gif
005.gif
006.gif
007.gif
008.gif
009.gif

The top row of gifs, once animated, didn't turn clockwise, but the bottom one does so.
The Star, on top of the p@ge, rotates clockwise, thus is made with the bottom series of frames.
Each of the nine frames is a _blank link to the CUTE BUSY BESE FORUM

The first script, below, should be pasted within the head of  the p@ge, whereas the second script goes in the body, wherever needed. Only one second script works in the same p@ge; if there are two, both im@ges appear, but they don't rotate.

This is the JAVA script to create that 9 pointed Star that turns clockwise:

<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
imgPath = new Array;
SiClickGoTo = new Array;
if (document.images)
    {
    i0 = new Image;
    i0.src = '001.gif';
    SiClickGoTo[0] = "http://djeault.proboards20.com/";
    imgPath[0] = i0.src;
    i1 = new Image;
    i1.src = '002.gif';
    SiClickGoTo[1] = "http://djeault.proboards20.com/";
    imgPath[1] = i1.src;
    i2 = new Image;
    i2.src = '003.gif';
    SiClickGoTo[2] = "http://djeault.proboards20.com/";
    imgPath[2] = i2.src;
    i3 = new Image;
    i3.src = '004.gif';
    SiClickGoTo[3] = "http://djeault.proboards20.com/";
    imgPath[3] = i3.src;
    i4 = new Image;
    i4.src = '005.gif';
    SiClickGoTo[4] = "http://djeault.proboards20.com/";
    imgPath[4] = i4.src;
    i5 = new Image;
    i5.src = '006.gif';
    SiClickGoTo[5] = "http://djeault.proboards20.com/";
    imgPath[5] = i5.src;
    i6 = new Image;
    i6.src = '007.gif';
    SiClickGoTo[6] = "http://djeault.proboards20.com/";
    imgPath[6] = i6.src;
    i7 = new Image;
    i7.src = '008.gif';
    SiClickGoTo[7] = "http://djeault.proboards20.com/";
    imgPath[7] = i7.src;
    i8 = new Image;
    i8.src = '009.gif';
    SiClickGoTo[8] = "http://djeault.proboards20.com/";
    imgPath[8] = i8.src;
    }
a = 0;
function ejs_img_fx(img)
    {
    if(img && img.filters && img.filters[0])
        {
        img.filters[0].apply();
        img.filters[0].play();
        }
    }

function StartAnim()
    {
    if (document.images)
        {
        document.write('<A HREF="#" onClick="ImgDest();return(false)"><IMG SRC="001.gif" BORDER=0 ALT=Menu NAME=defil style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=100,Duration=1)"></A>');
        defilimg()
        }
    else
        {
        document.write('<A HREF="http://djeault.proboards20.com/"><IMG SRC="001.gif" BORDER=0></A>')
        }
    }
function ImgDest()
    {
    window.open(SiClickGoTo[a-1],'_blank');
    }
function defilimg()
    {
    if (a == 9)
        {
        a = 0;
        }
    if (document.images)
        {
        ejs_img_fx(document.defil)
        document.defil.src = imgPath[a];
        tempo3 = setTimeout("defilimg()",1000);
        a++;
        }
    }
</SCRIPT>
<!-- FIN DU SCRIPT -->


<!-- DEBUT DU SCRIPT -->
<!--
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com/scripts/scripts_images_04.php
-->
<SCRIPT LANGUAGE="JavaScript">
StartAnim()
</SCRIPT>
<!-- FIN DU SCRIPT -->

First and last modific@tions by Djeault with Netscape Composer 7.1, on Thursday, April 8, 2004.
P@ge cre@ted by Djeault with Netscape Composer 7.1, on Thursday, April 8, 2004.