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(128097, 'Problem beim Starten', 'cans', '29.07.2010', '13:49'); threads[1] = new thread(128089, 'Karten-Probleme', 'Saui', '28.07.2010', '14:27'); threads[2] = new thread(128079, 'Zwei probleme', 'Vagnagun', '27.07.2010', '18:51'); threads[3] = new thread(128064, 'OT-Geplauder LXVIII - Von Galaxien und dem Sperrbereich mancher Extremmausnutzer', 'weuze', '26.07.2010', '16:20'); threads[4] = new thread(128063, 'Frage zur Einstellung des Textzeilenabstands', 'Klaus83', '26.07.2010', '13:03'); threads[5] = new thread(128048, 'MiscItem mit script verzaubern geht nicht', 'Dracwin', '25.07.2010', '18:50'); threads[6] = new thread(128045, 'Wenn die Opfer schon tot sind....', 'Masashi Uchiha', '25.07.2010', '17:51'); threads[7] = new thread(128039, '[Mod-Übersetzung] Backsteppo´PE Dress für HGEC DV', 'Aspiria', '25.07.2010', '10:01'); threads[8] = new thread(128028, '[WIP] Lost Skills', 'Low Post', '24.07.2010', '15:36'); threads[9] = new thread(128002, 'Cheats - Ja od. Nein? Diskussion', 'Zerk', '22.07.2010', '20:03'); threads[10] = new thread(127999, 'Schildzauber/Rüstungswert', 'Dark Brother 94', '22.07.2010', '18:29'); threads[11] = new thread(127981, 'Gegner können sich nicht bewegen', 'Ariantras', '21.07.2010', '15:58'); threads[12] = new thread(127970, 'beste Verzauberung für Schwerter?', 'Ariantras', '20.07.2010', '17:14'); threads[13] = new thread(127959, 'oblivion stürtzt immer an selber stelle ab', 'eisenkralle', '19.07.2010', '18:17'); threads[14] = new thread(127949, 'Mit dem Tod dieses Charakters...', 'BoneHead', '18.07.2010', '22:11');