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(14); threads[0] = new thread(107304, 'Satoshi Kon ist tot', 'EdiGrieg', '29.08.2010', '10:56'); threads[1] = new thread(107303, 'Jeffrey-Katzenberg-Witze', 'Griessi92', '29.08.2010', '01:14'); threads[2] = new thread(107302, 'Jeffrey-Katzenberg-Witze', 'Griessi92', '29.08.2010', '01:13'); threads[3] = new thread(107295, 'Disney Lithografien', 'Tony88', '28.08.2010', '16:29'); threads[4] = new thread(107267, 'Disney Meisterwerke Song Sammlung auf CDs', 'T.E.R.Sven', '26.08.2010', '18:49'); threads[5] = new thread(107243, 'Die neuen Cover sind nur Mist!', 'Griessi92', '25.08.2010', '01:51'); threads[6] = new thread(107212, 'Disney-Trickregisseure', 'Sir Donnerbold', '23.08.2010', '02:09'); threads[7] = new thread(107205, 'Pappschuber', 'Clown', '22.08.2010', '14:21'); threads[8] = new thread(107194, 'Das Dschungelbuch (Sonder-Edition für Filmliebhaber)', 'balu85', '21.08.2010', '18:43'); threads[9] = new thread(107144, '[Non-Disney] Das letzte Einhorn', 'Bobbsi', '17.08.2010', '00:23'); threads[10] = new thread(107120, 'König der Löwen VHS Box', 'Kuki301', '14.08.2010', '15:50'); threads[11] = new thread(107068, 'Kingdom Hearts - Germany Website!', 'XxJayCxX', '10.08.2010', '15:28'); threads[12] = new thread(107065, 'E-Mail-Adresse von Disney', 'Timon', '09.08.2010', '22:29'); threads[13] = new thread(107050, 'Archiv über verantwortliche Zeichner', 'Lepi', '08.08.2010', '10:15');