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(33669, 'A tale of Three ADSL filters', 'Pedrostech', '25-10-2014', '01:08 AM'); threads[1] = new thread(33668, 'few question before I join', 'KDS', '24-10-2014', '05:25 PM'); threads[2] = new thread(33667, 'IPV6 isp recommendation', 'KDS', '23-10-2014', '11:14 PM'); threads[3] = new thread(33666, '"Broadband Delivery UK to Boost Uptake via Big Advertising Campaign"', 'Pedrostech', '21-10-2014', '11:57 PM'); threads[4] = new thread(33665, 'ISPR Slow to Load', 'Captain_Cretin', '21-10-2014', '09:06 AM');