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(6); threads[0] = new thread(34034049, 'Is my psu or mobo faulty? Anti Surge after brief power outage.', 'and23', 'Feb 5, 2017', '09:00 AM'); threads[1] = new thread(34034045, 'Wifey\'s 2-in-1 No TOUCHSCREENAGE', 'JZL', 'Feb 4, 2017', '01:18 PM'); threads[2] = new thread(34034028, 'Double Dragon IV', 'Meteor_of_War', 'Feb 2, 2017', '03:58 PM'); threads[3] = new thread(34034024, 'Alexa + Plex', 'vitocorleone', 'Feb 2, 2017', '12:25 PM'); threads[4] = new thread(34034018, 'Subnautica', 'SD-[Inc]', 'Feb 2, 2017', '01:20 AM'); threads[5] = new thread(34034006, 'ESO Morrowind', 'Dungeoncrawler', 'Feb 1, 2017', '01:30 AM');