function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(2); threads[0] = new thread(13450, 'War der Kunst-Betrieb jemals unabhängig vom Kunst-Markt?', 'Burgy Zapp', '22-04-09', '21:14'); threads[1] = new thread(12655, 'Die dumme Zukunft?', 'Burgy Zapp', '23-01-09', '20:52');