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