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(98182, 'دوري زين السعودي [الاتفاق Vs الهلال ] [الأهداف + ملخصات + صور متحركه + تصاريح]', 'أمير صبحا', '22-11-2009', '02:31 AM'); threads[1] = new thread(98149, 'فيفا يؤكد استحالة إعادة مباراة فرنسا وأيرلندا', 'طرطعه 001', '20-11-2009', '09:07 PM'); threads[2] = new thread(98148, 'موسى يدعو المصريين والجزائريين إلى الهدوء', 'طرطعه 001', '20-11-2009', '09:05 PM'); threads[3] = new thread(98147, 'التصنيف العالمي الشهري', 'طرطعه 001', '20-11-2009', '09:04 PM'); threads[4] = new thread(98146, 'اتحاد كرة القدم المصري يهدد بوقف نشاطه', 'طرطعه 001', '20-11-2009', '09:00 PM');