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(3346, 'السلام عليكم ورحمه الله وبركاته', 'anood sultan', '12-05-2024', '12:30 PM'); threads[1] = new thread(3345, 'السلام عليكم ورحمه الله وبركاته', 'anood sultan', '12-05-2024', '12:13 PM');