function thread(threadid, replycount, title) { this.threadid = threadid; this.title = title; this.replycount = replycount; } var threads = new Array(1); threads[0] = new thread(1020, '1', 'CFTC Hinders the U.S. Mint and the Free Market');