function thread(threadid, replycount, title) { this.threadid = threadid; this.title = title; this.replycount = replycount; } var threads = new Array(1); threads[0] = new thread(4633, '6', '12,500 Academy 100 oz. Bars at $1.25 over spot');