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(114897, 'غزوات رسول الله صلى الله عليه وسلم غزوة ذات الرقاع', 'ناطق العبيدي', '12 - 6 - 2025', '10:31 AM'); threads[1] = new thread(114892, 'إياكم والظلم والشح', 'سمير العباسي', '11 - 6 - 2025', '06:58 AM'); threads[2] = new thread(114891, 'نهى عن كل مسكر ومفتر', 'سمير العباسي', '11 - 6 - 2025', '06:52 AM'); threads[3] = new thread(114872, 'فوائد من حديث أبقيت لهم الله ورسوله', 'سمير العباسي', '8 - 6 - 2025', '10:41 PM'); threads[4] = new thread(114871, 'فوائد من حديث المرأة البغي والكلب', 'سمير العباسي', '8 - 6 - 2025', '10:33 PM'); threads[5] = new thread(114847, 'سيرة الصحابية الجليلة 19 معاذة بنت عبدالله', 'ناطق العبيدي', '5 - 6 - 2025', '10:44 PM'); threads[6] = new thread(114846, 'سيرة الصحابي الجليل 22 المستورد بن شداد', 'ناطق العبيدي', '5 - 6 - 2025', '10:35 PM');