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(11); threads[0] = new thread(7576, 'Pasta', 'b123', '11-20-2009', '09:33 PM'); threads[1] = new thread(7572, 'dark spots on skin', 'zedarian', '11-20-2009', '01:18 PM'); threads[2] = new thread(7571, 'Starting my PE routine again', 'Travis_Bickle', '11-20-2009', '12:47 PM'); threads[3] = new thread(7570, 'Tips to Avoid Turtling (Hard Flaccid)', 'PESG', '11-20-2009', '12:43 PM'); threads[4] = new thread(7568, 'Captain Planet\'s super log', 'Captain Planet', '11-20-2009', '04:29 AM'); threads[5] = new thread(7567, 'No gains after 3 months', 'keatt', '11-20-2009', '01:30 AM'); threads[6] = new thread(7566, 'Kegeling amount™', 'GTAmute', '11-20-2009', '01:19 AM'); threads[7] = new thread(7564, 'Progress Log', 'Guillotine01a', '11-19-2009', '08:43 PM'); threads[8] = new thread(7563, 'newbies please read if in doubt:)', 'Guillotine01a', '11-19-2009', '05:46 PM'); threads[9] = new thread(7561, 'a glorious day lol', 'shane_syndrome', '11-19-2009', '03:51 PM'); threads[10] = new thread(7560, '8"x6"', 'BMot', '11-19-2009', '03:02 PM');