function thread(threadid, replycount, title) { this.threadid = threadid; this.title = title; this.replycount = replycount; } var threads = new Array(1); threads[0] = new thread(23317, '4', 'Something’s Wrong in the Silver Pit: But It’s Much Bigger than J.P. Morgan');