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(13); threads[0] = new thread(11462, 'New Here-' + '-Tent Question', 'nativetexan17', '05-09-2014', '10:47 AM'); threads[1] = new thread(11461, 'Who says they\'re not dangerous...??', 'Pathfinder1', '05-08-2014', '02:35 PM'); threads[2] = new thread(11460, 'The bumper crop!!!', 'Cappy', '04-30-2014', '02:00 PM'); threads[3] = new thread(11458, 'Family Easter Hike', 'bsmit212', '04-21-2014', '06:53 AM'); threads[4] = new thread(11457, 'finding a good knife i mind boggling hard. suggestions?', 'mineman_bruce', '04-20-2014', '12:39 AM'); threads[5] = new thread(11456, 'Machine Converts Trash to Oil', 'Simplify', '04-20-2014', '12:09 AM'); threads[6] = new thread(11455, 'Happy Easter', 'Cappy', '04-19-2014', '04:17 PM'); threads[7] = new thread(11454, '4 season hiking tent', 'mic', '04-18-2014', '04:37 AM'); threads[8] = new thread(11453, 'Weekend on the Locust Fork River', 'bsmit212', '04-17-2014', '10:36 AM'); threads[9] = new thread(11451, 'G\'day', 'mic', '04-16-2014', '03:44 AM'); threads[10] = new thread(11450, 'sailor from the pnw!', 'mineman_bruce', '04-15-2014', '12:28 AM'); threads[11] = new thread(11410, 'Survival Water Purification...', 'Pathfinder1', '04-10-2014', '06:25 PM'); threads[12] = new thread(11409, 'Lots of money', 'dinosaur', '04-10-2014', '02:03 AM');