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(4); threads[0] = new thread(7521, 'all the assholes.... I\'m confused....What is this...', 'nervas', '09-09-2010', '06:10 PM'); threads[1] = new thread(7511, 'War all the time: what\'s with all the missing pages?', 'Hirst', '09-05-2010', '07:01 PM'); threads[2] = new thread(7510, 'Techie question from a nube/rube (AB Dick/offset questions)', 'kilgore', '09-05-2010', '05:11 PM'); threads[3] = new thread(7506, 'Throwing paintings away...', 'cirerita', '09-05-2010', '05:28 AM');