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