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(2); threads[0] = new thread(2088, 'Cách bảo dưỡng trục chính máy CNC đúng cách', 'cncvietnhat', '02-01-2024', '03:52 PM'); threads[1] = new thread(2087, 'Bảo Quản và Bảo Dưỡng Màn Hình Máy CNC: Hướng Dẫn Chi Tiết và Chuyên Nghiệp', 'cncvietnhat', '02-01-2024', '03:49 PM');