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(2); threads[0] = new thread(1473396, 'Assassin\'s Creed Unity Schauplätze im Real-Life. Vergleiches Tour zwischen Paris im Spiel und Heute', 'FredoPlays', '08.08.2016', '20:53'); threads[1] = new thread(1471417, 'Assassins Creed Chronicles - Trilogy empfehlenswert', 'Waldelf', '15.07.2016', '16:13');