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(1); threads[0] = new thread(136657, 'Win a Prize Worth Up to $100,000.77!', 'mmm800', '2025-10-23', '10:43 AM');