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(8); threads[0] = new thread(23703, 'Ein Bühnenvergleich', 'Ronstadtman', '02.09.2010', '14:02'); threads[1] = new thread(23693, 'Elvis Lieblingsessen', 'Jumpsuit', '30.08.2010', '18:52'); threads[2] = new thread(23688, 'Bericht Chapel Of Inspiration', 'Loverdoll', '28.08.2010', '12:48'); threads[3] = new thread(23681, 'Was hielt Elvis von Jim Morrison?', 'annalina', '27.08.2010', '11:41'); threads[4] = new thread(23678, 'Frage Besame mucho und kurze Vorstellung', 'Dirk Mix', '27.08.2010', '09:18'); threads[5] = new thread(23677, 'FTD: Boston 71 / 10.11.71', 'mac', '26.08.2010', '15:43'); threads[6] = new thread(23676, 'Der R&R, Elvis und der rauhe Wind, der ihm entgegenschlug', 'Gilla', '26.08.2010', '12:34'); threads[7] = new thread(23667, 'You Give Me Fever - neue Spankox Single schon im Handel', 'Johnny B.', '25.08.2010', '06:32');