var leiste_text = " - - - - - - - - - - - - - - - "; function leiste_play() { leiste_text_aktuell = leiste_text.substr(0, 20); document.newsleiste.leiste.value = leiste_text_aktuell; leiste_text = leiste_text.substr(1) + leiste_text.substr(0,1); setTimeout("leiste_play()", 100); } function ticker_popup() { var tickerwindow=window.open('../ticker/ticker.php','Neuer Tickerspruch','width=300,height=150,resizeable=yes'); tickerwindow.focus(); if(tickerwindow) return false; else return true; }