 message     = "t6-cams.de - Die Telefonsex Community     ^" +
                        "t6-cams.de - Die Telefonsex Community     ^" +
                         "t6-cams.de - Die Telefonsex Community     ^" +
                          "t6-cams.de - Die Telefonsex Community     ^" 
  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)
