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(10); threads[0] = new thread(924124, 'Welcher Trackname', 'YarakMC', '06.04.2018', '15:58'); threads[1] = new thread(924176, 'Beat: D-StyleBeatz - Fire', 'd-hai', '06.04.2018', '15:49'); threads[2] = new thread(924173, 'Track: D-Style - Erinnerung', 'd-hai', '06.04.2018', '15:48'); threads[3] = new thread(924155, 'Track: Caré - Mathematik', 'caree47', '06.04.2018', '15:38'); threads[4] = new thread(924085, 'A$AP Rocky & Moby: "A$AP Forever" (Video)', 'lionxx', '06.04.2018', '15:15'); threads[5] = new thread(922938, 'Lyricsthemenwoche März Voting', 'GSGS', '06.04.2018', '14:51'); threads[6] = new thread(865535, 'Votes & Feedbacks (20 BB)', 'd-hai', '06.04.2018', '14:50'); threads[7] = new thread(924123, 'Track: TvI - Hass,Liebe,Schmerz (RmX 2018)', 'TvI', '06.04.2018', '14:48'); threads[8] = new thread(924120, 'Ich produziere für euch auf Anfrage Beats!', 'Jaza', '06.04.2018', '14:31'); threads[9] = new thread(922772, 'Deutschrapcover: Ein Kreativitätsproblem #1', 'Furasshu', '06.04.2018', '14:14');