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(26526, 'الصدقة في رمضان', 'شقاوي', '06-04-2024', '03:03 AM'); threads[1] = new thread(26525, 'الحث على حسن ختام شهر رمضان', 'شقاوي', '06-04-2024', '02:48 AM'); threads[2] = new thread(26502, 'كيف تغير نفسك في رمضان', 'شقاوي', '04-04-2024', '02:20 AM'); threads[3] = new thread(26501, 'اعمال ان وافقت ليلة القدر', 'شقاوي', '04-04-2024', '02:18 AM'); threads[4] = new thread(26500, 'من أقوال السلف في الاعتكاف', 'شقاوي', '04-04-2024', '02:16 AM'); threads[5] = new thread(26499, 'بين السحور والفطور', 'شقاوي', '04-04-2024', '02:15 AM');