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(34256, 'Vodafone FTTC availability?', 'Arleyguy', '05-08-2016', '05:02 PM'); threads[1] = new thread(34255, 'Forced to use BT Infinity', 'nburgher', '02-08-2016', '11:09 AM'); threads[2] = new thread(34254, 'Plusnet 38/20 to 55/10', 'yep', '02-08-2016', '08:33 AM'); threads[3] = new thread(34252, 'Dell restoration media', 'timeless', '27-07-2016', '02:53 AM'); threads[4] = new thread(34250, 'New BT Customer re-run via Vodaphone or GiffGaff Limbo period.', 'whoopydoo', '25-07-2016', '04:14 PM');