  <!-- Hide from old browsers



  message     = "  M A G A Z Y N   Œ L U B N Y  -  w w w . M a g a z y n S l u b n y . p l ^" +

                "  I n f o r m a t o r   d l a   N a r z e c z o n y c h ^" +



"^"

  scrollSpeed = 20

  lineDelay   = 1500



  txt         = ""



  function scrollText(pos) {

    if (message.charAt(pos) != '^') {

      txt    = txt + message.charAt(pos)

      status = txt

      pauze  = scrollSpeed

    }

    else {

      pauze = lineDelay

      txt   = ""

      if (pos == message.length-1) pos = -1

    }

    pos++

    setTimeout("scrollText('"+pos+"')",pauze)

  }



  // Unhide -->

scrollText(0)
