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(25942, 'Caver Ti 96er with Industry Nines laced to Stans ZTR Flows', 'stich', 'July 31st, 2010', '01:29 PM'); threads[1] = new thread(25941, 'Help finding beginner trail', 'wedgie', 'July 30th, 2010', '02:25 PM'); threads[2] = new thread(25940, 'New XTR Crankset M970', 'mhaskell', 'July 30th, 2010', '12:37 PM'); threads[3] = new thread(25939, 'Got to love it...meh', 'hogboy', 'July 30th, 2010', '09:29 AM'); threads[4] = new thread(25938, 'Articulate cable housing?', 'thomllama', 'July 30th, 2010', '08:52 AM'); threads[5] = new thread(25937, 'Ted Wojcik custom steel softtrac hardtail 17.5"', 'SteveC', 'July 29th, 2010', '11:58 PM'); threads[6] = new thread(25936, 'Sports watch lost but found? - Exeter Woods Sunday 7/25', 'lynchdogger', 'July 29th, 2010', '09:19 PM'); threads[7] = new thread(25935, 'Cambridge morning rides?', 'RootsnRoad', 'July 29th, 2010', '09:05 PM'); threads[8] = new thread(25934, 'Bike lock found in Fells by Spot Pond', 'Pinecone', 'July 29th, 2010', '01:34 PM'); threads[9] = new thread(25933, 'Bontrager Racelite Frame', 'stage2', 'July 29th, 2010', '11:52 AM');