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(45405, 'البطريرك مار آوا يزور أخاه البطريرك نونا', 'odisho youkhanan', '05-30-2026', '12:55 PM'); threads[1] = new thread(45404, 'عرس كنسي كبير في الكنيسة الكلدانيّة بتنصيب مار بولس الثالث نونا', 'odisho youkhanan', '05-29-2026', '08:50 PM'); threads[2] = new thread(45402, 'الصورة الرسمية لغبطة أبينا البطريرك مار بولس الثالث نونا الكلّي الطوبى', 'odisho youkhanan', '05-01-2026', '02:26 PM');