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(15); threads[0] = new thread(3113, 'What Do You Want To See On This Site?', 'oldie moldy', '09-06-2010', '09:52 AM'); threads[1] = new thread(3125, 'What the heck is a "Prospector"?', 'HOOP', '09-06-2010', '09:11 AM'); threads[2] = new thread(3126, 'Seat height and paddling efficiency...', 'yellowcanoe', '09-05-2010', '08:22 PM'); threads[3] = new thread(2780, 'One solo to rule them all.', 'Kanoo', '09-05-2010', '04:07 PM'); threads[4] = new thread(3124, 'What year did Bell stop producing White Gold layup?', 'ClarkPeters', '09-05-2010', '08:49 AM'); threads[5] = new thread(2909, 'So, I\'ve decided to take up knife-making....', 'Jim Melsom', '09-05-2010', '01:48 AM'); threads[6] = new thread(1224, 'Skid Plates', 'Jim Melsom', '09-05-2010', '01:00 AM'); threads[7] = new thread(3122, 'Blowing up the Big Agnes sleeping pad', 'Nctry', '09-04-2010', '09:12 PM'); threads[8] = new thread(2059, 'Solo Tripping & The Younger Generation', 'memaquay', '09-04-2010', '08:11 PM'); threads[9] = new thread(3120, 'Young Women and Canoeing', 'Kanoo', '09-04-2010', '09:02 AM'); threads[10] = new thread(2859, 'Cold Water Paddling', 'swamprat01', '09-03-2010', '11:26 PM'); threads[11] = new thread(2230, 'Online Films Resource - As Good As It Gets!', 'Jim Melsom', '09-03-2010', '11:06 PM'); threads[12] = new thread(3118, '303 protectant', 'Canoetrip', '09-03-2010', '10:52 PM'); threads[13] = new thread(3123, 'Thin water Allagash Trip', 'Canoetrip', '09-03-2010', '10:19 PM'); threads[14] = new thread(3055, 'SoloTripping.com Canoe/Bumper Decals', 'Jim Melsom', '09-03-2010', '05:10 PM');