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(14551, 'مدة علاج جزع في الرباط الداخلي للركبة وعلاج تصلب الرقبة في مركز توب بون', 'تقي اسامة', '27-08-2025', '09:16 AM'); threads[1] = new thread(14548, 'شركة فرسان الخدمات في جدة نموذجًا متكاملًا في عالم الخدمات المنزلية', 'دعاء يوسف علي', '25-08-2025', '10:35 PM'); threads[2] = new thread(14540, 'الرائعون بأبها – لأن منزلك يستحق العناية المتكاملة', 'دعاء يوسف علي', '18-08-2025', '08:56 PM'); threads[3] = new thread(14538, 'مكتب ترجمه معتمد للسفارات', 'عمر شحاتت', '17-08-2025', '09:43 PM');