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(5); threads[0] = new thread(112864, 'ما هي متلازمة جوسكا وكيف نتعامل مع المصابين بها', 'خجل امراة', '27 - 4 - 2024', '12:09 AM'); threads[1] = new thread(112863, 'هل العلكة تفسد الصيام المتقطع', 'خجل امراة', '27 - 4 - 2024', '12:05 AM'); threads[2] = new thread(112862, 'متى يجب فحص الكوليسترول لا تنتظر حتى فوات الأوان', 'خجل امراة', '26 - 4 - 2024', '11:58 PM'); threads[3] = new thread(112806, 'فوائد الزبادي لجسم الانسان', 'ناطق العبيدي', '11 - 4 - 2024', '01:45 PM'); threads[4] = new thread(112805, 'فوائد و اضرار كريم ميبو اشهر مرهم و علاج حروق', 'ناطق العبيدي', '11 - 4 - 2024', '01:38 PM');