message = "live-sex.cc - Dein Telefonsex-Portal mit Livecams!     ^" +
"live-sex.cc - Dein Telefonsex-Portal mit Livecams!     ^" +
"live-sex.cc - Dein Telefonsex-Portal mit Livecams!    ^" +
"live-sex.cc - Dein Telefonsex-Portal mit Livecams!    ^" 
scrollSpeed = 60
lineDelay   = 0
txt         = ""
  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      renew  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",renew)
  }
scrollText(0)