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(6); threads[0] = new thread(45373, 'الهويَّة الكلدانيّة', 'odisho youkhanan', '02-09-2026', '11:13 PM'); threads[1] = new thread(45372, 'عودة الى سِفرِ يَونان', 'odisho youkhanan', '02-06-2026', '02:08 PM'); threads[2] = new thread(45370, 'الصلاة تُغَيِّر الانسان من الداخل، ليتصرف بشكل صحيح: موعظة اليوم الثالث للباعوثا', 'odisho youkhanan', '01-28-2026', '02:16 PM'); threads[3] = new thread(45369, 'الصبر والصمود: موعظة اليوم الثاني للباعوثا', 'odisho youkhanan', '01-27-2026', '04:32 PM'); threads[4] = new thread(45368, 'الباعوثا اليوم الأول / الغفران والمسامحة', 'odisho youkhanan', '01-26-2026', '04:48 PM'); threads[5] = new thread(45364, 'البطريرك ساكو يدعو المؤمنين الكلدان الى صيام ثلاثة أيام الباعوثا من اجل السلام في المنطقة.', 'odisho youkhanan', '01-25-2026', '10:55 PM');