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(5154, 'Its abit quiet around here isnt it?', 'Mick', '08-30-2010', '08:41 PM'); threads[1] = new thread(5152, 'Bullfighting ban not started yet? they wish it had!', 'DaveB316', '08-19-2010', '07:16 PM'); threads[2] = new thread(5151, 'PSP Modding', 'pete_off_the_wallet', '08-17-2010', '08:37 AM'); threads[3] = new thread(5149, 'ObscureInternet - Time, Money, and Passion.', 'GLeN', '08-14-2010', '08:35 PM'); threads[4] = new thread(5148, 'France', 'ramblingpaul', '08-12-2010', '07:55 AM'); threads[5] = new thread(5147, 'Hooray! Engalnd to win Euro 2012!', 'ramblingpaul', '08-11-2010', '09:07 PM'); threads[6] = new thread(5145, 'Martin O\'Neill resigns as Aston Villa manager', 'GLeN', '08-09-2010', '04:08 PM'); threads[7] = new thread(5144, 'Battle: Los angeles', 'GLeN', '08-09-2010', '01:48 PM'); threads[8] = new thread(5143, 'Fantasy Football League 2010/11', 'DaveC3323', '08-07-2010', '03:45 PM'); threads[9] = new thread(5142, 'Boro match stream for free??', 'DaveB316', '08-07-2010', '01:09 PM'); threads[10] = new thread(5141, 'FAO Glen', 'pete_off_the_wallet', '08-05-2010', '06:47 AM'); threads[11] = new thread(5140, 'Wave Goodbye... to Google Wave', 'scribbler', '08-04-2010', '09:44 PM');