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(47393, 'My Retirement Story at Age 45', 'scrabbler1', '11-20-2009', '03:57 PM'); threads[1] = new thread(47392, 'Social Security Retirement Calculator', 'JustNtime', '11-20-2009', '01:28 PM'); threads[2] = new thread(47391, 'The Stars are Aligning', 'Stevewc', '11-20-2009', '12:33 PM'); threads[3] = new thread(47390, 'If you volunteer?', 'DangerMouse', '11-20-2009', '11:57 AM'); threads[4] = new thread(47389, 'What did you do while the board was down?', 'REWahoo', '11-20-2009', '11:02 AM'); threads[5] = new thread(47388, 'Alabama ER Health Care', 'Stevewc', '11-20-2009', '10:57 AM'); threads[6] = new thread(47387, 'Hulu.com, Youtube.com and ???', 'Orchidflower', '11-20-2009', '10:14 AM'); threads[7] = new thread(47386, 'We\'re back - unexpected forums outage', 'Janet H', '11-20-2009', '01:28 AM'); threads[8] = new thread(47385, 'Malware Warning', 'JustNtime', '11-19-2009', '12:39 PM'); threads[9] = new thread(47383, 'For those already in ER...', 'LARS', '11-19-2009', '10:33 AM'); threads[10] = new thread(47382, '101 Year Old driver buys 400 Horsepower Camaro', 'MasterBlaster', '11-19-2009', '09:39 AM'); threads[11] = new thread(47381, 'Patient Protection and Affordable Care Act’’.', 'MichaelB', '11-19-2009', '08:22 AM'); threads[12] = new thread(47380, 'Here\'s an interesting dilemma - Advice?', 'Trek', '11-19-2009', '08:14 AM'); threads[13] = new thread(47379, 'Were you always an LBYMer?', 'samclem', '11-19-2009', '07:50 AM'); threads[14] = new thread(47378, 'Flooding at jones beach 11/16/2009', 'mathjak107', '11-19-2009', '04:24 AM');