/*
 * FadingText(divName, numSteps, BGColor)
 * divName : Must match the DIV names defined at the end of the BODY)
 * numSteps: The number of steps in the fading transition
 * BGColor : The background colour of the DIV or document.
 */
        FadingText('fade1', 8,"B4B4B4");

/*** The "Frame Interval" Smaller = faster ***/
        FadeInterval=5;