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(105391, 'Otomedius X (Excellent)', 'charlesr', '02-09-2010', '09:30 PM'); threads[1] = new thread(105380, 'Tokyo Game Show 2010 Hype Thread', 'abigsmurf', '02-09-2010', '03:23 PM'); threads[2] = new thread(105370, 'Super Mario All-Stars heading to Wii?', 'The Glider', '02-09-2010', '09:07 AM'); threads[3] = new thread(105369, 'Project Sword - Epics Iphone Game', 'davek22', '01-09-2010', '11:19 PM'); threads[4] = new thread(105365, 'Tokyo Jungle [PS3]', 'John Parry', '01-09-2010', '07:38 PM'); threads[5] = new thread(105362, 'Valkyria Chronicles 3', 'Adam', '01-09-2010', '05:09 PM'); threads[6] = new thread(105341, 'Updated 360 joypad', 'BearBoy', '31-08-2010', '11:25 AM'); threads[7] = new thread(105315, 'Xbox Live Gold subscription price increase', 'Malc', '30-08-2010', '05:24 PM'); threads[8] = new thread(105314, 'Microsoft Raising XBL Subscription prices!', 'Jebus', '30-08-2010', '05:23 PM'); threads[9] = new thread(105309, 'Korg M01 (ds)', 'kryss', '30-08-2010', '02:40 PM'); threads[10] = new thread(105305, 'Atlus is (kind of) dead.', 'toythatkills', '30-08-2010', '11:36 AM'); threads[11] = new thread(105248, '5pb working on new (original) STG.', 'Kaosu', '26-08-2010', '06:41 PM'); threads[12] = new thread(105232, 'Super Robot Taisen L (DS)', 'kryss', '26-08-2010', '02:47 AM'); threads[13] = new thread(105215, 'Dungeon Defenders [PCDL/PSN/XBLA]', 'Number45', '25-08-2010', '04:40 PM'); threads[14] = new thread(105208, 'Doctor Who [Wii, DS]', 'mekanor', '25-08-2010', '12:04 PM');