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(91389, 'تحدي الكسرات', 'الركام', '2024-04-25', '08:49 AM'); threads[1] = new thread(91387, 'المتابعه اليوميه للطقس والتوقعات من 1 ابريل إلى نهاية الشهر الميلادي٢٠٢٤م', 'متابع بهدوء', '2024-04-01', '02:29 AM');