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(15); threads[0] = new thread(1123000, 'ربنا ما بيبعدش عن اللي وقع وما بيقفلش الباب في وش اللي غلط', 'Ramez5', '30 - 06 - 2025', '02:00 AM'); threads[1] = new thread(1122999, 'تُمارس عمق وعيك مع شخص سطحي', 'Ramez5', '30 - 06 - 2025', '01:53 AM'); threads[2] = new thread(1122998, 'رسالة القديسين ليك النهارده 2025/6/30', 'مورا مرمر', '29 - 06 - 2025', '11:45 PM'); threads[3] = new thread(1122997, 'انبا موسي اثبتلنا أن الرجاء وعمل النعمة يصنع قديسين', 'walaa farouk', '29 - 06 - 2025', '10:37 PM'); threads[4] = new thread(1122996, 'عيش حقيقتك', 'walaa farouk', '29 - 06 - 2025', '09:20 PM'); threads[5] = new thread(1122995, 'مش مهم التبرير', 'walaa farouk', '29 - 06 - 2025', '09:18 PM'); threads[6] = new thread(1122994, 'يوم عادي بس قلبك راضي', 'walaa farouk', '29 - 06 - 2025', '09:17 PM'); threads[7] = new thread(1122993, 'الشفا بييجي لما تبص ورا وتشوف إنك نجيت', 'walaa farouk', '29 - 06 - 2025', '09:03 PM'); threads[8] = new thread(1122992, 'أحيانًا ربنا بينقذك وأنت مش واخد بالك', 'walaa farouk', '29 - 06 - 2025', '09:02 PM'); threads[9] = new thread(1122991, 'الثقة مش إنك تبقى كامل', 'walaa farouk', '29 - 06 - 2025', '09:00 PM'); threads[10] = new thread(1122990, 'متقفش قدام المراية تحاكم نفسك', 'walaa farouk', '29 - 06 - 2025', '08:53 PM'); threads[11] = new thread(1122989, 'لا شيء في الدنيا أروع ولا أمتع من الصداقة', 'Ramez5', '29 - 06 - 2025', '07:39 PM'); threads[12] = new thread(1122988, 'تحـركّ في صمتّ', 'Ramez5', '29 - 06 - 2025', '07:32 PM'); threads[13] = new thread(1122987, 'ما هو النيونوميانيسم', 'Mary Naeem', '29 - 06 - 2025', '06:48 PM'); threads[14] = new thread(1122986, 'ما هو العهد الآدمي', 'Mary Naeem', '29 - 06 - 2025', '06:39 PM');