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(8); threads[0] = new thread(38, 'WPT Londra 2010', 'First Blood', '05-09-2010', '08:48 PM'); threads[1] = new thread(37, 'EPT Vilamoura 2010', 'First Blood', '04-09-2010', '04:42 PM'); threads[2] = new thread(36, 'Scala sul tavolo', 'Igor23', '04-09-2010', '04:23 PM'); threads[3] = new thread(35, 'Sit and Go Master League di Snai', 'First Blood', '01-09-2010', '06:24 PM'); threads[4] = new thread(34, 'Million Poker League di Snai: 1 milione di € in palio', 'First Blood', '30-08-2010', '03:13 PM'); threads[5] = new thread(33, '1.000.000€ e un contratto da pro con la Million Poker League di Virgin Poker', 'First Blood', '29-08-2010', '02:12 PM'); threads[6] = new thread(32, 'Sit\'n\'Go MasterLeague su Virgin Poker', 'First Blood', '29-08-2010', '02:09 PM'); threads[7] = new thread(31, '12.000€ ogni mese con la MTT LeaderBoard di Virgin Poker', 'First Blood', '29-08-2010', '02:05 PM');