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(3); threads[0] = new thread(13786, 'Mitteilung zur Reform /Rechtschreibung', 'Burgy Zapp', '19-04-10', '09:33'); threads[1] = new thread(13501, 'Kurztext: künstler sind out', 'Burgy Zapp', '31-05-09', '20:45'); threads[2] = new thread(12766, 'Gleichsetzungs-Gedicht, humor, gefunden im Netz', 'Burgy Zapp', '03-02-09', '22:51');