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(3); threads[0] = new thread(173140, '161 تَسمية يَثْرِب طابة!', 'دكتور محمد فخر الدين الرمادي', '10 / 12 / 2024', '06 : 03 PM'); threads[1] = new thread(173046, '160 زِيدَ فِي صَلَاةِ الْحَضَرِ!', 'دكتور محمد فخر الدين الرمادي', '02 / 12 / 2024', '20 : 09 PM'); threads[2] = new thread(172966, '159 بنود وثيقة المدينة!', 'دكتور محمد فخر الدين الرمادي', '22 / 11 / 2024', '28 : 11 PM');