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(27184, 'Proyector Panasonic PT-RQ45 de 42.000 lúmenes', 'Martín Almazán', '01 may 2026', '05:34'); threads[1] = new thread(27183, 'Astera lanza el proyector QuikBeam', 'Martín Almazán', '28 abr 2026', '02:58'); threads[2] = new thread(27182, 'Cabeza móvil Martin Mac One Beam-Wash con lente Fresnel', 'Martín Almazán', '23 abr 2026', '07:51'); threads[3] = new thread(27178, 'Luminaria Elation FUZE WASH 250', 'Martín Almazán', '15 abr 2026', '09:49'); threads[4] = new thread(27177, 'Cabeza móvil Spot Profile Cameo OPUS X4 IP', 'Martín Almazán', '11 abr 2026', '04:37'); threads[5] = new thread(27174, 'grandMA3 onPC DMX-key', 'Martín Almazán', '18 mar 2026', '05:33'); threads[6] = new thread(27172, 'Serie VOLT+ de Elation', 'Martín Almazán', '04 mar 2026', '17:08'); threads[7] = new thread(27163, 'Christie lanza la Serie Korus 4K láser de proyectores compactos UHD+', 'Martín Almazán', '31 ene 2026', '01:49'); threads[8] = new thread(27160, 'Cameo presenta la luminaria wash ZENIT W600 G2', 'Martín Almazán', '15 ene 2026', '04:28');