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(112893, 'الفرق بين الراتبة والنافلة والسنة المؤكدة', 'تراتيل فرح', '3 - 5 - 2024', '07:18 AM'); threads[1] = new thread(112892, 'أكثر ما يُقوّي تعلّق القلب بالله عزّ وجل أمران!', 'تراتيل فرح', '3 - 5 - 2024', '07:10 AM');