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(233515, 'name that file-' + '-lequidication', 'Briab Guy', '12-06-2014', '08:57 PM'); threads[1] = new thread(233514, 'Preserving a Birdhouse', 'SARGE', '12-06-2014', '08:39 PM'); threads[2] = new thread(233513, 'No need to format new hard-drives ??', 'PC_FUBAR', '12-06-2014', '08:59 AM'); threads[3] = new thread(233512, 'Windows can\'t complete the update', 'mike12', '12-05-2014', '11:22 AM'); threads[4] = new thread(233511, 'Screw The Gym', 'SARGE', '12-05-2014', '12:26 AM'); threads[5] = new thread(233510, 'Printer not working correctly.', 'David M', '12-04-2014', '04:26 PM');