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(26862, 'سلسلة التعريف بسور القران الكريم/سورة ال عمران', 'ناطق العبيدي', '29-04-2024', '01:28 PM'); threads[1] = new thread(26817, 'سلسلة معاني القران الكريم/ الفسق/ج1', 'ناطق العبيدي', '25-04-2024', '10:48 AM'); threads[2] = new thread(26816, 'سلسلة التعريف بسور القران الكريم/سورة التحريم', 'ناطق العبيدي', '25-04-2024', '10:41 AM'); threads[3] = new thread(26641, 'تفسير سورة قريش', 'غرام الشوق', '12-04-2024', '07:10 AM'); threads[4] = new thread(26640, 'تفسير سورة المسد', 'غرام الشوق', '12-04-2024', '07:06 AM'); threads[5] = new thread(26639, 'فوائد من سورة: البروج', 'غرام الشوق', '12-04-2024', '07:03 AM');