var sta=new Array('     + + +  Randall Taylor and The Revelation Gospel Singers als Beste Gospelgruppe mit 1.Preis ausgezeichnet  + + +    ');
var scrtxt="";
var spaces="                    ";
for (i=0;i<6;i++) spaces=spaces+spaces;
for (i=0;i<sta.length;i++)
{
        n=Math.floor(Math.random()*(sta.length-i));
        scrtxt=scrtxt+'      '+sta[n];
        sta[n]=sta[sta.length-i-1];
}
var lentxt=scrtxt.length;
var width=150;
var pos=0;
function scroll() {
  pos++;
  var scroller="";
  while (pos>=lentxt) {
    pos=1-width;
  }
  if (pos<0) {
      scroller=scroller+spaces.substring(0,Math.abs(pos));
    scroller=scroller+scrtxt.substring(0,width-i+1);
  }
  else {
    scroller=scroller+scrtxt.substring(pos,width+pos);
  }

  if (navigator.appName=="Microsoft Internet Explorer")
  {
  window.status ="www.gospel-music.de : "+scroller;

  }
  else
  {
   document.title="www.gospel-music.de : "+scroller+spaces;
  }
  if (scroller.substr(0,5)=='+ + +')  setTimeout("scroll()",1000);
  else setTimeout("scroll()",100);
  }
  scroll();