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(112856, 'دعوة صادقة من القلب', 'خجل امراة', '24 - 4 - 2024', '03:11 AM'); threads[1] = new thread(112833, 'قصص الانبياء ابراهيم عليه السلام', 'ناطق العبيدي', '18 - 4 - 2024', '02:47 PM'); threads[2] = new thread(112832, 'سلسلة الاخلاق الاسلامية الابتسامة', 'ناطق العبيدي', '18 - 4 - 2024', '02:38 PM'); threads[3] = new thread(112817, 'تفسير اسماء الله الحسنى/العليم', 'ناطق العبيدي', '14 - 4 - 2024', '01:47 PM'); threads[4] = new thread(112816, 'سلسلة مساجد العراق/جامع الكواز الاثري في البصرة', 'ناطق العبيدي', '14 - 4 - 2024', '01:43 PM');