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(34029292, 'Just got Samsung 4K TV....but can\'t go higher than 30hz', 'x-voodoo', 'Aug 17, 2016', '06:31 PM'); threads[1] = new thread(34029291, 'METAL GEAR..... SURVIVE', 'ThirdEye', 'Aug 17, 2016', '03:00 PM'); threads[2] = new thread(34029289, 'Gaming at 21:9', 'PingoStar', 'Aug 17, 2016', '11:07 AM'); threads[3] = new thread(34029276, 'Paragon open beta (MOBA 5v5)', 'nutcrackr', 'Aug 16, 2016', '10:20 PM'); threads[4] = new thread(34029271, 'Shopping for laptops...', 'cbsboyer', 'Aug 16, 2016', '09:00 AM'); threads[5] = new thread(34029270, 'Half Life: 3 confirmed!', 'badboy', 'Aug 16, 2016', '08:42 AM'); threads[6] = new thread(34029268, 'No Man\'s Mods | No Mans Sky Mod Thread', 'SirBaron', 'Aug 16, 2016', '04:23 AM'); threads[7] = new thread(34029259, 'Want to Upgrade my Video Card; Do I Need to Wait?', 'barleystout', 'Aug 15, 2016', '05:50 PM'); threads[8] = new thread(34029250, 'Need way to limit fps in Darkest Dungeon', 'VF-1A Valkyrie', 'Aug 15, 2016', '08:47 AM'); threads[9] = new thread(34029208, 'AMD vs. Nvidia new gen sales - one German reseller', 'Faceless Rebel', 'Aug 14, 2016', '03:36 PM'); threads[10] = new thread(34029202, '6970 stock heatsink thermal pads', 'spike700', 'Aug 14, 2016', '08:53 AM'); threads[11] = new thread(34029189, 'I know one just ended, but......', 'PacAce', 'Aug 13, 2016', '02:42 PM'); threads[12] = new thread(34029187, 'GTX 1060 vs. RX 480: AMD FX Showdown (an i7 6700k is included)', 'badsykes', 'Aug 13, 2016', '01:27 PM'); threads[13] = new thread(34029178, 'Cheapest Worthwhile Upgrade for a 965BE', 'wabbitslayer', 'Aug 13, 2016', '06:50 AM'); threads[14] = new thread(34029177, 'Big PSUs and Big E-Peen', 'wabbitslayer', 'Aug 13, 2016', '06:20 AM');