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(3); threads[0] = new thread(27206, 'Consola Soundcraft Ui24R', 'Elías Andreis', '11 ago 2026', '13:57'); threads[1] = new thread(27200, 'LD Systems MAUI 28 G3 MIX', 'Alberto Cerna Vaquera', '29 jun 2026', '17:14'); threads[2] = new thread(27193, 'El headroom sobrante en potencias', 'Ariel Alejandro', '05 jun 2026', '11:33');