function aTextWebArt()
{
 document.write(
 '<APPLET'
+' CODE="TextEffects/FadingText.class"'
+' CODEBASE="../"'
+' WIDTH=80 HEIGHT=16>'
+' <PARAM NAME=text0 VALUE="Satirical">'
+' <PARAM NAME=text1 VALUE="Web Art">'
+' <PARAM NAME=text2 VALUE="by Fote">'
+' <PARAM NAME=font VALUE=TimesRoman>'
+' <PARAM NAME=fontstyle VALUE=1>'
+' <PARAM NAME=size VALUE=12>'
+' <PARAM NAME=fred0 VALUE=116>'
+' <PARAM NAME=fgreen0 VALUE=183>'
+' <PARAM NAME=fblue0 VALUE=205>'
+' <PARAM NAME=fred1 VALUE=116>'
+' <PARAM NAME=fgreen1 VALUE=183>'
+' <PARAM NAME=fblue1 VALUE=205>'
+' <PARAM NAME=fred2 VALUE=116>'
+' <PARAM NAME=fgreen2 VALUE=183>'
+' <PARAM NAME=fblue2 VALUE=205>'
+' <PARAM NAME=bred VALUE=64>'
+' <PARAM NAME=bgreen VALUE=0>'
+' <PARAM NAME=bblue VALUE=128>'
+' <PARAM NAME=speed VALUE=80>'
+'</APPLET>');
}

