fleXenv.fleXcrollMain("mycustomscroll");
            <!-- 
            var nachricht="<?= stripslashes($shoutcast_cursong); ?>"
            var text 
            var verzoegerung=150 
            var timerId 
            function ticker() { 
                text=nachricht 
                document.frm.ticker.value=text 
                nachricht=nachricht.substring (1, nachricht.length) + nachricht.substring (0, 1) 
                timerId=setTimeout("ticker()", verzoegerung) 
            } 
            //--> 
