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(136673, 'EgyPlans للدعاية والاعلانات التجارية بالرياض والسعودية', 'doaa nile7', '2025-12-11', '10:58 PM'); threads[1] = new thread(136672, 'كيف تختار مكتب استقدام تثق به؟ ولماذا تتقدم شركة جافا قائمة الخيارات؟', 'doaa nile7', '2025-12-06', '08:52 PM'); threads[2] = new thread(136671, 'مؤسسة ثلاث خطوات لتجديد عقود الفلبين', 'doaa nile7', '2025-11-22', '11:32 PM');