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(3); threads[0] = new thread(112905, 'الفن والحس المرهف', 'تراتيل فرح', '3 - 5 - 2024', '01:16 PM'); threads[1] = new thread(112904, 'لوحات للفنانة June Carey', 'تراتيل فرح', '3 - 5 - 2024', '01:12 PM'); threads[2] = new thread(112903, 'ثعبان المحيط', 'تراتيل فرح', '3 - 5 - 2024', '01:06 PM');