function setStatus(msg)
{status = msg}
 function MakeArray(n)
{
 this.lenght = n
 return this 
}
window.setTimeout('scrollit_r2l(100)',500);
function scrollit_r2l(seed)
{
 var msg="...kcajrebmuL a saw eb ot detnaw yllaer I tahw tuB .teg ot em koot ti sraey yboolb 7 .ygoloporhtnA ni DhP a evah I !siht gniod eb t'ndluohs I .esoom rof ekarb eW ...eugoRcaM nalC fo emoh lartsecna ,hcallaihcoeN reaC ot emocleW";
 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) 
 {
  for (c=0 ; c < seed ; c++) 
  {
   out+=" ";
  }
  out+=msg;
  seed--;
  var cmd="scrollit_r2l(" + seed + ")";
  window.status=out;
  timerTwo=window.setTimeout(cmd,100);
 }
 else 
 if (seed <= 0) 
 {
  if (-seed < msg.length) 
  {
   out+=msg.substring(-seed,msg.length);
   seed--;
   var cmd="scrollit_r2l(" + seed + ")";
   window.status=out;
   timerTwo=window.setTimeout(cmd,100);
  }
  else 
  {
   window.status=" ";
   timerTwo=window.setTimeout("scrollit_r2l(100)",75);
  }
 }
}