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(4); threads[0] = new thread(24092, 'Capture One geriausias RAW photo editor for Sony? Ate, Adobe Lightroom', 'Original\'as', '2020-09-06', '15:49'); threads[1] = new thread(24085, 'Xiaomi Himo Z20 sulankstomas elektrinis dviratis', 'Original\'as', '2020-09-03', '15:41'); threads[2] = new thread(24091, 'Neuralink - AI implantai, nauja smegenø dalis', 'Original\'as', '2020-09-02', '11:18'); threads[3] = new thread(24088, 'Monitorius darbui', 'Doomas', '2020-09-01', '17:55');