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(14904, 'Sueños recurrentes con Ex', 'Licha', '07-09-2020', '21:10:26'); threads[1] = new thread(16017, 'Rituales para buenas vibras para bebes', 'Miguel Arias', '07-09-2020', '16:10:12'); threads[2] = new thread(10326, 'Tenis: análisis y predicciones para el circuito', 'LGA_RiverPlate2', '07-09-2020', '13:49:52'); threads[3] = new thread(4499, 'LOS PISCIS SON INFIELES?', 'CamilaLech', '07-09-2020', '02:52:53'); threads[4] = new thread(16694, 'revolución solar', 'Sagi66', '06-09-2020', '20:47:56'); threads[5] = new thread(16695, 'Padres en carta natal', 'Stefy1991', '05-09-2020', '13:35:01'); threads[6] = new thread(15689, 'Cómo subir imágenes en el foro', 'Sagi66', '05-09-2020', '00:39:29'); threads[7] = new thread(16194, 'Consideraciones sobre los eclipses', 'Fabio', '04-09-2020', '14:07:45'); threads[8] = new thread(10682, 'La Casa mas importante en le tema natal', 'LGA_RiverPlate2', '03-09-2020', '22:01:37'); threads[9] = new thread(6211, '¿Cuál es el mejor sistema de Casas?', 'Victor_E1000', '03-09-2020', '12:01:40'); threads[10] = new thread(15167, 'El futuro politico de Argentina', 'Chett', '02-09-2020', '15:03:39'); threads[11] = new thread(16693, 'Imagen', 'Licha', '02-09-2020', '08:04:03'); threads[12] = new thread(16691, 'Regencias Alternativas con Asteroides', 'Victor_E1000', '01-09-2020', '18:46:47'); threads[13] = new thread(16690, 'Rectificación', 'Licha', '01-09-2020', '10:34:00'); threads[14] = new thread(15206, 'Pregunta Encuesta del mes de Septiembre de 2015', 'Vina', '01-09-2020', '06:42:57');