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(56071, '07 Sep Bosnia & Herzegovina - France Euro 2010 qual', 'Ziherash', '07-09-10', '09:00'); threads[1] = new thread(56040, 'FIBA - Men WC - 1/8', 'steinroth', '07-09-10', '09:00'); threads[2] = new thread(56049, '07 Sep Russia - Slovakia Euro 2012 Qual', 'Attraction', '07-09-10', '09:00'); threads[3] = new thread(56062, '07 Sep Hungary - Moldova', 'Titan', '07-09-10', '08:59'); threads[4] = new thread(56056, '07 Sep Turkey - Belgium Euro 2012 Qual', 'Ziherash', '07-09-10', '08:51'); threads[5] = new thread(56119, 'POD 07/09/2010', 'dalibor', '07-09-10', '08:51'); threads[6] = new thread(56055, '07 Sep Sweden - San Marino Euro 2010 qual', 'milano', '07-09-10', '08:51'); threads[7] = new thread(56060, '07 Sep Austria - Kazakhstan Euro 2012 Qual', 'Niklass', '07-09-10', '08:50'); threads[8] = new thread(56061, '07 Sep Croatia - Greece', 'Ziherash', '07-09-10', '08:44'); threads[9] = new thread(56063, '07 Sep Netherlands - Finland Euro 2012 Qual', '2peu', '07-09-10', '08:41'); threads[10] = new thread(56069, '07 Sep Switzerland - England', 'Niklass', '07-09-10', '08:36'); threads[11] = new thread(56051, '07 Sep Belarus - Romania', 'Titan', '07-09-10', '08:33'); threads[12] = new thread(56123, 'iPhone', 'steinroth', '07-09-10', '08:28'); threads[13] = new thread(56082, 'ATP: US Open | 4th round', 'dada-as', '07-09-10', '07:52'); threads[14] = new thread(56116, 'U21 qualies 7th Sep', 'milano', '07-09-10', '07:42');