

                    <!-- Original:  Dion (dion42@hotmail.com) -->
	      
	      
	            <!-- Begin
	            function selectScroller(n) {
	            optlist = document.scrollform.scroller;
	            optlist[optlist.length] = new Option(optlist[0].text, "", false, false);
	            optlist[0] = null;
	            optlist.selectedIndex = -1;
	            n = (n + 1) % optlist.length;
	            // change the speed below: 1000 = 1 second.
	            setTimeout("selectScroller("+n+")",500);
	            }
      //  End -->
