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(5); threads[0] = new thread(4734, 'Kegging Beer For Parties', 'KSmith', '09-01-2010', '04:19 PM'); threads[1] = new thread(4733, 'Do you mix?', 'dimples', '09-01-2010', '03:04 PM'); threads[2] = new thread(4732, 'What is decanting?', 'dimples', '09-01-2010', '02:59 PM'); threads[3] = new thread(4731, 'Pieced together IC', 'Steiner', '09-01-2010', '01:17 PM'); threads[4] = new thread(4730, 'Campden Per Gallon', 'arcadefire', '09-01-2010', '01:12 PM');