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(45367, 'شبح ضياع الدوري يعود.. مانشستر يونايتد يصعق أرسنال المتصدر', 'odisho youkhanan', '01-25-2026', '11:12 PM'); threads[1] = new thread(45366, 'برشلونة يستعيد صدارة الدوري الإسباني من ريال مدريد', 'odisho youkhanan', '01-25-2026', '11:08 PM'); threads[2] = new thread(45357, 'برشلونة بطلاً للسوبر الإسباني على حساب ريال مدريد', 'odisho youkhanan', '01-11-2026', '10:46 PM');