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(4); threads[0] = new thread(45365, 'كتائب حزب الله تدعو للتهيؤ لـ"حرب شاملة" دعماً لإيران', 'odisho youkhanan', '01-25-2026', '11:00 PM'); threads[1] = new thread(45362, 'مسعود بارزاني من الفاتيكان: قلقون من عودة داعش وطالبت البابا بدعمنا معنوياً', 'odisho youkhanan', '01-21-2026', '02:33 PM'); threads[2] = new thread(45359, 'إدارة ترامب تصنف الإخوان في مصر والأردن ولبنان منظمات إرهابية', 'odisho youkhanan', '01-13-2026', '04:18 PM'); threads[3] = new thread(45358, 'ترامب يخاطب المحتجين الإيرانيين: المساعدة في طريقها إليكم', 'odisho youkhanan', '01-13-2026', '04:10 PM');