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(9); threads[0] = new thread(878150, 'Solved: Need for', 'jaovlo', '17-Nov-2009', '02:11 PM'); threads[1] = new thread(877263, 'Looking for another PC... This is what I have now. (long post)', 'BigDaveinNJ', '14-Nov-2009', '12:09 PM'); threads[2] = new thread(877111, 'Is a MSI a good laptop?', 'Suzie267', '13-Nov-2009', '07:12 PM'); threads[3] = new thread(876247, 'Which one???', 'radar2ooo', '10-Nov-2009', '09:02 PM'); threads[4] = new thread(876107, 'Getting Ready To Buy New Laptop', 'BlazingPhoenix', '10-Nov-2009', '12:03 PM'); threads[5] = new thread(875812, 'Dell Complete Care', 'ComfortGroup_IT', '09-Nov-2009', '01:22 PM'); threads[6] = new thread(875572, 'Laptop', 'newguy1', '08-Nov-2009', '04:14 PM'); threads[7] = new thread(875519, 'Fast computer that can take some wear and tear from teenagers', 'JoeyMack', '08-Nov-2009', '01:34 PM'); threads[8] = new thread(873752, 'Aggravation', 'win2kpro', '02-Nov-2009', '07:46 AM');