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(14); threads[0] = new thread(35565, 'معاوية بن أبي سفيان', 'VIP', '01-03-2026', '12:09 AM'); threads[1] = new thread(35563, 'زيد بن حارثة - رضي الله عنة', 'VIP', '26-02-2026', '01:49 PM'); threads[2] = new thread(35562, 'حنظلة بن أبي عامر', 'qazwsx', '24-02-2026', '11:20 AM'); threads[3] = new thread(35560, 'إبن سينا', 'VIP', '21-02-2026', '10:47 PM'); threads[4] = new thread(35558, 'غزوة تبوك.. جيش العسرة', 'VIP', '19-02-2026', '09:20 PM'); threads[5] = new thread(35557, 'الصحابي الجليل أبو هريرة رضي الله عنه', 'VIP', '19-02-2026', '12:11 AM'); threads[6] = new thread(35555, 'تهنئة بمناسبة شهر رمضان المبارك 2026', 'VIP', '17-02-2026', '06:14 PM'); threads[7] = new thread(35504, 'غزوة بدر الكبرى', 'qazwsx', '23-03-2024', '01:58 PM'); threads[8] = new thread(35497, 'شهر رمضان', 'VIP', '14-03-2024', '11:23 AM'); threads[9] = new thread(35494, 'تهنئة بمناسبة شهر رمضان المبارك 2024', 'VIP', '11-03-2024', '03:28 AM'); threads[10] = new thread(35175, 'تهنئة بمناسبة شهر رمضان المبارك 2019', 'VIP', '10-05-2019', '05:16 AM'); threads[11] = new thread(34894, 'حكم تارك الصلاة - الشيخ صالح بن عثيمين', 'VIP', '27-05-2017', '03:50 PM'); threads[12] = new thread(34889, 'أفتتاح الخيمة الرمضانية لسنه 2017', 'VIP', '26-05-2017', '12:50 AM'); threads[13] = new thread(34888, 'تهنئة بمناسبة شهر رمضان المبارك 2018', 'VIP', '26-05-2017', '12:32 AM');