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(9); threads[0] = new thread(16684, 'Wenn keine vernünftige Begründung Kündigung', 'Lisa12', '03.09.2010', '17:25'); threads[1] = new thread(16683, 'AVR-Bayern - Frage zur EG Einstufung?', 'Seibu', '03.09.2010', '15:59'); threads[2] = new thread(16677, 'Übergewicht als Kündigungsgrund??', 'DieJuli', '02.09.2010', '11:35'); threads[3] = new thread(16673, 'Mein erster Arbeitstag im Altenheim', 'Iskander', '01.09.2010', '10:34'); threads[4] = new thread(16672, 'Hilfe ich bin krank geschrieben und meine WBL weiß von meiner LRS', 'Mausiherz', '01.09.2010', '09:44'); threads[5] = new thread(16667, 'Umfrage Mindestlohn', 'Jutta und Peter', '31.08.2010', '19:21'); threads[6] = new thread(16665, 'Mindestlohn und pflegezulage', 'Simmi', '31.08.2010', '16:04'); threads[7] = new thread(16664, 'Ist das o.k!!!', 'lilliput', '31.08.2010', '15:27'); threads[8] = new thread(16661, 'Und der Kampf geht weiter', 'Lisa12', '31.08.2010', '09:48');