Title:   tinyScramble V2.0
Author:  Christian Ricci, One Wolf WebArt
Email:   chris@onewolf.com

Notice:  This applet and the rest of the tinyApplet series are free for
         both commercial and personal use.  You may not, however,
         redistribute this applet or its associated material as part of
         a CD or book without the express written permission of the 
         author.

Parameters
----------

MESSAGE1 - MESSAGE100 (Some required) - MESSAGEx are the strings you'd like 
to see appear when the applet is finished scrambling.

LINK1 - LINK100 (optional) - If you pass an URL with the LINKx parameter,
clicking on the applet while the corresponding message is being displayed
will result in the browser jumping to that URL.

TARGET1 - TARGET100 (Optional) - If there is a link associated with your 
message(s) but you don't want the new page displayed in the current browser 
or frame, pass a target value (name) here.  If you don't pass a value, the 
new page loads in the same browser or frame where the applet resides.

BGRED, BGGREEN, BGBLUE (Optional) - You may set the background color
of the applet by passing the one byte (0-255) RGB (Red, Green and
Blue) component values. The background color defaults to white.

FGRED, FGGREEN, FGBLUE (Optional) - You may set the foreground (font)
color for the applet by passing the one byte (0-255) RGB (Red, Green
and Blue) component values. The foreground color defaults to black.

FONTNAME and FONTSIZE (Optional) - You may force the font type and
size by passing these values. If you pass one, you'll need to pass
both. I'd very much suggest using a mono-spaced font like Courier,
the effect diminishes greatly if you use a proportionally spaced font.

DELAY (Optional) - Delay controls the time interval between changes
in the character values. Delay defaults to 10 milliseconds.

STARTDELAY (Optional) - Startdelay controls the time before the applet 
begins running.  Startdelay defaults to 0 milliseconds.

PAUSE (Optional) - Pause controls the amount of time a message will 
remain before the applet begins scrambling the next message.  Defaults 
to 1000 milliseconds (1 second).

XPOS, YPOS (Optional) - By default, the string will be centered in
your applet. However, if you'd like to force it's position you may do
so by passing the starting X and/or Y coordinates.

BACKGROUND (Optional) - If you wish to use a graphic for the
background of the applet, pass the filename here. You may pass a JPG
or GIF.

LOOP (Optional) - If you're using multiple messages and you want them
to stop scrambling when you reach the last  one, pass a N in this
attribute.  LOOP defaults to Y (yes).