/* Various quotes for the banner.

{	var m1 = "The World Champion Boston Red Sox";
{       var m1 = "How come abbreviation is such a long word?";
{       var m1 = "It's difficult to work in a group when you are omnipotent. - Q of Star Trek, not James Bond, fame.";
{       var m1 = "Broad-mindedness is related to tolerance; open-mindedness is the sibling of peace -- Salman Rushdie.";
{       var m1 = "Dorothy Came To Quietly Open A Funny Car Going Topless";
{       var m1 = "Education is not the filling of a pail, but the lighting of a fire -- William Butler Yeats.";
{	var m1 = "Ted Williams, the greastest hitter ever, has died. I hope he is talking to the Babe about lifting the curse.";
{	var m1 = "Entities should not be posited unnecessarily -- William of Ockham";
{	var m1 = "Pain is inevitable; misery is optional.";
{	var m1 = "Work Hard, Rock Hard, Eat Hard, Sleep Hard, Grow Big. Wear Glasses If You Need 'Em. -- The Web Wilder Credo";
{	var m1 = "The difference between theory and practice is smaller in theory than it is in practice.";
*/
<!-- Beginning of JavaScript Applet ------------------
 /* Copyright (C)1996 Web Integration Systems, INC. DBA Websys, Inc.
    All Rights Reserved. This code can be re-used or modified, if credit
   is given in the source code.
        Chris Skinner, January 30, 1996.
        Modified by Mark Duvall 3-14-96   */

function scrollit_r21(seed) {
  var m1 = "The Boston Celtics - World Champions - 2008!!!";
  var msg = m1;
  var out = " ";
  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;  /* window.status is the status bar */
    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 JavaScript code --------------- -->
