function thread(threadid, replycount, title) { this.threadid = threadid; this.title = title; this.replycount = replycount; } var threads = new Array(1); threads[0] = new thread(109925, '0', 'Fallout 1 & 2 High Resolution Patch 2.1 Released');