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(4); threads[0] = new thread(50580, 'CnCHQ PotW - 36. Kalenderwoche', 'DetoNato', '30.08.2010', '07:29'); threads[1] = new thread(50548, 'CnCHQ PotW - 35. Kalenderwoche - Abstimmung', 'DetoNato', '28.08.2010', '06:07'); threads[2] = new thread(50480, 'CnCHQ PotW - 35. Kalenderwoche', 'DetoNato', '23.08.2010', '05:20'); threads[3] = new thread(50469, '!!Die Operation Gamers 4 Life (OG4L) sucht Leader/ CO-Leader!!', 'Becolini', '21.08.2010', '21:07');