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(409446, 'Do I have to enable V-sync if I have G-sync enabled?', 'nateluthje', '08-20-2016', '01:46'); threads[1] = new thread(409445, 'Some ads here causing problems', 'flexy', '08-20-2016', '00:05'); threads[2] = new thread(409444, 'Is it worth downloading 372.54?', 'nateluthje', '08-19-2016', '22:38'); threads[3] = new thread(409442, 'GTX 1060 or RX470', 'Quicks', '08-19-2016', '19:36'); threads[4] = new thread(409441, 'Overwatch - Payment Issue', 'dk_lightning', '08-19-2016', '18:24'); threads[5] = new thread(409440, 'GeForce 405 fake or not?', 'CoolMec', '08-19-2016', '16:38'); threads[6] = new thread(409439, 'Gamescom 2016: Prey trailer', 'Hilbert Hagedoorn', '08-19-2016', '16:19'); threads[7] = new thread(409438, 'Gamescom 2016: Dishonored 2 trailer', 'Hilbert Hagedoorn', '08-19-2016', '16:17'); threads[8] = new thread(409437, 'Losing 25Mhz at 60C on a 1080', 'Mr Terry Turnip', '08-19-2016', '15:09'); threads[9] = new thread(409436, 'MSI To Release GeForce GTX 1080 30th Anniversary Edition (photos)', 'Hilbert Hagedoorn', '08-19-2016', '08:07'); threads[10] = new thread(409435, 'Inno3D Also Launches GeForce GTX 1060 3GB Graphics Cards', 'Hilbert Hagedoorn', '08-19-2016', '07:57'); threads[11] = new thread(409434, 'Sharkoon Adds DG7000-G Mid-tower Chassis', 'Hilbert Hagedoorn', '08-19-2016', '07:54'); threads[12] = new thread(409433, 'Cherry MC 4000 Precision Gaming Mouse', 'Hilbert Hagedoorn', '08-19-2016', '07:52'); threads[13] = new thread(409431, 'Nvidia Control Panel Crashing/not responding', 'Sohaim', '08-19-2016', '04:23'); threads[14] = new thread(409430, 'How to Win 10 to always use my Nvidia CP color settings?', 'savannahmick', '08-19-2016', '02:23');