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(15); threads[0] = new thread(107305, 'Rückennummern bei Paperback Ausgaben', 'Pirate', '29.08.2010', '12:36'); threads[1] = new thread(107299, 'Micky Maus Wöchentlich für 14 Tage mit verschiedenen Extras ???', 'Dr. scrooge', '28.08.2010', '19:53'); threads[2] = new thread(107264, 'LTB English Edition 4', 'Christoph', '26.08.2010', '15:12'); threads[3] = new thread(107254, 'M³ 36/2010', 'mupfelmann', '25.08.2010', '23:01'); threads[4] = new thread(107253, 'LTB 406 - Im Zwielicht', 'Christoph', '25.08.2010', '22:39'); threads[5] = new thread(107233, 'LTB Auflage', 'Kolumbusfalter', '24.08.2010', '09:52'); threads[6] = new thread(107213, 'Vor zehn Jahren ist Carl Barks gestorben', 'Aku Ankka', '23.08.2010', '02:24'); threads[7] = new thread(107204, 'M³ 37/2010', 'JMC', '22.08.2010', '14:16'); threads[8] = new thread(107180, 'Hitler in Donald Comic', 'käfer', '20.08.2010', '01:33'); threads[9] = new thread(107117, 'Von wegen harmlose Ente', 'Friday82', '14.08.2010', '13:17'); threads[10] = new thread(107100, 'Comicbild gesucht!', 'Black Yeti', '12.08.2010', '20:38'); threads[11] = new thread(107099, 'M³ 33/10', 'DuckTales', '12.08.2010', '19:03'); threads[12] = new thread(107095, 'Flavia Scuderi (W.I.T.C.H., Kim Possible) signiert', 'L.N. Muhr', '12.08.2010', '16:48'); threads[13] = new thread(107086, 'M³ 34/10', 'markon', '11.08.2010', '21:22'); threads[14] = new thread(107009, 'Lustiges Taschenbuch Entenedition Band 9 - Große Gefühle', 'Ela Duck', '05.08.2010', '10:18');