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(20); threads[0] = new thread(31097, 'Red Bull Play! auf Sendung', 'Greg', '11.07.2010', '17:21'); threads[1] = new thread(30954, 'UFC Undisputed 2010-Video', 'Greg', '20.05.2010', '01:05'); threads[2] = new thread(30940, 'Mega Drive Podcast Teil 2', 'Greg', '13.05.2010', '12:16'); threads[3] = new thread(30869, 'NIER-Videoreview online', 'Greg', '29.04.2010', '12:01'); threads[4] = new thread(30868, 'Mega Drive-Podcast Teil 1', 'Greg', '29.04.2010', '11:57'); threads[5] = new thread(30790, '2 Stunden Bioware-Podcast', 'Greg', '15.04.2010', '13:50'); threads[6] = new thread(30789, 'Sakura Wars & Fragile Dreams', 'Greg', '15.04.2010', '09:26'); threads[7] = new thread(30752, 'Resonance of Fate & mehr', 'Greg', '08.04.2010', '01:14'); threads[8] = new thread(30706, 'Final Fantasy XIII-Musikvideo', 'Greg', '02.04.2010', '22:16'); threads[9] = new thread(30693, 'Final Fantasy XIII-Videoreview', 'Greg', '25.03.2010', '19:04'); threads[10] = new thread(30572, 'FF13-Interview Teil 2', 'Greg', '23.02.2010', '17:14'); threads[11] = new thread(30499, 'Final Fantasy XIII-Videointerview', 'Greg', '15.02.2010', '16:28'); threads[12] = new thread(30459, '4 Stunden Strategie-Cast', 'Greg', '04.02.2010', '10:32'); threads[13] = new thread(30329, 'Podcast zu 15 Jahren PSOne', 'Greg', '08.01.2010', '12:34'); threads[14] = new thread(30248, 'Massive Podcast-Mania', 'Greg', '31.12.2009', '14:37'); threads[15] = new thread(30066, 'New Super Mario Bros-Wiideo', 'Greg', '28.11.2009', '18:04'); threads[16] = new thread(30034, 'Ausgegraben XXL: Persona', 'Greg', '23.11.2009', '15:07'); threads[17] = new thread(29993, 'Dragon Age & Persona-Movies', 'Greg', '14.11.2009', '13:32'); threads[18] = new thread(29970, 'Update-Roundup für Oktober', 'Greg', '11.11.2009', '01:17'); threads[19] = new thread(29590, 'Prof. Layton bei DerWesten.de', 'Greg', '21.09.2009', '14:05');