var tickerContent = ""; function newsItem(url, titel) { tickerContent += ""+titel+" - - - "; } function newsticker() { document.write(''); document.write(tickerContent); document.write(''); }