function thread(threadid, replycount, title) { this.threadid = threadid; this.title = title; this.replycount = replycount; } var threads = new Array(0);