function thread(threadid, replycount, title) { this.threadid = threadid; this.title = title; this.replycount = replycount; } var threads = new Array(1); threads[0] = new thread(2023, '0', 'How to make $100 million in less than a year from $500,000');