The following Java Script Applet adds a scrolling message the bottom of your screen.
Below is an exact copy of the HTML language that is on THIS page.
You can just cut and paste the following, onto a black page using a simple program like notepad.
IMPORTANT: Do not put any additional quotations marks ( " ) with your written text.


<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (Win98; I) [Netscape]">
   <title>HerbInformation</title>


<script LANGUAGE="JavaScript"><!--------------------- Beginning of JavaScript Applet -------------------
function scrollit_r2l(seed)
{
        var m1  = "I hope that you find this information ";
        var m2  = "helpful, You can add more line or ";
        var m3  = "reduce the amount of lines. ";
        var m4  = " to increasing the length of ";
        var m5  = "the message, you must add";
        var m6  = " another var m9 = under the";
        var m7  = " last one listed in this row, which  ";
        var m8  = " is this line called var m8 ";
        var msg = m1 + m2 + m3 + m4 + m5 + m6 + m7 + m8;
        var out = " ";
        var c   = 1;
        if (seed > 100) {
                seed--;
                var cmd="scrollit_r2l(" + seed + ")";
                timerTwo=window.setTimeout(cmd,100);
        }
        else if (seed <= 100 && seed > 0) {
                for (c=0 ; c < seed ; c++) {
                        out+=" ";
                }
                out+=msg;
                seed--;
                var cmd="scrollit_r2l(" + seed + ")";
                    window.status=out;
                timerTwo=window.setTimeout(cmd,100);
        }
        else if (seed <= 0) {
                if (-seed < msg.length) {
                        out+=msg.substring(-seed,msg.length);
                        seed--;
                        var cmd="scrollit_r2l(" + seed + ")";
                        window.status=out;
                        timerTwo=window.setTimeout(cmd,100);
                }
                else {
                        window.status=" ";
                        timerTwo=window.setTimeout("scrollit_r2l(100)",75);
                }
        }
}
// ------------------- End of JavaScript code ---------------------------->



</script>
</head>
<body bgcolor="#FFFFFF" onLoad="timerONE=window.setTimeout('scrollit_r2l(100)',500);">
<center>
</body>
</html>
----------------------------------------------------------------------------------------
 CGI Bin  Mail2Friend