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(10); threads[0] = new thread(28664, 'Fjällkarta Kungsleden', 'pillemann1', '07.09.2010', '19:35'); threads[1] = new thread(28663, 'Suche leichtes 2 Personenzelt', 'jan.m90', '07.09.2010', '19:31'); threads[2] = new thread(28451, 'Teleskopstöcke und Kochgeschirr', 'jan.m90', '07.09.2010', '19:28'); threads[3] = new thread(28644, 'The North Face, Schlafsack Cats Meow Regular,Neu, zu verkaufen', 'Edelweiss', '05.09.2010', '20:00'); threads[4] = new thread(28643, 'The North Face Zelt, Minibus 33,Neu,zu verkaufen', 'Edelweiss', '05.09.2010', '19:49'); threads[5] = new thread(28500, 'Hilfe!!! Hosenauswahl erschlägt mich!', 'pillemann1', '05.09.2010', '10:14'); threads[6] = new thread(28639, 'Lundhags', 'pillemann1', '05.09.2010', '09:50'); threads[7] = new thread(28589, 'Hilleberg Staika grün', 'luigi01', '02.09.2010', '11:36'); threads[8] = new thread(28587, 'Hilleberg Staika grün', 'luigi01', '02.09.2010', '11:36'); threads[9] = new thread(26523, 'Wasser - Die beste Kombination ?', 'kenonu', '01.09.2010', '19:24');