// Created with Matrikz's HTML TextGradient 4.0
// Copyright © 2000 by Matrikz aka ghettostepper
// E-Mail: Matrikz@topmail.de
// URL: http://myHomepage.home.pages.de
// Please leave this comment here

    var CharCount = 64;
    var LineCount = CharCount -2;
    var RotateCount = CharCount *2 -3;
    var GlobalIndex = 0;

    var ColorArray = new Array(CharCount);
    var RotateArray = new Array(CharCount *2 -2);
    var TextArray = new Array(CharCount);

    RotateArray[0] = "#000000";
    RotateArray[1] = "#000010";
    RotateArray[2] = "#000020";
    RotateArray[3] = "#000030";
    RotateArray[4] = "#000040";
    RotateArray[5] = "#000050";
    RotateArray[6] = "#000060";
    RotateArray[7] = "#000070";
    RotateArray[8] = "#000080";
    RotateArray[9] = "#00008F";
    RotateArray[10] = "#00009F";
    RotateArray[11] = "#0000AF";
    RotateArray[12] = "#0000BF";
    RotateArray[13] = "#0000CF";
    RotateArray[14] = "#0000DF";
    RotateArray[15] = "#0000EF";
    RotateArray[16] = "#0000FF";
    RotateArray[17] = "#000FEF";
    RotateArray[18] = "#001EDF";
    RotateArray[19] = "#002CCF";
    RotateArray[20] = "#003BBF";
    RotateArray[21] = "#004AAF";
    RotateArray[22] = "#00599F";
    RotateArray[23] = "#00688F";
    RotateArray[24] = "#00777F";
    RotateArray[25] = "#008570";
    RotateArray[26] = "#009460";
    RotateArray[27] = "#00A350";
    RotateArray[28] = "#00B240";
    RotateArray[29] = "#00C130";
    RotateArray[30] = "#00CF20";
    RotateArray[31] = "#00DE10";
    RotateArray[32] = "#00ED00";
    RotateArray[33] = "#10DD00";
    RotateArray[34] = "#21CD00";
    RotateArray[35] = "#31BE00";
    RotateArray[36] = "#41AE00";
    RotateArray[37] = "#519E00";
    RotateArray[38] = "#628E00";
    RotateArray[39] = "#727E00";
    RotateArray[40] = "#826F00";
    RotateArray[41] = "#925F00";
    RotateArray[42] = "#A34F00";
    RotateArray[43] = "#B33F00";
    RotateArray[44] = "#C32F00";
    RotateArray[45] = "#D32000";
    RotateArray[46] = "#E41000";
    RotateArray[47] = "#F40000";
    RotateArray[48] = "#E50000";
    RotateArray[49] = "#D50000";
    RotateArray[50] = "#C60000";
    RotateArray[51] = "#B70000";
    RotateArray[52] = "#A80000";
    RotateArray[53] = "#980000";
    RotateArray[54] = "#890000";
    RotateArray[55] = "#7A0000";
    RotateArray[56] = "#6B0000";
    RotateArray[57] = "#5B0000";
    RotateArray[58] = "#4C0000";
    RotateArray[59] = "#3D0000";
    RotateArray[60] = "#2E0000";
    RotateArray[61] = "#1E0000";
    RotateArray[62] = "#0F0000";
    RotateArray[63] = "#000000";
    RotateArray[64] = "#0F0000";
    RotateArray[65] = "#1E0000";
    RotateArray[66] = "#2E0000";
    RotateArray[67] = "#3D0000";
    RotateArray[68] = "#4C0000";
    RotateArray[69] = "#5B0000";
    RotateArray[70] = "#6B0000";
    RotateArray[71] = "#7A0000";
    RotateArray[72] = "#890000";
    RotateArray[73] = "#980000";
    RotateArray[74] = "#A80000";
    RotateArray[75] = "#B70000";
    RotateArray[76] = "#C60000";
    RotateArray[77] = "#D50000";
    RotateArray[78] = "#E50000";
    RotateArray[79] = "#F40000";
    RotateArray[80] = "#E41000";
    RotateArray[81] = "#D32000";
    RotateArray[82] = "#C32F00";
    RotateArray[83] = "#B33F00";
    RotateArray[84] = "#A34F00";
    RotateArray[85] = "#925F00";
    RotateArray[86] = "#826F00";
    RotateArray[87] = "#727E00";
    RotateArray[88] = "#628E00";
    RotateArray[89] = "#519E00";
    RotateArray[90] = "#41AE00";
    RotateArray[91] = "#31BE00";
    RotateArray[92] = "#21CD00";
    RotateArray[93] = "#10DD00";
    RotateArray[94] = "#00ED00";
    RotateArray[95] = "#00DE10";
    RotateArray[96] = "#00CF20";
    RotateArray[97] = "#00C130";
    RotateArray[98] = "#00B240";
    RotateArray[99] = "#00A350";
    RotateArray[100] = "#009460";
    RotateArray[101] = "#008570";
    RotateArray[102] = "#00777F";
    RotateArray[103] = "#00688F";
    RotateArray[104] = "#00599F";
    RotateArray[105] = "#004AAF";
    RotateArray[106] = "#003BBF";
    RotateArray[107] = "#002CCF";
    RotateArray[108] = "#001EDF";
    RotateArray[109] = "#000FEF";
    RotateArray[110] = "#0000FF";
    RotateArray[111] = "#0000EF";
    RotateArray[112] = "#0000DF";
    RotateArray[113] = "#0000CF";
    RotateArray[114] = "#0000BF";
    RotateArray[115] = "#0000AF";
    RotateArray[116] = "#00009F";
    RotateArray[117] = "#00008F";
    RotateArray[118] = "#000080";
    RotateArray[119] = "#000070";
    RotateArray[120] = "#000060";
    RotateArray[121] = "#000050";
    RotateArray[122] = "#000040";
    RotateArray[123] = "#000030";
    RotateArray[124] = "#000020";
    RotateArray[125] = "#000010";

    TextArray[0] = ">G</font>";
    TextArray[1] = ">e</font>";
    TextArray[2] = ">s</font>";
    TextArray[3] = ">c</font>";
    TextArray[4] = ">h</font>";
    TextArray[5] = ">i</font>";
    TextArray[6] = ">c</font>";
    TextArray[7] = ">h</font>";
    TextArray[8] = ">t</font>";
    TextArray[9] = ">e</font>";
    TextArray[10] = "> </font>";
    TextArray[11] = ">u</font>";
    TextArray[12] = ">n</font>";
    TextArray[13] = ">d</font>";
    TextArray[14] = "> </font>";
    TextArray[15] = ">E</font>";
    TextArray[16] = ">i</font>";
    TextArray[17] = ">g</font>";
    TextArray[18] = ">e</font>";
    TextArray[19] = ">n</font>";
    TextArray[20] = ">s</font>";
    TextArray[21] = ">c</font>";
    TextArray[22] = ">h</font>";
    TextArray[23] = ">a</font>";
    TextArray[24] = ">f</font>";
    TextArray[25] = ">t</font>";
    TextArray[26] = ">e</font>";
    TextArray[27] = ">n</font>";
    TextArray[28] = "> </font>";
    TextArray[29] = ">e</font>";
    TextArray[30] = ">i</font>";
    TextArray[31] = ">n</font>";
    TextArray[32] = ">e</font>";
    TextArray[33] = ">r</font>";
    TextArray[34] = "> </font>";
    TextArray[35] = ">a</font>";
    TextArray[36] = ">u</font>";
    TextArray[37] = ">ß</font>";
    TextArray[38] = ">e</font>";
    TextArray[39] = ">r</font>";
    TextArray[40] = ">g</font>";
    TextArray[41] = ">e</font>";
    TextArray[42] = ">w</font>";
    TextArray[43] = ">ö</font>";
    TextArray[44] = ">h</font>";
    TextArray[45] = ">n</font>";
    TextArray[46] = ">l</font>";
    TextArray[47] = ">i</font>";
    TextArray[48] = ">c</font>";
    TextArray[49] = ">h</font>";
    TextArray[50] = ">e</font>";
    TextArray[51] = ">n</font>";
    TextArray[52] = "> </font>";
    TextArray[53] = ">P</font>";
    TextArray[54] = ">f</font>";
    TextArray[55] = ">e</font>";
    TextArray[56] = ">r</font>";
    TextArray[57] = ">d</font>";
    TextArray[58] = ">e</font>";
    TextArray[59] = ">r</font>";
    TextArray[60] = ">a</font>";
    TextArray[61] = ">s</font>";
    TextArray[62] = ">s</font>";
    TextArray[63] = ">e</font>";

    function SetTextCol(TGSource) {
        if((document.all) && (!document.getElementById)) document.all.tgid.innerHTML = TGSource; //alter IE
        if (document.getElementById) document.getElementById("tgid").innerHTML = TGSource;
        /*if (document.layers)
         {
         TGSource = "<center><b><font size='+2' face='Comic Sans MS,VERDANA,ARIAL,HELVETICA'>" + TGSource + "</font></b></center>";
         document.nstgid.document.open();
         document.nstgid.document.write(TGSource);
         document.nstgid.document.close();

         }*/
    }

    function IncreaseIndex() {
        GlobalIndex++;
        if (GlobalIndex > RotateCount)
            GlobalIndex = 0;
    }

    function ChangeColor() {
        var DummySource = "<font ";
        var OldIndex = GlobalIndex;

        for (i = 0; i < CharCount; ++i) {
            ColorArray[i] = RotateArray[GlobalIndex];
            IncreaseIndex();
        }

        GlobalIndex = OldIndex;
        IncreaseIndex();

        for (i = CharCount; i > 0; i--) {
            DummySource = DummySource +"color=" +ColorArray[i -1] +TextArray[CharCount -i];
            if (i >= 1) {
                DummySource = DummySource +"<font\n";
            }
        }

        SetTextCol(DummySource);

        setTimeout('ChangeColor()', 100);
    }