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(2); 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');