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(875, 'Voli privati turistici in elicottero per sorvolare le tue dolomiti', 'giovanni', '04-09-2010', '08:03 AM'); threads[1] = new thread(873, 'Bar La Casetta Offre 2 MIXTAPE GRATIS!', 'rickypiazza', '29-08-2010', '05:14 PM'); threads[2] = new thread(872, 'Furti in Cadore', 'rickypiazza', '29-08-2010', '03:26 PM'); threads[3] = new thread(870, 'contatore su ciclabile delle Dolomiti', 'andreatai', '23-08-2010', '06:23 PM'); threads[4] = new thread(869, 'rifugio Talamini', 'andreatai', '23-08-2010', '06:14 PM'); threads[5] = new thread(868, 'Una possibilità per fare festa e non perdere la patente rifiutata.', 'Armin Calligaro', '22-08-2010', '07:16 PM'); threads[6] = new thread(867, 'I soliti mòne...', 'charged-store', '19-08-2010', '11:52 AM'); threads[7] = new thread(866, 'GIOVEDI\' sera a CALALZO animazione e NEGOZI APERTI!', 'charged-store', '17-08-2010', '06:22 PM'); threads[8] = new thread(865, '60° Gran Premio Motonautico del Cadore', 'Franco', '17-08-2010', '03:49 PM'); threads[9] = new thread(864, 'buongiorno', 'okaidi63', '17-08-2010', '01:19 PM'); threads[10] = new thread(863, 'Buongiorno a tutti', 'Frisol', '14-08-2010', '10:20 AM'); threads[11] = new thread(859, 'Licenza dell\'ex Casinò di Pieve', 'Federico', '11-08-2010', '09:06 PM'); threads[12] = new thread(858, 'Zuffa al Tiziano di Vittore Doro', 'Armin Calligaro', '09-08-2010', '09:55 PM'); threads[13] = new thread(857, 'Fuochi d\'artificio a Vallesella', 'Enrico Tabacchi', '09-08-2010', '12:11 AM'); threads[14] = new thread(855, 'Shopping serale a calalzo!', 'charged-store', '07-08-2010', '12:27 PM');