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(4522, 'Una giornata particolare', 'davide91plus', '03-09-2010', '21:22'); threads[1] = new thread(4521, 'Una casa alla fine del mondo', 'davide91plus', '03-09-2010', '21:19'); threads[2] = new thread(4520, 'Poeti dall\'inferno', 'davide91plus', '03-09-2010', '21:16'); threads[3] = new thread(4519, 'La finestra di fronte', 'davide91plus', '03-09-2010', '21:12'); threads[4] = new thread(4518, 'L\'angolo del software [MAC OS X]', 'dangerzone', '03-09-2010', '21:11'); threads[5] = new thread(4517, 'Colpo di fulmine - Il mago della truffa', 'davide91plus', '03-09-2010', '21:07'); threads[6] = new thread(4516, 'Il Mac Giusto , guida all\'acquisto', 'dangerzone', '03-09-2010', '20:59'); threads[7] = new thread(4515, 'C.r.a.z.y.', 'davide91plus', '03-09-2010', '20:56'); threads[8] = new thread(4514, 'Chrome/Chromium [Thread Ufficiale]', 'dangerzone', '03-09-2010', '20:52'); threads[9] = new thread(4513, 'Beautiful thing', 'davide91plus', '03-09-2010', '20:51'); threads[10] = new thread(4512, 'Baby love', 'davide91plus', '03-09-2010', '20:47'); threads[11] = new thread(4511, 'A single man', 'davide91plus', '03-09-2010', '20:43'); threads[12] = new thread(4510, '[GUIDA]Installazione e Configurazione dei Firewall pił usati', 'dangerzone', '03-09-2010', '20:25'); threads[13] = new thread(4509, '[GUIDA]all\'acquisto/pulizia/protezione del nostro PC', 'dangerzone', '03-09-2010', '20:23'); threads[14] = new thread(4508, 'Le emozioni nello sport', 'dangerzone', '03-09-2010', '20:13');