
<!-- Beginning of JavaScript Applet -------------------

/* Copyright (C)1996 Web Integration Systems, Inc. DBA Websys, Inc.

   All Rights Reserved.

   This applet can be re-used or modified, if credit is given in  the source code.

   We will not be held responsible for any unwanted effects due to the usage of this applet or any derivative.  No warrantees for usability
   for any specific application are given or implied.


   Chris Skinner, January 30th, 1996.

   Hacked for CNNfn by RD, Jan. 31, 1996

   Incorporated into HKIndex February 2, 1996

   Modified further February 8

   Incorporated into Divine Life Society's Index.html April 5, 1996

   Modified further April 5, 1996.

*/

function scrollit_r2l(seed)
{
        var msg="Dedicated to our beloved H. H. Sri Swami Vidyanandaji Saraswati Maharaj(Swami Virajeshwara's Guru) and Paramapujya Gurudev Sri Swami Virajeshwara          ";
        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) 
{
         seed--;
         var cmd="scrollit_r2l(" + seed + ")";
         timerTwo=window.setTimeout(cmd,100);
          for (c=0 ; c < seed ; c++) 
		  {
                  out+=" ";
          }
          out+=msg;
       window.status=out;
}
else if 
(seed <= 0)
{
   if (-seed < msg.length) {
        seed--;
        var cmd="scrollit_r2l(" + seed + ")";
        timerTwo=window.setTimeout(cmd,100);
        out+=msg.substring(-seed,msg.length);
        out+=msg;
        window.status=out;
}
else 
{
        timerTwo=window.setTimeout("scrollit_r2l(0)",100);
        window.status=" ";
}
}
}

// -- End of JavaScript code -------------- -->
