<!--javascript applet to scroll stuff across the bottome of the screen>

<!-- Beginning of Welcome JavaScript --

     function scrollit_r21(seed)



<!-- the variable me (var me=) can be ny two letter combo --
          { var we = "October 24-30 is National Pharmacy Week! Hug your pharmacist!";

                  var msg = we;

                  var out = " ";

<!-- this is how fast it disapears once it leave the left side --
                  var c   = 1;


    if (seed > 100)

{ seed--;

var cmd="scrollit_r21(" + 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_r21(" + 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_r21(" + seed + ")";

 window.status = out;

 timerTwo = window.setTimeout(cmd,100); }


  else

{  window.status = " ";

 timerTwo = window.setTimeout("scrollit_r21(100)",75);  }}}

// -- end of welcome JavaScript -->




