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(4); threads[0] = new thread(2325, 'لا تجعل عقلك فارغاً اشغله بما ينفعه!', 'سلطان الزين', '12-08-2025', '12:08 PM'); threads[1] = new thread(2320, 'مصير والدي النبي ﷺ في الآخرة', 'الجنوبيه', '12-08-2025', '04:48 AM'); threads[2] = new thread(2301, 'يامن عصيت الله يوما غافلا أداء عبدالله المهداوي', 'سلطان الزين', '12-02-2025', '05:35 AM'); threads[3] = new thread(2296, 'اذكار الصباح', 'الجنوبيه', '11-30-2025', '10:16 AM');