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(3); threads[0] = new thread(45406, 'البطريرك نونا من كنيسة مار توما ببغداد: “إيمانٌ بلا خدمةِ صورةِ الله في الإنسان الآخر، يفقدُ معناه”', 'odisho youkhanan', '06-08-2026', '07:23 PM'); threads[1] = new thread(45405, 'البطريرك مار آوا يزور أخاه البطريرك نونا', 'odisho youkhanan', '05-30-2026', '12:55 PM'); threads[2] = new thread(45404, 'عرس كنسي كبير في الكنيسة الكلدانيّة بتنصيب مار بولس الثالث نونا', 'odisho youkhanan', '05-29-2026', '08:50 PM');