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(153986, 'Robo-Rio connection issues', 'Robo-Rangers-17', '20-01-2017', '19:12'); threads[1] = new thread(153985, 'REQUEST: Photograph of ye olde FIRST-SME Card', 'TheMilkman01', '20-01-2017', '18:13'); threads[2] = new thread(153984, 'WPI Library Third Party Libraries Not Found on RoboRIO', 'Chase Haddleton', '20-01-2017', '17:39'); threads[3] = new thread(153983, 'Help me find evidence to support the use of hook and loop', 'dipmeinaluminum', '20-01-2017', '17:17'); threads[4] = new thread(153982, 'Running GRIP on Raspberry Pi 3', 'brad.harker', '20-01-2017', '17:03'); threads[5] = new thread(153981, 'swerve drive', 'Aslihanokur', '20-01-2017', '16:46'); threads[6] = new thread(153980, 'Unable to deploy code to Roborio', 'FRCTeam2988', '20-01-2017', '16:33'); threads[7] = new thread(153979, 'Help with the 360 controller', 'snotsdelta', '20-01-2017', '16:13'); threads[8] = new thread(153978, 'Rambots 4571 Check in', 'FRC4571-Rambots', '20-01-2017', '15:49'); threads[9] = new thread(153977, '2017 test board code', 'SVV-AJ', '20-01-2017', '15:39'); threads[10] = new thread(153976, 'GRIP 1.5.1 Exception_Access_Violation', 'LeadU2Fun', '20-01-2017', '15:28'); threads[11] = new thread(153975, 'Bumper Thickness', 'Bpk9p4', '20-01-2017', '15:24'); threads[12] = new thread(153974, 'Networktables', 'MikePerreman', '20-01-2017', '14:50'); threads[13] = new thread(153973, 'pic: Intake Reversible Bumper', 'Robopromo', '20-01-2017', '14:40'); threads[14] = new thread(153972, '2017 Team Update 4', 'Hallry', '20-01-2017', '14:23');