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(6); threads[0] = new thread(2738, 'صفات الزوج الحساس', 'العندليب', '28 - 4 - 2024', '02:56 PM'); threads[1] = new thread(2737, 'زيادة حليب الام', 'العندليب', '28 - 4 - 2024', '02:55 PM'); threads[2] = new thread(2736, 'اضحك لي يا زوجي', 'العندليب', '28 - 4 - 2024', '02:54 PM'); threads[3] = new thread(2735, 'فوائد للتمشية مع زوجك', 'العندليب', '28 - 4 - 2024', '02:53 PM'); threads[4] = new thread(2734, 'التلاحم الاسري', 'العندليب', '28 - 4 - 2024', '02:52 PM'); threads[5] = new thread(2733, 'اسرخ ترفرف عليخا السعاده', 'العندليب', '28 - 4 - 2024', '02:51 PM');