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(872612, 'Baum alleine im Wasser', 'Teodor', '03.09.2010', '01:04'); threads[1] = new thread(872580, 'Jäger Robins Lager und Alchemistenbaum', 'Halx', '02.09.2010', '22:43'); threads[2] = new thread(872367, 'Karl und der Schlüssel auf dem Balken', 'Halx', '02.09.2010', '16:50'); threads[3] = new thread(872197, 'Ein Hauch DRUANAE', 'Teodor', '02.09.2010', '00:40'); threads[4] = new thread(871942, 'Gegenstände verkaufen..', 'Halx', '01.09.2010', '15:58'); threads[5] = new thread(871831, 'Flames_of_Vengeance Alsbetha´s Tagebuch ??', 'vatras', '01.09.2010', '10:28'); threads[6] = new thread(871802, 'Regale...', 'Halx', '01.09.2010', '02:59'); threads[7] = new thread(871779, 'Kann nicht saven..', 'Halx', '01.09.2010', '00:24'); threads[8] = new thread(871725, 'Ego_Draconis Mine: zu hohe Stufe ? schwarze Ring Typen 27 ?', 'hyperhead', '31.08.2010', '22:21'); threads[9] = new thread(871542, 'Ego_Draconis 2 Fragen', 'Layfia', '31.08.2010', '17:09'); threads[10] = new thread(871539, 'Diebstahl?!', 'Halx', '31.08.2010', '17:00'); threads[11] = new thread(871323, 'Ego_Draconis Richtig Patchen', 'Steinwächter', '30.08.2010', '23:03'); threads[12] = new thread(871180, 'Flames_of_Vengeance Welchen Patch für Flames of Vengeance?', 'Weltenwechsler', '30.08.2010', '19:02'); threads[13] = new thread(871008, 'Flames_of_Vengeance Endsequenz Zeppelin schützen', 'Rhodanos', '30.08.2010', '13:24'); threads[14] = new thread(870779, 'Ego_Draconis Rayhun Bug?', 'Deus_Ex', '29.08.2010', '21:20');