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(214568, 'CORONATION TWEET, are you invited?', 'david44', '09-04-2023', '07:48 PM'); threads[1] = new thread(214567, 'Fears for future of Manchester’s famed Curry Mile', 'Happy As Larry', '09-04-2023', '01:40 PM'); threads[2] = new thread(214566, 'Same shit, different ship', 'Mendip', '09-04-2023', '10:36 AM'); threads[3] = new thread(214565, 'Eight People Die after Minibus Collides with Trailer Truck in Chonburi', 'misskit', '09-04-2023', '05:51 AM'); threads[4] = new thread(214564, 'Passenger from Brazil Arrested With 4.8 Kilograms of Cocaine at Suvarnabhumi Airport', 'misskit', '09-04-2023', '05:50 AM'); threads[5] = new thread(214563, 'Huge drug haul seized from a truck in Sukhothai province', 'misskit', '09-04-2023', '05:40 AM'); threads[6] = new thread(214562, 'Public advised to be alert to online scams during Songkran', 'misskit', '09-04-2023', '05:38 AM'); threads[7] = new thread(214561, 'Recommended routes out of Bangkok during Songkran', 'misskit', '09-04-2023', '05:37 AM'); threads[8] = new thread(214560, 'How do you upload pictures to TD?', 'Joe 90', '09-04-2023', '05:36 AM'); threads[9] = new thread(214559, 'Is there an air quality standard for PM2.5 in outdoor air?', 'david44', '09-04-2023', '04:45 AM'); threads[10] = new thread(214558, 'Who pays?', 'Becky77', '08-04-2023', '11:15 PM'); threads[11] = new thread(214557, 'Slob zero slayam ,', 'david44', '08-04-2023', '07:07 PM'); threads[12] = new thread(214555, 'Carry Boo triage yukon hardly elk yerself, dim some?', 'david44', '08-04-2023', '06:20 PM'); threads[13] = new thread(214552, 'Exclusive: Saudi delegation to hold ceasefire talks with Yemen.', 'Backspin', '08-04-2023', '10:09 AM'); threads[14] = new thread(214550, 'New Batch of Classified Documents Appear on Social Media Sites', 'misskit', '08-04-2023', '08:07 AM');