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(5); threads[0] = new thread(34321, 'Windows 10 Phones', 'DTMark', '20-10-2016', '03:01 PM'); threads[1] = new thread(34320, '360KBps, unbearable.', 'AlyriumE465', '17-10-2016', '10:13 PM'); threads[2] = new thread(34319, 'dslchecker.bt.com has removed the address checker', 'mike_', '17-10-2016', '08:13 PM'); threads[3] = new thread(34318, 'Falconnet Email Configuration for Android Phone', 'RobCharles1981', '17-10-2016', '05:41 PM'); threads[4] = new thread(34317, 'Wireless problem', 'Weatherlawyer', '15-10-2016', '01:15 PM');