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(105395, 'Gunblade NY & LA Machine Guns (Wii)', 'CMcK', '03-09-2010', '01:50 AM'); threads[1] = new thread(105356, 'Vanquish Demo PS3/X360', 'Kongster', '01-09-2010', '12:58 PM'); threads[2] = new thread(105353, 'Metroid: Other M', 'jimtendo', '01-09-2010', '12:17 PM'); threads[3] = new thread(105340, 'Dead Rising 2: Case 0 (XBLA)', 'Shakey_Jake33', '31-08-2010', '05:07 PM'); threads[4] = new thread(105319, 'Hyperdimension Game Neptune [PS3]', 'briareos_kerensky', '30-08-2010', '08:33 PM'); threads[5] = new thread(105274, 'Valkyria Chronicles 2', 'saturn-gamer', '28-08-2010', '03:26 PM'); threads[6] = new thread(105240, 'DoDonpachi Resurrection (iPhone/Pod/Pad)', 'rmoxon', '26-08-2010', '01:05 PM'); threads[7] = new thread(105239, 'Mafia II [PC/360/PS3]', 'mekanor', '26-08-2010', '12:42 PM'); threads[8] = new thread(105231, 'Shank xbla/psn', 'eastyy', '26-08-2010', '02:22 AM'); threads[9] = new thread(105152, 'Kane and Lynch 2 - Dog Days', 'englishbob', '20-08-2010', '09:06 AM'); threads[10] = new thread(105121, 'Lara Croft: The guardian of the light', 'Ouenben', '17-08-2010', '11:14 PM'); threads[11] = new thread(105095, 'Fire Emblem - Shin monshou no nazo - hikari to kage no eiyuu (DS)', 'kryss', '15-08-2010', '11:59 PM'); threads[12] = new thread(105094, 'SRW OG Saga Masoukishin - The Lord of Elemental (DS)', 'kryss', '15-08-2010', '11:07 PM'); threads[13] = new thread(105064, 'Kage no tou (Wii)', 'gware', '13-08-2010', '08:08 PM'); threads[14] = new thread(105044, 'Scott Pilgrim vs. The World (PSN/XBL)', 'rmoxon', '13-08-2010', '12:02 AM');