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(45316, 'هل ان التوبة سهلة وميسورة ...؟؟؟', 'odisho youkhanan', '07-15-2025', '02:09 AM'); threads[1] = new thread(45315, 'يرفضون شركة القديسين ضمنيا يرفضون الله', 'odisho youkhanan', '07-10-2025', '10:19 PM'); threads[2] = new thread(45308, 'تذكار القديس مار توما الرسول', 'odisho youkhanan', '07-03-2025', '10:51 PM'); threads[3] = new thread(45300, 'ما هو دور الروح القدس في نجاح الخدام في خدمتهم؟', 'odisho youkhanan', '06-25-2025', '02:15 AM'); threads[4] = new thread(45297, 'لماذا يُسمى الروح القدس (بالروح الناري؟)', 'odisho youkhanan', '06-24-2025', '03:15 PM');