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(803267, 'بخصوص التحديث باقي أقل من شهر ويصير لازم أحدث احتاج معلومات', 'zahia', '22-04-2024', '12:28 AM'); threads[1] = new thread(803229, 'رابط التأهيل الشامل', 'سلطان العتيبي 14', '21-04-2024', '09:19 AM'); threads[2] = new thread(803225, 'مهم وعاجل الله يرضى عليكم كيف أعرف الحالة تحتاج تحديث', 'أم المزعجة', '20-04-2024', '10:37 PM');