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(11); threads[0] = new thread(810, 'Form zum Schokoladengießen', 'wolfgang.', '14.06.2009', '16:57'); threads[1] = new thread(809, 'HILFE! Suche gute Bilder für Titelblatt Schokolade', 'TheCruiser93', '10.06.2009', '18:07'); threads[2] = new thread(808, 'Schoko-Likör', 'orgler', '09.06.2009', '21:56'); threads[3] = new thread(807, 'Schokoladenriegel/-Tafeln', 'Schokobär', '05.06.2009', '09:17'); threads[4] = new thread(806, 'Hallo hier bin ich', 'Schokobär', '05.06.2009', '09:16'); threads[5] = new thread(805, 'Belcolade', 'Carlo', '01.06.2009', '11:56'); threads[6] = new thread(802, 'Führung durch eine Schokoladenfabrik', 'beneblack', '20.05.2009', '08:17'); threads[7] = new thread(801, 'eigene schokoladenherstellung?', 'arriba', '17.05.2009', '13:48'); threads[8] = new thread(800, 'verpackung von Schokolade', 'fliederhof', '13.05.2009', '17:49'); threads[9] = new thread(799, 'Ich stelle mir vor', 'pilotta', '10.05.2009', '16:34'); threads[10] = new thread(798, 'Zartbitter von Rotstern', 'Claus', '06.05.2009', '17:37');