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(10); threads[0] = new thread(28120, 'Surgeons', 'chinacat46', '11-20-2009', '06:16 PM'); threads[1] = new thread(27731, 'Indonesia Bound....Once again', 'chinacat46', '11-20-2009', '05:57 PM'); threads[2] = new thread(28119, 'Sealife DC1000 sale', 'Scubakraut', '11-20-2009', '05:44 PM'); threads[3] = new thread(28035, 'Why the dislike for AL 100 tanks??', 'WD8CDH', '11-20-2009', '05:37 PM'); threads[4] = new thread(28113, 'Discover scuba', 'snagel', '11-20-2009', '05:32 PM'); threads[5] = new thread(27514, 'What made you happy today?', 'Chilkie', '11-20-2009', '05:26 PM'); threads[6] = new thread(27787, 'Mens Akona 7mm Farmer John', 'snagel', '11-20-2009', '05:26 PM'); threads[7] = new thread(28109, 'She\'s a Woman!', 'WaScubaDude', '11-20-2009', '05:26 PM'); threads[8] = new thread(28117, 'The Truth About Pumpkin Pie...Beware', 'WaScubaDude', '11-20-2009', '05:24 PM'); threads[9] = new thread(28062, 'OSU vs UofM .. it\'s on!', 'bottomdweller', '11-20-2009', '05:20 PM');