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(7); threads[0] = new thread(115129, 'تفسير ايات سورة الفاتحة', 'ناطق العبيدي', '6 - 7 - 2025', '01:47 PM'); threads[1] = new thread(115055, 'وإذا أذقنا الناس رحمة فرحوا بها', 'سمير العباسي', '30 - 6 - 2025', '02:28 PM'); threads[2] = new thread(115054, 'لولا تستغفرون الله لعلكم ترحمون', 'سمير العباسي', '30 - 6 - 2025', '02:25 PM'); threads[3] = new thread(115053, 'وكان الانسان قتورا', 'سمير العباسي', '30 - 6 - 2025', '02:22 PM'); threads[4] = new thread(115052, 'وكان الانسان كفورا', 'سمير العباسي', '30 - 6 - 2025', '02:19 PM'); threads[5] = new thread(114958, 'سلسلة معاني القران الكريم الفتن ج2', 'ناطق العبيدي', '24 - 6 - 2025', '01:04 PM'); threads[6] = new thread(114927, 'سلسلة التعريف بسور القران الكريم سورة التكاثر', 'ناطق العبيدي', '17 - 6 - 2025', '01:19 PM');