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(5); threads[0] = new thread(3077, 'تنوع الأحذية: من أحذية المشي إلى الأحذية الشرقية الفاخرة', 'ahrefz', '08-04-2024', '12:47 AM'); threads[1] = new thread(3071, 'أناقة الأحذية الرجالية: دليلك لاختيار أفضل حذاء رجالي شرقي فخم', 'ahrefz', '07-04-2024', '01:41 AM'); threads[2] = new thread(3067, 'الاستثمار في الأسهم', 'دعاء يوسف علي', '05-04-2024', '10:29 PM'); threads[3] = new thread(3066, 'العبايات البناتي : ستر وأناقة لصغيرتك', 'ahrefz', '05-04-2024', '02:11 AM'); threads[4] = new thread(3063, 'نصائح للمحافظة على جمال العباية والعناية بها', 'ahrefz', '04-04-2024', '02:23 AM');