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(2); threads[0] = new thread(116071, 'سلسلة التعريف بسور القران الكريم الكافرون', 'ناطق العبيدي', '24 - 9 - 2025', '01:25 PM'); threads[1] = new thread(115867, 'تفسير ايات سورة الحج ج2', 'ناطق العبيدي', '7 - 9 - 2025', '08:44 PM');