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(3); threads[0] = new thread(173451, 'سورة الرعد ... الشيخ يحيى بن عبدالعزيز اليحيى ١٤٠٧هــ', 'السليماني', '05 / 04 / 2025', '17 : 02 PM'); threads[1] = new thread(173450, 'تلاوة للشيخ فهد الغراب في جامع النافع ...', 'السليماني', '05 / 04 / 2025', '03 : 02 PM'); threads[2] = new thread(173449, 'تلاوة من سورة آل عمران للقارئ زيد السهلي جامع صلاح الدين بالرياض', 'السليماني', '05 / 04 / 2025', '47 : 01 PM');