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(1291646, 'Forum jest niewidoczne!', 'Desigual', '2024-04-18', '19:06'); threads[1] = new thread(1291640, 'Hasztagi przy zdjêciu profilowym', 'patt_19', '2024-04-16', '21:59');