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(2746, 'اسمع خطواتك باقتراب', 'فخامه انثى', '1 - 5 - 2024', '08:34 PM'); threads[1] = new thread(2745, 'ليت المطر يوم ارتكى', 'فخامه انثى', '1 - 5 - 2024', '08:30 PM');