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(8); threads[0] = new thread(114938, 'علامات فشل تلقيح البويضة', 'همس الشوق', '20 - 6 - 2025', '01:59 PM'); threads[1] = new thread(114879, 'كيفية تربية الطفل المسلم', 'ناطق العبيدي', '9 - 6 - 2025', '10:49 AM'); threads[2] = new thread(114878, 'نصائح في تربية الاولاد الذكور', 'ناطق العبيدي', '9 - 6 - 2025', '10:44 AM'); threads[3] = new thread(114877, 'تربية المراهقين في الاسلام', 'ناطق العبيدي', '9 - 6 - 2025', '10:43 AM'); threads[4] = new thread(114876, 'اهمية رعاية الابناء في الاسلام', 'ناطق العبيدي', '9 - 6 - 2025', '10:38 AM'); threads[5] = new thread(114836, 'ياويل قلبي منك ياكثر ما أغليك', 'حنين الأشواق', '3 - 6 - 2025', '11:00 PM'); threads[6] = new thread(114835, 'انت اجمل شئ ب الدنيا احبه', 'حنين الأشواق', '3 - 6 - 2025', '10:53 PM'); threads[7] = new thread(114834, 'حلول عملية لتجنب الخلافات حول المصاريف المالية', 'حنين الأشواق', '3 - 6 - 2025', '09:58 PM');