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(1094062, 'أعطنا ليلاً هادئاً يارب وصباحاً يبشرُ بالأفراح', 'Ramez5', '30 - 01 - 2025', '05:06 AM'); threads[1] = new thread(1094061, 'موعظة من بابا الفاتيكان يناير 26 - 25', 'Haia', '30 - 01 - 2025', '04:40 AM'); threads[2] = new thread(1094060, 'اللي عارفك من جوه هو بس اللي هيصلح اللي جوه', 'walaa farouk', '29 - 01 - 2025', '10:59 PM'); threads[3] = new thread(1094059, 'ساعات إنك تخسر قدام حد بتحبه بيكون هو أكبر مكسب ليك', 'walaa farouk', '29 - 01 - 2025', '10:50 PM'); threads[4] = new thread(1094058, 'الوحيد اللي مش هيسئ الظن فيك', 'walaa farouk', '29 - 01 - 2025', '10:45 PM'); threads[5] = new thread(1094057, 'لن تسترده كما يسترده الله لك في وقته', 'walaa farouk', '29 - 01 - 2025', '10:43 PM'); threads[6] = new thread(1094056, 'صلاة الليل هي الباب اللي بتدخل منه كل التعويضات', 'walaa farouk', '29 - 01 - 2025', '10:38 PM'); threads[7] = new thread(1094055, 'لو عاوز تعيش حر ماتستناش', 'walaa farouk', '29 - 01 - 2025', '10:28 PM'); threads[8] = new thread(1094054, 'صليت صبرت مخذلنيش', 'walaa farouk', '29 - 01 - 2025', '10:19 PM'); threads[9] = new thread(1094053, 'مش هتكون اكبر من اللي خلقك', 'walaa farouk', '29 - 01 - 2025', '10:13 PM'); threads[10] = new thread(1094052, 'لأنك الصخرة الثابتة التي ألجأ إليها', 'walaa farouk', '29 - 01 - 2025', '10:06 PM'); threads[11] = new thread(1094051, 'أشكرك يا رب لأنك حملتني الأيام الماضية', 'walaa farouk', '29 - 01 - 2025', '09:58 PM'); threads[12] = new thread(1094050, 'حضن الهى', 'Ramez5', '29 - 01 - 2025', '09:52 PM'); threads[13] = new thread(1094049, 'أرشدني بخطوات ثابتة نحو مشيئتك', 'walaa farouk', '29 - 01 - 2025', '09:46 PM'); threads[14] = new thread(1094048, 'القيم الأبدية ستظل باقية', 'Ramez5', '29 - 01 - 2025', '07:38 PM');