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(274, 'principiante', 'diandre', '09-03-2010', '10:59 AM'); threads[1] = new thread(273, 'Regalo espectacular ofna jammin x1', 'andrewr/c', '08-23-2010', '03:58 PM'); threads[2] = new thread(272, 'Lista de 24 Juegos para Celulares Chinos', 'andres30', '08-21-2010', '02:39 PM'); threads[3] = new thread(271, 'Niveles de Usuario & Permisos', 'supra', '08-21-2010', '02:15 PM'); threads[4] = new thread(270, 'Publica tus Fotos', 'supra', '08-19-2010', '01:31 PM'); threads[5] = new thread(269, 'Nueva categoria sc seriua muy buena', 'andrewr/c', '08-19-2010', '10:40 AM'); threads[6] = new thread(267, 'Pide el Album que quieras', 'pipe80', '08-17-2010', '01:32 PM'); threads[7] = new thread(266, 'Aplicaciones BlackBerry segun la lista mas grande de todas', 'andres30', '08-17-2010', '01:15 PM'); threads[8] = new thread(265, 'Categoria F1 Escala 1/10 Nitro!', 'Meteor', '08-13-2010', '03:59 PM'); threads[9] = new thread(264, 'Fallas', 'albertohubbard', '08-10-2010', '12:19 PM'); threads[10] = new thread(263, 'Que marca prefieren para el control?', 'cholo', '08-06-2010', '09:38 PM');