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(6); threads[0] = new thread(113016, 'طائر الصعود', 'تراتيل فرح', '19 - 5 - 2024', '07:32 PM'); threads[1] = new thread(113015, 'كروان الإسكيمو', 'تراتيل فرح', '19 - 5 - 2024', '07:20 PM'); threads[2] = new thread(113014, 'أسماك أعماق البحار', 'تراتيل فرح', '19 - 5 - 2024', '07:11 PM'); threads[3] = new thread(113013, 'الغراب الأبقع', 'تراتيل فرح', '19 - 5 - 2024', '06:58 PM'); threads[4] = new thread(112977, 'صور مكبرة لعيون بعض المخلوقات', 'تراتيل فرح', '10 - 5 - 2024', '08:13 PM'); threads[5] = new thread(112902, 'نباتات القاذف', 'تراتيل فرح', '3 - 5 - 2024', '12:24 PM');