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(15); threads[0] = new thread(73179, 'Una de Scooters', 'franR6bcn', '26-abr-2024', '21:04'); threads[1] = new thread(73178, 'Alcarràs Trackday, sábado 8 de Junio by STOCKEXTREMETRACK', 'STOCKEXTREMETRACK', '26-abr-2024', '20:06'); threads[2] = new thread(73177, 'Vendo 2 michelin power cup 2', 'sisqu xQue', '26-abr-2024', '13:05'); threads[3] = new thread(73176, 'Kawasaki zx10r-recambios racing', 'Tkr', '25-abr-2024', '18:31'); threads[4] = new thread(73175, 'Presiones michelin power cup 2', 'sisqu xQue', '25-abr-2024', '17:26'); threads[5] = new thread(73173, 'MADRID, CURSO TELEMETRÍA (básico), 12 MAYO 2024', 'Carlos Morante', '25-abr-2024', '08:33'); threads[6] = new thread(73172, 'Conseguir archivos CAD', 'Nano_57', '24-abr-2024', '21:18'); threads[7] = new thread(73171, 'Quickhifter', 'Gorditacbr', '24-abr-2024', '14:46'); threads[8] = new thread(73169, 'Duda con neumáticos mitas', 'ELmaestro', '23-abr-2024', '13:34'); threads[9] = new thread(73168, 'Kawasaki zx10r se vende 12500€', 'Jousy88', '22-abr-2024', '22:08'); threads[10] = new thread(73167, 'Kawasaki ninja 250', 'Felixzx10r', '22-abr-2024', '21:58'); threads[11] = new thread(73166, 'Kawasaki zx10 en venta 12500€', 'Jousy88', '22-abr-2024', '12:48'); threads[12] = new thread(73164, 'RTVE...11 años ninguneando las Superbikes', 'Sixties', '21-abr-2024', '22:39'); threads[13] = new thread(73163, 'Akrapovic R1 2018-21', 'roberfumi-r1', '21-abr-2024', '20:29'); threads[14] = new thread(73162, 'Tirones Yamaha R6 2005', 'Garri2', '20-abr-2024', '19:23');