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(4); threads[0] = new thread(115743, 'سنة عدم النجوى دون الثالث', 'سورية', '27 - 8 - 2025', '10:40 PM'); threads[1] = new thread(115701, 'تأملات قرآنية د عبد الله بن بلقاسم متجددة', 'سورية', '24 - 8 - 2025', '06:49 PM'); threads[2] = new thread(115666, 'سلسلة التعريف بسور القران الكريم لماعون', 'ناطق العبيدي', '21 - 8 - 2025', '11:10 AM'); threads[3] = new thread(115502, 'تفسير ايات سورة الجن', 'ناطق العبيدي', '7 - 8 - 2025', '01:37 PM');