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(12); threads[0] = new thread(400475, 'Radeon HD 5970, il nuovo mostro di AMD', 'Janet', '20-11-2009', '11:22'); threads[1] = new thread(400474, 'Microsoft presenta IE9, Mozilla aggiorna Firefox', 'Janet', '20-11-2009', '11:19'); threads[2] = new thread(400373, 'Cina e USA: chi è font di pirateria?', 'Janet', '19-11-2009', '02:59'); threads[3] = new thread(400227, 'Supercomputer, il balzo del Giaguaro', 'Janet', '17-11-2009', '15:02'); threads[4] = new thread(399994, 'Google Chrome OS in download dalla prossima settimana', 'Janet', '14-11-2009', '18:00'); threads[5] = new thread(399916, 'Firefox e Safari i browser più vulnerabili', 'Janet', '13-11-2009', '18:30'); threads[6] = new thread(399871, 'Firefox 3.6 Beta 2 disponibile in italiano per Windows, Linux e Mac', 'Janet', '13-11-2009', '03:22'); threads[7] = new thread(399845, 'Intel e AMD: amiche, per 1,25 miliardi', 'Luptor', '12-11-2009', '20:54'); threads[8] = new thread(399749, 'Firefox, la Fenice che terrorizzò Mammona', 'Janet', '11-11-2009', '17:51'); threads[9] = new thread(399388, 'Nero 9 Lite "originale" e gratuito disponibile per il download', 'Janet', '07-11-2009', '22:00'); threads[10] = new thread(399108, 'Google Chrome aggiorna la beta', 'Janet', '04-11-2009', '19:36'); threads[11] = new thread(398446, 'Firefox si cura in vista del compleanno', 'Janet', '28-10-2009', '18:23');