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(724, 'Armagh Club Fixtures for w/e Sunday 12 September 2010', 'Centre Half', '09-06-2010', '07:50 PM'); threads[1] = new thread(721, 'Armagh ACL Tables as at Sunday 5 September 2010', 'Centre Half', '09-05-2010', '09:25 PM'); threads[2] = new thread(720, 'Armagh Club Results for w/e Sunday 5 September 2010', 'Centre Half', '09-05-2010', '09:18 PM'); threads[3] = new thread(719, 'Armagh teams win at Burren u-14 county tournament.', 'gar', '09-04-2010', '08:15 PM'); threads[4] = new thread(716, 'All-Ireland Hurling Final On-Line in the UK!!!', 'Number5', '09-04-2010', '04:03 PM'); threads[5] = new thread(715, 'The Hurler\'s Prayer', 'hurlerontheditch', '08-31-2010', '07:21 PM'); threads[6] = new thread(714, 'Sunday Game Theme Tune', 'Begbie', '08-31-2010', '07:02 PM'); threads[7] = new thread(713, 'GAA clubs warned of Loyalist threat', 'PatMustard', '08-31-2010', '03:04 PM'); threads[8] = new thread(712, 'O’Connor gets seal of approval', 'Centre Half', '08-31-2010', '10:15 AM'); threads[9] = new thread(711, 'Down 2010', 'Begbie', '08-30-2010', '09:02 PM'); threads[10] = new thread(710, 'Armagh Club Fixtures for w/e Sunday 5 September 2010', 'Centre Half', '08-30-2010', '07:20 PM'); threads[11] = new thread(709, 'Armagh ACL Tables as at Sunday 29 August 2010', 'Centre Half', '08-30-2010', '07:18 PM'); threads[12] = new thread(708, 'Armagh Club Results for w/e Sunday 29 August 2010', 'Centre Half', '08-30-2010', '07:06 PM'); threads[13] = new thread(707, 'Hurling championship', 'deeceespain', '08-30-2010', '02:39 PM'); threads[14] = new thread(704, 'Armagh Underage Fixtures w/c 300810', 'Gaafan', '08-30-2010', '09:46 AM');