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(11); threads[0] = new thread(27211, 'Nueva Serie XP LED de Christie', 'Martín Almazán', '17 sep 2026', '02:38'); threads[1] = new thread(27210, 'Switch Obsidian Netron FS16', 'Martín Almazán', '14 sep 2026', '12:11'); threads[2] = new thread(27209, 'Follow-Me presenta su sistema Delta de tracking', 'Martín Almazán', '07 sep 2026', '01:34'); threads[3] = new thread(27208, 'Avolites Prism para el control de medios', 'Martín Almazán', '04 sep 2026', '11:48'); threads[4] = new thread(27207, 'Consola NX3 de Obsidian', 'Martín Almazán', '27 ago 2026', '07:06'); threads[5] = new thread(27201, 'QuikCase Kit para Astera QuikBeam', 'Martín Almazán', '30 jun 2026', '04:18'); threads[6] = new thread(27199, 'Cameo amplía la serie OPUS con modelos de 600W para exteriores', 'Martín Almazán', '25 jun 2026', '04:30'); threads[7] = new thread(27197, 'Serie SQ3 de pantallas Panasonic', 'Martín Almazán', '16 jun 2026', '14:56'); threads[8] = new thread(27195, 'Proyector Panasonic DLP 1-chip PT-HTQ20', 'Martín Almazán', '09 jun 2026', '07:15'); threads[9] = new thread(27191, 'Multiplexor de fibra óptica FiberSaver-10G de MultiDyne', 'Martín Almazán', '02 jun 2026', '14:06'); threads[10] = new thread(27188, 'Cameo amplía la serie OTOS con nuevas barras móviles IP65', 'Martín Almazán', '26 may 2026', '01:21');