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(115239, 'مسلسل بنات الثانوية 10', 'حنين الأشواق', '16 - 7 - 2025', '12:24 AM'); threads[1] = new thread(115238, 'مسلسل بنات الثانوية 9', 'حنين الأشواق', '16 - 7 - 2025', '12:22 AM'); threads[2] = new thread(115237, 'مسلسل بنات الثانوية 8', 'حنين الأشواق', '16 - 7 - 2025', '12:21 AM'); threads[3] = new thread(115236, 'مسلسل بنات الثانوية 7', 'حنين الأشواق', '16 - 7 - 2025', '12:20 AM'); threads[4] = new thread(115235, 'مسلسل بنات الثانوية 6', 'حنين الأشواق', '16 - 7 - 2025', '12:12 AM');