A Text Scroller

The window object's setTimeout() method is used to make a scroller.
Notice that the function scroller() calls itself with a time delay
of 200 milli seconds. This is referred to as a recursion; you may have used
recursion to calculate the factorial of an integer in a C class.
Hosted by www.Geocities.ws

1