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(45270, 'نقطة وحيدة تفصل ليفربول عن لقب الدوري الإنجليزي', 'odisho youkhanan', '04-24-2025', '06:53 PM'); threads[1] = new thread(45269, 'ميلان يضرب إنتر بثلاثية في الديربي ويتأهل لنهائي كأس إيطاليا', 'odisho youkhanan', '04-24-2025', '06:49 PM'); threads[2] = new thread(45264, 'فولهام يصعق ليفربول بثلاثية.. وساوثهامبتون يسجل أسرع هبوط', 'odisho youkhanan', '04-08-2025', '01:51 AM'); threads[3] = new thread(45263, 'تعادل سلبي "محبط" في ديربي مانشستر', 'odisho youkhanan', '04-08-2025', '01:48 AM');