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(2); threads[0] = new thread(45473, 'الذكرى 23 لانتقال مثلث الرحمات البطريرك مار روفائيل يوسف بيداويد', 'odisho youkhanan', '07-07-2026', '12:40 PM'); threads[1] = new thread(45460, 'تعيين إدارة جديدة للمعهد الكهنوتي البطريركي', 'odisho youkhanan', '06-30-2026', '09:47 PM');