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(45271, 'البطريرك ساكو يغادر إلى روما', 'odisho youkhanan', '04-25-2025', '07:47 PM'); threads[1] = new thread(45268, 'توضيح حول ما يُنشَر عن ترشيحات الكرادلة لمنصب البابا', 'odisho youkhanan', '04-24-2025', '12:52 PM'); threads[2] = new thread(45267, 'البطريركية الكلدانية تنعى البابا فرنسيس', 'odisho youkhanan', '04-21-2025', '12:45 PM'); threads[3] = new thread(45265, 'موقع البطريركية يَنشر نص الطبعة الجديدة والمنقَّحة والمزيَّد عليها للأسبوع المقدس: السعانين، خميس الفصح، الجمعة العظيمة، القيامة.', 'odisho youkhanan', '04-08-2025', '01:56 AM'); threads[4] = new thread(45262, 'البطريركية تهنيء الكلدان بعيد اكيتو ٧٣٢٥ و الاخوة الآشوريين بعيد اكيتو ٦٧٧٥', 'odisho youkhanan', '04-04-2025', '07:50 PM');