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(388455, 'اسم لمياء: جمال الشفاه السمراء وأصالة الأنوثة في ثقافتنا العربية', 'ايلاف', '12-27-2025', '01:04 PM'); threads[1] = new thread(388422, 'اسم عبدالله: المعنى، الصفات، الحكم الشرعي، وأسرار الشخصية', 'ايلاف', '12-16-2025', '09:38 AM'); threads[2] = new thread(388388, 'اسم عبير: معنى رقيق وجاذبية عربية خالدة', 'ايلاف', '12-08-2025', '10:08 AM');