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(72767, 'A look into the life of Chan Heung by Sifu Frank', 'hskwarrior', '04-26-2024', '09:33 AM'); threads[1] = new thread(72766, 'When Steven Seagal started to max out..', 'mickey', '04-25-2024', '08:05 PM'); threads[2] = new thread(72765, 'WINNER: A pair of VIP passes to the Tiger Claw Elite Championships', 'GeneChing', '04-25-2024', '12:52 PM'); threads[3] = new thread(72764, 'I Want to Be Neenja', 'GeneChing', '04-24-2024', '08:26 AM'); threads[4] = new thread(72763, 'In My Own Process by Bruce Lee', 'GeneChing', '04-23-2024', '08:47 AM'); threads[5] = new thread(72762, 'The Smashing Machine', 'GeneChing', '04-22-2024', '08:28 AM'); threads[6] = new thread(72761, 'Finding Talya Ferro', 'mickey', '04-22-2024', '02:01 AM'); threads[7] = new thread(72760, 'Steven Seagal does Traditional Northern Chinese Martial Arts', 'mickey', '04-21-2024', '03:23 PM'); threads[8] = new thread(72759, 'The US Dollar is DONE!!', 'mickey', '04-21-2024', '09:07 AM'); threads[9] = new thread(72758, 'Possible true history of Choy Lee Fut by the late Lun Chee, a student of Tam Sam.', 'hskwarrior', '04-20-2024', '11:28 AM'); threads[10] = new thread(72757, 'Lenny Kravitz: "Human"', 'mickey', '04-16-2024', '09:29 AM'); threads[11] = new thread(72756, 'RIP Akebono Taro', 'GeneChing', '04-15-2024', '12:20 PM'); threads[12] = new thread(72755, 'The Killer\'s Game', 'GeneChing', '04-12-2024', '11:06 AM'); threads[13] = new thread(72754, 'Teenage Mutant Ninja Turtles: The Last Ronin', 'GeneChing', '04-11-2024', '01:54 PM'); threads[14] = new thread(72753, 'WINNERS: Polar Rescue on Blu-Ray Disc', 'GeneChing', '04-10-2024', '11:37 AM');