function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(3); threads[0] = new thread(21849, 'Freestyle.FM Fantasy Football League 2010', 'Rafael', '07-28-2010', '10:50 PM'); threads[1] = new thread(21838, 'New Proxy Site', 'Rafael', '07-27-2010', '11:44 PM'); threads[2] = new thread(21607, '"Atomic Reaction Presents: Freestyle" Magazine (Sept. 1994)', 'Chuck', '07-09-2010', '06:33 PM');