<!--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. */function scrollit_r21(seed){ var msg="More than 160 titles by A.C. Bhaktivedanta Swami Prabhupada              Read Bhagavad-gita As It Is                     Science of Self Realization                          Teachings of Lord Chaitanya                    "; 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){ seed--; var cmd="scrollit_r21(" + 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_r21(" + seed + ")"; timerTwo=window.setTimeout(cmd, 100); out+=msg.substring(-seed,msg.length); out+=msg; window.status=out; } else{ timerTwo=window.setTimeout("scrollit_r21(0)", 100); window.status=" "; } } } // --End of JavaScript code ------------> 
